Page 1 of 1
Spartacus problem; request.php
Posted: Sun Aug 21, 2005 3:26 pm
by user
I have installed spartacus, but when spartacus starts to look for plugins, I geht this error message.
Ereignis Plugins
Plugin zur Installation wählen
Versuche URL package_event.xml zu öffnen...
Fatal error: Call to undefined function: is_a() in /home/nino/public_html/test/serendipity/bundled-libs/HTTP/Request.php on line 572
Re: Spartacus problem; request.php
Posted: Sun Aug 21, 2005 4:10 pm
by garvinhicking
Your PHP version on the server is to old. PHP 4.3.0 is required at least. 4.3.10 at least is suggested because of security issues.
Regards,
Garvin
Posted: Fri Dec 09, 2005 1:28 pm
by ma74
i got the same problem, when adding a commet. but just since today. it worked well for weeks before.
my php version is to old too, but it worked before, i didnt touch anything in the system and suddenly this error occures.
any hints?
cheers
m
Posted: Fri Dec 09, 2005 1:34 pm
by garvinhicking
I'm afraid, this cannot be. Maybe you didn't use adding plugins before and have recently upgraded Serendipity? Only since Serendipity 0.8.5 or so we have that PEAR requirement, earlier versions worked without that PEAR version and thus did work with old PHP versions.
So I suggest the same: Upgrade PHP. Really. It's important.
Best regards,
Garvin
Posted: Fri Dec 09, 2005 1:40 pm
by ma74
i would love to. but my provider tells me f*** off, cause its his private server and he hosts me for free. no chance.
it really worked before and stopped working. the only thing did, was installing a second search box plugin for testing and deinstalling it straight afterwards. that was all. and installing plugins worked well before. got loads of them installed
Posted: Fri Dec 09, 2005 2:18 pm
by garvinhicking
Yes, but sine new serendipity, we use different plugin fetching functions. Seem you now used it for the first time.
PEAR requires the new PHP, there's nothing really we can do about it. You'll need to downgrade your Serendipity then. Or go and buy for a provider that has good services. It's worth it for the sake of security.
Regards,
Garvin
Posted: Fri Dec 09, 2005 2:20 pm
by ma74
all fine and well understandable. but still it was running ok for 2 months and suddenly this error occurs.
Posted: Fri Dec 09, 2005 2:26 pm
by garvinhicking
I'm really sorry, this can really only happen if either you or your sysadmin upgraded the PEAR files. Maybe your admin installed/upgraded a PEAR package...
Regards,
Garvin
Posted: Sat Feb 11, 2006 12:06 am
by Ned Keller
If you really cannot get a newer version of PHP installed - I was in the same boat - take a look at
http://pear.php.net/package/PHP_Compat/ where you will find a package that provides functionality for older versions of PHP, including the missing is_a function.