Update and Install with spartacus

Found a bug? Tell us!!
Post Reply
konus
Regular
Posts: 334
Joined: Mon Jun 16, 2008 1:57 pm
Location: Dresden, Germany
Contact:

Update and Install with spartacus

Post 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:

Image

Clicking update event-plugins looks strange and somewhat not complete:
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Update and Install with spartacus

Post 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
# 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/
konus
Regular
Posts: 334
Joined: Mon Jun 16, 2008 1:57 pm
Location: Dresden, Germany
Contact:

Post 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

Code: Select all

serendipity_event_geotag.php_old
everything is running great.
Post Reply