Page 1 of 1

Server move, not S9Y won't work - PHP error

Posted: Tue Jun 05, 2007 9:36 pm
by Boarderstu
Hi guys,

I've just moved from FC5/Centos to Debian *nix, and now i get the following error when trying to access any of my S9Y blogs - any ideas?

Thanks!

Code: Select all

Fatal error: Call to undefined function input_name_to_filter() in /home/wakefieldfhs.co.uk/www/html/genblog/include/compat.inc.php on line 99

Re: Server move, not S9Y won't work - PHP error

Posted: Wed Jun 06, 2007 11:41 am
by garvinhicking
Hi!

Your new server has a more recent PHP version which utilized a function that did not go well with older s9y versions. You will now need to update your serendipity versions to at least 1.1.2.

You could also manually patch the include/compat.inc.php file to comment out the region where input_name_to_filter is used, but you need some knowledge to do that. :)

Regards,
Garvin

Posted: Wed Jun 06, 2007 12:35 pm
by Boarderstu
makes sense..

i did check the php docs and noticed that funct is no longer used - don't worry im a php/jsp dev, i'll comment it out after :)

ta