Mark Weaver said: > > Fatal error: Failed opening required 'DB.php' > (include_path='.:/usr/lib/php/:/usr/lib/php/pear/') in > /usr/share/squirrelmail/functions/db_prefs.php on line 35 > > Could someone shed some light on this for me? >
SM uses PEAR extensions for accesing databases. Your problem is that this extensions are not in the path where PHP looks for these files. You need to have the directory where you have installed pear extensions (they come with the php distribution) in the variable "include_path string" defined in php.ini. >From the PHP documentation: -------------------------------------------------------------------------------- Here is a short explanation of the configuration directives. include_path string Specifies a list of directories where the require(), include() and fopen_with_path() functions look for files. The format is like the system's PATH environment variable: a list of directories separated with a colon in UNIX or semicolon in Windows. ----------------------------------------------------------------------------------- Good luck Sincerely Rafael Martinez University of Oslo ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en -- 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