fudforum and xampp [message #28050] |
Sun, 09 October 2005 07:42 |
kimkara
Messages: 2 Registered: October 2005
Karma: 0
|
Junior Member |
|
|
let me start by saying that I am a total newbie to this.
after some research I decided to install xampp as a base system on my windows xp home edition machine.
apache is working great but when i try to install the fudforum i get the following error :
FUDforum can utilize either MySQL PosgreSQL or SQLite database to store it's data, unfortunately, your PHP does not have support for either one. Please install or load the appropriate database extension and then re-run the install script.
xampp comes with apache2 , MySQL 4.1.15, PHP 5.0.5, phpMyAdmin 2.6.4-pl1.
according to system info mysql is indeed running
need help from the experts.
|
|
|
Re: fudforum and xampp [message #28072 is a reply to message #28050] |
Mon, 10 October 2005 14:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You probably don't have mysql extension loaded. The installer determines what database interfaces are available by checking for extension presense.
FUDforum Core Developer
|
|
|
|