Install problem

Having trouble installing serendipity?
Post Reply
k12dreamer
Posts: 4
Joined: Sun Sep 11, 2005 12:29 am

Install problem

Post by k12dreamer »

Help! The first screen that came up after doing a simple installation showed thes error message:

Fatal error: Undefined class name 'pear' in /var/www/html/start/bundled-libs/XML/RPC.php on line 41


Can someone help me get past this problem? Thanks!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Install problem

Post by garvinhicking »

Your PHP version does not support the xml_parser_create() functions. Those are needed for several tasks within Serendipity, so you need to recompile your PHP with those functions.

On top of that, your server has no central PEAR installation, which is another effect why you get the error. You can uncomment line 41 in that file to get it temprarily going, but without the xml_parser* functions you will not be able to use some plugins and trackback functions.

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