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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.