Please remember to reply on-list, thanks.
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>
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
