Recent Topics

1 Aug 11, 2007 06:54    

My b2evolution Version: Not Entered

I have installed b2evo, have PHP4x and MySQL8.14 on debian..
I run the installer and get this

MySQL error!

The PHP MySQL module could not be loaded.

You must edit your php configuration (php.ini) and enable this module (mysql.so).

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

I have removed the comment out on the extension=mysql.so line in PHP.ini and I even tried adding a extension_dir line as well with the path to my mysql.so (the path is /usr/lib/perl5/auto/DBD/mysql)

Anyone have any ideas, I cant seem to find any info on this error..
thanks in advance.

2 Aug 11, 2007 10:11

Could you make a phpinfo(); and check if php is compiled with or without mysql ?

Could you put here the result of

dpkg -l | grep mysql ;
dpkg -l | grep php ;
dpkg -l | grep apache

Are you using Debian Sarge or Debian Etch ?


Form is loading...