Page 1 of 1
spartacus error
Posted: Fri Aug 19, 2005 2:12 pm
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?
Re: spartacus error
Posted: Fri Aug 19, 2005 2:36 pm
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
Posted: Sat Aug 20, 2005 2:25 pm
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.
Posted: Sat Aug 20, 2005 3:00 pm
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
Re: spartacus error
Posted: Sun Sep 04, 2005 2:22 am
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.
Spartacus error
Posted: Wed Sep 21, 2005 3:43 pm
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
After installing about 5 eventplugins this error is coming....
Somebody can help?
Re: Spartacus error
Posted: Wed Sep 21, 2005 3:50 pm
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