/home/mirror/data/ ?

Found a bug? Tell us!!
Post Reply
nick
Regular
Posts: 21
Joined: Wed Oct 26, 2005 10:34 pm
Contact:

/home/mirror/data/ ?

Post 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 ... ?
--------
http://cryingwolf.net
--------
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: /home/mirror/data/ ?

Post 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
# 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/
nick
Regular
Posts: 21
Joined: Wed Oct 26, 2005 10:34 pm
Contact:

weird ...

Post 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 />
--------
http://cryingwolf.net
--------
nick
Regular
Posts: 21
Joined: Wed Oct 26, 2005 10:34 pm
Contact:

NetMirror Problem, maybe ?

Post 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 ) ?
--------
http://cryingwolf.net
--------
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: NetMirror Problem, maybe ?

Post by garvinhicking »

Nick: You'Re right. You should try to fetch the file with ftp://netmirror.org instead...

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/
Post Reply