Page 1 of 1

Event Plugin Problem

Posted: Sat Jun 23, 2007 5:48 pm
by rj
I cannot GET the list of EVENT PLUGINS anymore. This info comes up instead.

-------------
Event Plugins

Trying to open URL package_event_en.xml...
Fetched 232579 bytes from the URL above. Saving file as /home/content/r/a/c/rackjite/html/serendipity/templates_c/package_event_en.xml...
Data successfully fetched.

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/r/a/c/rackjite/html/serendipity/plugins/serendipity_event_mobile_output/mobile.class.php on line 7
------------------

Thanx


RJ

Re: Event Plugin Problem

Posted: Mon Jun 25, 2007 12:21 pm
by garvinhicking
Hi!

could it be you edited the mentioned file mobile.class.php? The original file does not contain a parse error.

Regards,
Garvin

Re: Event Plugin Problem

Posted: Mon Jun 25, 2007 12:22 pm
by garvinhicking
Hi!

Ah! The mobile plugin is PHP5 only, but your host runs PHP4. You must remove the mobile-plugin (delete the directory via FTP, i.e.)

Regards,
Garvin

Posted: Mon Jun 25, 2007 2:29 pm
by rj
Ah.... Sorry, that is something I should have figured out myself if I had given it a minute to think about... :)

Thanx


RJ

Posted: Fri Jun 29, 2007 1:05 pm
by jamesmusic
i'm having a problem trying to add new event plugins - whenever i click the link: 'Event Plugins - Click here to install a new event plugin'
A pop up appears saying i have chosen to open 'serendipity_admin.php' and save to disk... any ideas why this is happening intermittantly?
cheers,
James

Posted: Fri Jun 29, 2007 1:43 pm
by garvinhicking
Hi!

Such a popup usually means that you PHP process crashes. Please try to find the Apache or PHP error logs and see what they say. Often this is because your webserver's firewall disallows serendipity to connect to the plugin repository. You might need to reomve the "Spartacus" event plugin and fetch plugins manually from spartacus.s9y.org.

Regards,
GArvin

Posted: Fri Jun 29, 2007 2:10 pm
by jamesmusic
that was it!! thanks again garvin