Jump to content
MakeWebGames

Updating from php 7


Recommended Posts

Unfortunately there's no information here that can really help us help you.

 

Try going into your file manager then the logs folder (should be on the same level as the public_html).  In there I'd assume there's a PHP error log file. It'll have a ton of information as to what's going on

Link to comment
Share on other sites

Interesting...try adding

 

error_reporting(-1);

 

To the top of your main php file. Whether it's header.php config.php or whatever. Just the main file. It should turn on ALL error reporting then maybe something will show up in the log...I think by default it's off

 

Link to comment
Share on other sites

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.   Paste as plain text instead

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