Recent Topics

1 Oct 28, 2007 20:21    

My b2evolution Version: Not Entered

When attempting to install at /blogs/install/ directory i get the following message:

MySQL error!

The PHP MySQL module could not be loaded.

You must edit your php configuration (php.ini) and enable this module (php_mysql.dll).

Do not forget to restart your webserver (if necessary) after editing the PHP conf.

It seems that the database config settings you entered don't work. Please check them carefully and try again...

Any suggestions?

2 Oct 28, 2007 21:38

Check php.ini file and see if you have files colored RED.

Few Question.
1.did you try to create database if yes how you did it? Did you yse mysql GUI or phpmyadmin?

Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.

;extension=php_ldap.dll
extension=php_ming.dll
;extension=php_msql.dll
;extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll


Form is loading...