spartacus error

Creating and modifying plugins.
Post Reply
basiel
Regular
Posts: 12
Joined: Wed Jul 13, 2005 8:31 pm
Location: belgium

spartacus error

Post by basiel »

Trying to open URL package_event.xml...
Fetched 103969 bytes from already existing file on your server. Saving file as templates_c/package_event.xml...



Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/basiel/public_html/sblog/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 75


How come?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: spartacus error

Post by garvinhicking »

I need your spartacus plugin version or at least your serendipity version number.

Do you have many plugins installed/downloaded? Which PHP version does your provider use?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
basiel
Regular
Posts: 12
Joined: Wed Jul 13, 2005 8:31 pm
Location: belgium

Post by basiel »

serendipity : v0.8.2
PHP : 4.4.0

SPARTACUS : # $Id: serendipity_event_spartacus.php,v 1.12 2005/06/29 13:41:25 garvinhicking Exp $

I have installed a couple (not more than 5) plugins.

Thanks, B.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

So you didn't download any additional plugins and extracted them to your path?

Could you try to use the spartacus.php file frmo the latest 0.8.4 serendipity release? It is not usual that it takes up so much memory. Are you using any global PHP applications on your server like phpOpenTracker that might take up too much memory?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
SyN0
Regular
Posts: 75
Joined: Wed Aug 31, 2005 4:50 am

Re: spartacus error

Post by SyN0 »

basiel wrote:Trying to open URL package_event.xml...
Fetched 103969 bytes from already existing file on your server. Saving file as templates_c/package_event.xml...



Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/basiel/public_html/sblog/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 75


How come?
i've got the same error message with s9y 0.8.4. with 10 event plugins.
abdallah
Regular
Posts: 16
Joined: Mon Jan 03, 2005 3:05 pm
Contact:

Spartacus error

Post by abdallah »

I have exactly the same error on different blogs. (Even with the newest version 0.8.4):

Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 35 bytes) in /home/httpd/vhosts/versicherung-versicherung-versicherung.de/httpdocs/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 75
:cry:

After installing about 5 eventplugins this error is coming....

Somebody can help?
Ad your blog at blog-sucher.de
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Spartacus error

Post by garvinhicking »

Serendipity 0.9 has a reworked spartacus engine that differently parses the XML data.

Since the 0.9 spartacus plugin is not compatible with 0.8.4, you'll need to upgrade your blog to 0.9...

Sadly, parsing the XML data takes up large chunks of memory in versions prior to 0.9.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply