Jump to content

[SOLVED] Abyss Web Server X2 , PHP 6.0.0, MySQL 5 on Windows XP


Recommended Posts

I installed Abyss Web Server X2. that works fine. I then installed PHP 6 and set it up in Abyss Web Server, and that works fine too. I then installed MySQL, setup my.ini in C:/WINDOWS and enabled the mysql extension in php.ini, but when I try to connect to the MySQL database(with it turned on), I just get a blank page. I don't get my die(mysql_error()); or I don't get my confirmation echo "Connection successful";

 

However, when I setup Abyss with PHP 5 it connects to MySQL fine.

 

Any Ideas?

 

ACE

Edit your php.ini and make sure you have done the following:

 

- Set error_reporting to E_ALL and made sure display_errors is to to On

- Setup the extension_dir directive to point to PHP's extension folder

- Enabled the mysql extension

 

Save the php.ini and restart Abyss Webserver.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.