Jump to content

Having trouble loading the php? On Ubuntu


Go to solution Solved by G3NERALCHRIS,

Recommended Posts

I have the complete website, and works fine on windows using XAMPP control panel accessing via localhost.

 

Now I am having trouble accessing the table(s) via ubuntu after turning on mysql in ubuntu also I am receving no errors

just a blank page. You can check the php but it might not make any difference.

 

All assoicated files for linking with mysql are below if needed I will upload whole webiste without images.

 

I have stopped mysql and restarted it, over and over again. Also tried using

sudo /usr/sbin/mysqld --skip-grant-tables --skip networking &

command and no luck.

Website is running succesfully just mysql is not working any suggestion on what could be wrong.

add-aboutme.php

add-contactme.php

add-guestbook.php

delete-contact.php

guestbook.php

view-aboutme.php

view-contactme.php

view-guestbook.php

Edited by G3NERALCHRIS
Link to comment
Share on other sites

 

 

I am receving no errors

just a blank page

This usually means PHP encountered an unrecoverable error. First step is to checked the error logs for your server. Or enable error reporting in the php.ini

error_reporting = E_ALL
display_errors = On

Make sure you restart your http server after making any changes to the php.ini

 

Post the errors you get here

 

 

I have the complete website, and works fine on windows using XAMPP control panel accessing via localhost

If it worked on Windows then it should work on your Ubuntu server. I have a feeling something is not configured correctly on Ubuntu. Once we know what the errors are we can start to assist you better.

Link to comment
Share on other sites

This usually means PHP encountered an unrecoverable error. First step is to checked the error logs for your server. Or enable error reporting in the php.ini

error_reporting = E_ALL
display_errors = On

Make sure you restart your http server after making any changes to the php.ini

 

Post the errors you get here

 

If it worked on Windows then it should work on your Ubuntu server. I have a feeling something is not configured correctly on Ubuntu. Once we know what the errors are we can start to assist you better.

I check the php.ini in terminal display errors is on by default and error reporting is E_ALL by default. Any suggestion?

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.