The SQLite extension can't be loaded
Posted by: IanB (---.ji-net.com)
Date: May 26, 2006 06:00AM

When trying to use SQLiteManager I get the message Error : The SQLite extension can't be loaded.

Trying to run a site using locally I get the message:

Warning: mysql_connect(): Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\wamp\www\ecommerce\includes\functions\database.php on line 20
Unable to connect to database server!

Does anyone have any ideas on this please?

Many thanks


Re: The SQLite extension can't be loaded
Posted by: CyberSpatium (67.170.181.---)
Date: May 26, 2006 06:52AM

sqlite was introduced in php v5 so it only works with php 5, not php 4.

Re: The SQLite extension can't be loaded
Posted by: IanB (---.ji-net.com)
Date: May 26, 2006 07:17AM

Thanks CyberSpatium,

SQLite works fine in PHP5. Just have to get this one sorted now:

Warning: mysql_connect(): Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\wamp\www\ecommerce\includes\functions\database.php on line 20
Unable to connect to database server!

Re: The SQLite extension can't be loaded
Posted by: IanB (---.ji-net.com)
Date: May 26, 2006 07:35AM

All problems sorted. Many thanks for the info CyberSpatium

Sorry, only registered users may post in this forum.