Page 1 of 1
/home/mirror/data/ ?
Posted: Tue Dec 13, 2005 7:33 am
by nick
I updated the contactform & check entry plugin from spartacus,
now I got this on the bottom of the page..
Code: Select all
Fatal error: Class 'serendipity_event' not found in /home/mirror/data/serendipity/additional_plugins/serendipity_event_entrycheck/serendipity_event_entrycheck.php on line 11
Fatal error: Class 'serendipity_event' not found in /home/mirror/data/serendipity/additional_plugins/serendipity_event_contactform/serendipity_event_contactform.php on line 11
I do not even have that path in my s9y installation ... ?
Re: /home/mirror/data/ ?
Posted: Tue Dec 13, 2005 10:49 am
by garvinhicking
This sounds very strange; the class "serendipity_event" is declared in our file include/plugin_api.inc.php, and should also be loaded.
Did you accidently delete some files or change your server path config?
"/home/mirror/data" should be your core serendipity path on your webserver...
Regards,
Garvin
weird ...
Posted: Tue Dec 13, 2005 1:58 pm
by nick
the weird thing is it only happens with this 2 plugins..
I tried to fetch the file manually from netmirror.
(
http://netmirror.org/mirror/serendipity ... ctform.php )
tho' it says the size is 12K there... i always got 211 bytes of php files with
this html hardcoded in it :
Code: Select all
<br />
<b>Fatal error</b>: Class 'serendipity_event' not found in <b>/home/mirror/data/serendipity/additional_plugins/serendipity_event_contactform/serendipity_event_contactform.php</b> on line <b>11</b><br />
NetMirror Problem, maybe ?
Posted: Tue Dec 13, 2005 2:18 pm
by nick
Hello ..
I restored my old contactform plugin, and it does have all the php code intact, works ok again like before..
I'm guessing that netmirror.org is translating the php code, so the resulting php file is actually the output ( html ) ?
Re: NetMirror Problem, maybe ?
Posted: Tue Dec 13, 2005 2:24 pm
by garvinhicking
Nick: You'Re right. You should try to fetch the file with
ftp://netmirror.org instead...
Regards,
Garvin