Hi !!
PHP Warning: main(DB.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/mytestdomain.com/httpdocs/webmail/program/include/rcube_d b.inc on line 23 [client xx.xx.xx.xx] PHP Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/share/pear:./:program:program/lib') in /home/httpd/vhosts/mytestdomain.com/httpdocs/webmail/program/include/rcube_d b.inc on line 23
Line 23:
require_once('DB.php');
Any one able to offer any suggestions?
that's because the include_path path's set in index.php are not set to absolute paths, i add a fix for it in CVS that also includes first the RoundCube include path's to avoid including PEAR libraries if they are also in some path already included by the server (this will make RoundCube always use it's own PEAR)