Page 1 of 1

adodb_lite installation error?? [SOLVED]

Posted: Thu Dec 10, 2009 4:23 pm
by wms
I've installed many version of CMSMS before, but this time, I keep getting this error message.  I tried version, 1.6.2, 1.6.4, 1.6.5 and 1.6.6.  I just don't understand what is going on????

Below is the error message I get every time after step 5 of the installation process.  Any help would be great.


Warning: include_once(E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc) [function.include-once]: failed to open stream: No such file or directory in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 54

Warning: include_once() [function.include]: Failed opening 'E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc' for inclusion (include_path='.;C:\php5\pear') in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 54

Warning: include_once(E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_date_module.inc) [function.include-once]: failed to open stream: No such file or directory in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Warning: include_once() [function.include]: Failed opening 'E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_date_module.inc' for inclusion (include_path='.;C:\php5\pear') in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Warning: include_once(E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_extend_module.inc) [function.include-once]: failed to open stream: No such file or directory in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Warning: include_once() [function.include]: Failed opening 'E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_extend_module.inc' for inclusion (include_path='.;C:\php5\pear') in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Warning: include_once(E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_transaction_module.inc) [function.include-once]: failed to open stream: No such file or directory in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Warning: include_once() [function.include]: Failed opening 'E:\web\public_html\wms\spi5star\lib\adodb_lite/adodbSQL_drivers/mysql/mysql_transaction_module.inc' for inclusion (include_path='.;C:\php5\pear') in E:\web\public_html\wms\spi5star\lib\adodb_lite\adodb.inc.php on line 68

Fatal error: Class 'mysql_transaction_ADOConnection' not found in E:\web\public_html\wms\spi5star\lib\adodb_lite\generic_modules\pear_module.inc(5) : eval()'d code on line 1


Thanks,

wms

Re: adodb_lite installation error?? [SOLVED]

Posted: Fri Dec 11, 2009 3:49 pm
by wms
Ok, I figured it out.

From version 1.4 to 1.6.6, there is no \lib\adodb_lite\adodbSQL_drivers\mysql directory in the (full) install package.  There was a mysqli directory, but not mysql.  I started looking at my other sites that run CMS just fine.  They have this mysql directory.  I've done the updates over the years, but a brand new install from version 1.6.6. I've never done.  When I tried to install 1.6.6., I got the Adodb_Lite errors messages I posted.

How I got my 1.6.6. install to work:
-I copied the \lib\adodb_lite\adodbSQL_drivers\mysqli directory to \lib\adodb_lite\adodbSQL_drivers\mysql.
-After step 5 of the installation, everything worked.

I also have to delete the .htaccess files and create a config.php file. 

I'm guessing this (full package) work around iis because of the host I use (lfchosting.com).  They use windows servers for hosting and separate servers for their mysql databases.

I hope this work around of the mysql directory won't pose any issues.  The install so far see to be working fine.

I hope this helps some others out there. ;D

Thanks,

wms