Hastymail2

Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed.

Hastymail 2

avatar
error on fresh install

im atamepting a fresh install with the latest one from the svn and when i enable db support i get the following error


Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in /home/scene/public_html/mail2/db/db.php on line 42

Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/scene/public_html/mail2/db/db.php on line

 

all files have been chmoded 777 and i cheked out the db.php file and it wants 'DB.php'  but that does not exist with that filename in caps does exist in non caps.  any ideas how to fix

Reply /Quote
avatar
Re: error on fresh install

The problem is that we rely on the PEAR DB or MDB2 libraries for database access. You can use either (controlled by the db_pear_type setting in the hastymail2.conf file) and they are easy to install via your distro package manager or using the PEAR installer. You can install the DB package to fix the problem without changing your settings, or change the db_pear_type to MDB2 and install the MDB2 package to correct database support.

Hope that helps,
Jason

Reply /Quote
Get Hastymail at SourceForge.net. Fast, secure and Free Open Source software downloads