Need some help please. I am just trying to install SMF and I get the following error. The installer was unable to detect MySQL support in PHP. Please ask your host to ensure that PHP was compiled with MySQL, or that the proper extension is being loaded. I am running MYSQL 4.0.23a and PHP ver 5 any help please guys as I am pulling m hair out here.
You will want to check which mysql extensions you have installed in your PHP version (probably mysqli since that's the default for PHP5). The problem is mysqli is only for MySQL 4.1 or higher, so that could be the problem. Also, check to see if SMF supports both mysql and mysqli PHP extensions.
Did you try the Simplemachines website. When I have had problems with SMF they were very helpful. Some possible solutions: http://www.simplemachines.org/community/index.php?topic=41505.0 http://www.simplemachines.org/community/index.php?topic=49949.0 Good luck.