1
leootje
Troubles with the installation of Xoops 2.2.2
  • 2005/8/24 13:46

  • leootje

  • Just popping in

  • Posts: 10

  • Since: 2005/8/24


Hello People

I have installed XOOPS a couple of times with succes but now I have a problem

I am installing
PHP5 and MySQL 4.1 and XOOPS 2.2.2 on a Windows 2003 IIS server

PHP and MySQL is working without errors but when I am installing XOOPS 2.2.2 then I get an error on the the last page of the configuration.

Fatal error: MySQL extension not loaded in D:\Inetpub\wwwroot\html\class\database\mysqldatabase.php on line 74

I have tryed to reinstall MySQL with no succes.

Can someone give me some light in the darkness?

2
leootje
Re: Troubles with the installation of Xoops 2.2.2
  • 2005/8/25 13:44

  • leootje

  • Just popping in

  • Posts: 10

  • Since: 2005/8/24


Solution:

PHP 5+
MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH. See the FAQ titled "How do I add my PHP directory to the PATH on Windows" for information on how to do this. Although copying libmysql.dll to the Windows system directory also works (because the system directory is by default in the system's PATH), it's not recommended.

As with enabling any PHP extension (such as php_mysql.dll), the PHP directive extension_dir should be set to the directory where the PHP extensions are located. See also the Manual Windows Installation Instructions. An example extension_dir value for PHP 5 is c:\php\ext

Note: If when starting the web server an error similar to the following occurs: "Unable to load dynamic library './php_mysql.dll'", this is because php_mysql.dll and/or libmysql.dll cannot be found by the system.

Login

Who's Online

313 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 313


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits