Page 1 of 1
Installation Error at Step 3
Posted: Tue Feb 22, 2005 9:56 am
by etienne
My Platform:
Windows XP SP2
Apache 2
Mysql 4.1
Php 4
This error message appears : "Fatal error: You must have the mysqli extension installed. in C:\www\cmsmadesimple\lib\adodb\drivers\adodb-mysqli.inc.php on line 52".
What can i do to pass through this step successfully ?
Thanks all !
Etienne.
Installation Error at Step 3
Posted: Tue Feb 22, 2005 10:31 am
by Ted
Your version of PHP and MySQL don't like either other. You can try setting MySQL 4.0 in the CMSMS installer which sometimes works. The main problem is that PHP uses different commands to connect to MySQL 4.1 and above, and a lot of times these aren't compiled into the version of PHP that you've installed. If the 4.0 driver doesn't work, your best bet is to either find a version of PHP that supports MySQLi, or downgrade your MySQL to a 4.0 series.
Installation Error at Step 3
Posted: Tue Feb 22, 2005 10:59 am
by etienne
i have php 4.3. i install other applications qwith the same platform who requires php and mysql and it's functionning.
how can i configure mysql or php or cmsmade simple to pass the step successfully if it's possible, i think.
Installation Error at Step 3
Posted: Tue Feb 22, 2005 11:06 am
by Ted
Try selecting MySQL 4.0 instead of 4.1 in the CMSMS installer.
Installation Error at Step 3
Posted: Tue Feb 22, 2005 11:16 am
by etienne
i try it and i have this error : "Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\www\cmsmadesimple\lib\adodb\drivers\adodb-mysql.inc.php on line 339
Connection failed".