nos1 Posted March 25, 2006 Posted March 25, 2006 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,
donet Posted April 4, 2006 Posted April 4, 2006 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.