ivatsa Posted October 6 Posted October 6 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
wolstech Posted October 7 Posted October 7 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now