> I had the Bookmarks plugin working with MySQL, but after adding other > plugins, it doesn't work. I get this error: > > Fatal error: Call to undefined function: fetchrow() in > /opt/csw/apache/squirrelmail-1.4.2/plugins/bookmarks/bookmarks_data.php on > line 71 > > It can't find DB.php when it requires it. Do I need to set the > "include_path" variable? The DB.php is in /opt/csw/lib/php
If you want to use PHP Pear functions, your php include_path should include path to pear includes. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
