Posted: Mon Dec 18, 2006 1:55 pm
Well, after examining the DB.php file I found out that you can set a debug variable when you connect that spits out errors, and now I am finally receiving some errors:
That's at http://www.coolmailengine.com/test.php
The only problem is that common.php does exist in /home/coolmail/public_html/includes/system/PEAR/DB. The only thing I can think of is that it's trying to include DB/common.php rather than the full path I just specificed above. Is there a way to make it use the full path without editing the file directly?
Code: Select all
Warning: require_once(DB/common.php) [function.require-once]: failed to open stream: No such file or directory in /home/coolmail/public_html/includes/system/PEAR/DB/mysql.php on line 30
Fatal error: require_once() [function.require]: Failed opening required 'DB/common.php' (include_path='.:/usr/local/php5-fcgi/lib/php') in /home/coolmail/public_html/includes/system/PEAR/DB/mysql.php on line 30The only problem is that common.php does exist in /home/coolmail/public_html/includes/system/PEAR/DB. The only thing I can think of is that it's trying to include DB/common.php rather than the full path I just specificed above. Is there a way to make it use the full path without editing the file directly?