How to handle Fatel Error?
Posted: Fri Jun 26, 2009 6:20 am
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\mydomainname\PHP_CoreKIT\lib\nusoap.php on line 1761
I am using Web service so it is showing me this error some time, but most of the time they runs perfectly, now I want to show the error page which inform the user that connection timeout instead of this message. I have also divided my code in various classes so this nusoap class is used in many other classes. How can i do that?
I am using Web service so it is showing me this error some time, but most of the time they runs perfectly, now I want to show the error page which inform the user that connection timeout instead of this message. I have also divided my code in various classes so this nusoap class is used in many other classes. How can i do that?