Jump to content

Add a new subdomain and change PHP setting


ivatsa

Recommended Posts

Subdomain added. it can take up to 2 hours to work.

For the PHP errors, it would be best if you disable the error reporting yourself by adding this line to the top of your PHP scripts. For programs you didn't write, you can often just add it to the top of the program's config file to turn it off.

error_reporting(0);

Turning it off on our side doesn't make much sense as you won't be able to troubleshoot anything...you'll just get a plain white page or a 500 error instead. Doing it as above means you can turn it back on if needed.

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