Jump to content

Recommended Posts

Posted

Please add a subdomain : testseries.ikv.co.in

Please change setting for my all websites: 

no error_reporting for this. 
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

I am getting warnings for php depreciation.

my username is : ivatsa
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...