Catching an error on line 0
Posted: Mon May 05, 2008 3:11 am
OK, so I'm getting the following error:
Warning: POST Content-Length of 11373910 bytes exceeds the limit of 10485760 bytes in Unknown on line 0
Now this is on a hosted site so I can't change any of the PHP settings and the security is set to paranoid. Is it possible to trap this error so that users aren't left hanging with a error instead of the page they're supposed to have?
Warning: POST Content-Length of 11373910 bytes exceeds the limit of 10485760 bytes in Unknown on line 0
Now this is on a hosted site so I can't change any of the PHP settings and the security is set to paranoid. Is it possible to trap this error so that users aren't left hanging with a error instead of the page they're supposed to have?