Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation problem - Stuck on 'Database Import' phase


nos1

Recommended Posts

Posted

Hi,

 

I have an installation problem, I'm stuck on the 'Database Import' phase,

in database.php function:osc_db_connect when calling to "@mysql_connect" function.

 

Please help!

 

 

Thanks,

  • 2 weeks later...
Posted
Hi,

 

I have an installation problem, I'm stuck on the 'Database Import' phase,

in database.php function:osc_db_connect when calling to "@mysql_connect" function.

 

Please help!

Thanks,

 

I had the same problem it is because php-mysql module is not installed or loaded.

 

I have linux debian and I had to install the module:

php4-mysql

 

with apt-get install php4-mysql

 

then in the file /etc/php4/apache/php.ini I had to remove the ";" in the line: ";extension=mysql.so"

 

then I restarted apache ( /etc/init.d/apache restart )

and then everything was fine!

 

Good Luck!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...