Fatal error: Maximum execution time of 30 seconds exceeded in /home/htdocs/convert_functions.php on line 688
Logged In: NO
Had the same problem. Following the steps of commenting out the include statement fixed this issue for me.
Quote: As was noted, simply removing or commenting out line number two that reads:
include("convert_functions.php");
will fix this glitch. End Quote:
Log in to post a comment.
Logged In: NO
Had the same problem. Following the steps of commenting out
the include statement fixed this issue for me.
Quote:
As was noted, simply removing or commenting out line
number two that reads:
include("convert_functions.php");
will fix this glitch.
End Quote: