Please remember to reply on-list, thanks.
>
> Please explain "on-list". I just replied to the email.

It means, reply to the mailing list where you sent your original request. Other people will benefit from seeing this thread's conclusion, which is the whole purpose of the list. It is NOT intended as a way for you to get free personalized support. That will cost you money. :)


I will ask the hosting provider.
Is there an easy way for me to check it myself? I don't have shell
access,

Best way might be to create a file on the server and access it thru your browser:

<?php

ini_set('display_errors', 'On');
ini_set('error_reporting', E_ALL);

?>

<html><body>

<?php

if (!include('DB.php'))
  echo "no pear found in include path<br />";
else
  echo "pear found!<br />";

?>
</body></html>

I have run your code and it says that Pear is found.

Well, then not sure why fetchrow() isn't found! You might ping the author and ask if this is a bug in his code. I would say maybe your Pear is out of date, but with PHP4.3.10, that would be surprising.



but use one of those web-based control panels.
I am tempted to move to another provider and get more control.



Fatal error: Call to undefined function: fetchrow() in
../squirrel/plugins/bayesspam/bayesspam_functions.php on line 681

seems like you don't have Pear installed. It should come with your PHP version (4.3.10)... did you disable it? is it hiding somewhere nonstandard?



------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to