Hello,
My name is Juan. I am seeking help in way to solve some trouble I have with UseBB installation.
My configuration is:
OS: Fedora Core 5 i386
Mem: 256 mb
HDD: 20 GB
it is a VMware Server Virtual Machine
Web server: Apache 2
PHP version: 5
Basically, when I try to install the forum, appears the following message:
In file db_mysql.php on line 47:
E_USER_ERROR - Unable to load module for database server "mysql": PHP mysql extension not available!
Then, I checked out with the command: 'php -m' and tried to look if the mysql module is installed, and it is. Weird.
Another post in this forum pointed that a "workaround" is to change the type = "mysql" line inside config.php to type = "mysqli", and also check if mysqli is installed. And it is also installed.
When I tried to refresh the page, appears the same error message but doing reference to mysqli as if didn't were installed. Weird.
Can you give me some directions to solve this?
Thanks.
Juan

