MichielAalders Posted November 7, 2011 Posted November 7, 2011 hello everyone, i'm trying to setup oscommerce but when ever i acces it i get the error that the mysql extension is not installed. but when i look at the PHP site it says that this extension is always installed by default. and in the php.ini i can't find anything that would show that it is off. i'm using PHP 5.3.8 with mysql 5.5.16.0 (or something like that) oh yeah i'm using apache 2.2 as webserver. does anybody know what is going wrong here ?
MrPhil Posted November 7, 2011 Posted November 7, 2011 Have you run the following script: <?php phpinfo(); ?> ? That will show you the status of everything that PHP knows about, including any MySQL interfaces and extensions that are installed.
MichielAalders Posted November 8, 2011 Author Posted November 8, 2011 no haven't try it. but i'm switching to linux right now. because all our web servers run on linux. but thanks for the help.
MrPhil Posted November 8, 2011 Posted November 8, 2011 It is irrelevant what you run your PC on, when talking to a Linux server. It will do nothing to solve your original problem, which is entirely on the server. That said, Linux is a better OS than Windows, but it is unnecessary to switch.
MichielAalders Posted November 9, 2011 Author Posted November 9, 2011 i meant i was switching to linux on the server side. we manage our own webservers so it is easier if the new one for this site is linux too.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.