hmmm
i?ve the same config. strange.
don?t know why it doesn?t work on your forum.
but... hmmm... last chance: perhaps there is an old pear-version in the includepath from the php.ini.
at line 10 in websearch.php change
Code:
$ipath.=":$pearpath";
to
Code:
$ipath=".:$pearpath";
and make sure that you have entered the path to your uploaded pearclasses at line 4 ($pearpath)