Page 1 of 1
Update and Install with spartacus
Posted: Thu Aug 21, 2008 12:51 pm
by konus
Within Spartacus I can update and install sidebar-Plugins, but have some problems with event plugins.
Clicking update sidebar-plugins it looks like expected:
Clicking update event-plugins looks strange and somewhat not complete:

Re: Update and Install with spartacus
Posted: Thu Aug 21, 2008 1:41 pm
by garvinhicking
Hi!
Can you check the HTML sourcecode or your PHP error log? This can happen if your PHP runs out of RAM. Parsing the spartacus event listing takes up much RAM, and the more event plugins you have installed, the less RAM you have for parsing the spartacus XML.
Regards,
Garvin
Posted: Thu Aug 21, 2008 4:19 pm
by konus
Thank you for your help! After switch on the php-Error display in my .htaccess
Code: Select all
<IfModule mod_php.c>
php_value display_errors 1
</IfModule>
I found out about a plug-in which was not working correctly. I had changed something in a php file and now had
Code: Select all
serendipity_event_geotag.php
serendipity_event_geotag_old.php
after renaming in
everything is running great.