View previous topic :: View next topic |
Author |
Message |
Ingenium13
Joined: 15 Apr 2003 Posts: 1
|
Posted: Tue Apr 15, 2003 3:33 am Post subject: Error: Time exceeded |
|
|
Whenever I post or anyone posts to my site using the latest version of b2, I get the following error:
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Program Files\Apache Group\Apache2\htdocs\b2-include\xmlrpc.inc on line 658
Besides this, I have no other problems with b2. This does not occur if I am editing a post, or if I post very quickly after just loading b2edit.php. |
|
Back to top |
|
 |
princemuchao
Joined: 03 May 2002 Posts: 8
|
Posted: Wed Jul 21, 2004 5:12 pm Post subject: Same problem, here is the fix |
|
|
In config.php, change
Code: | $use_balanceTags = 1; |
to
Code: | $use_balanceTags = 0; |
Worked for me. |
|
Back to top |
|
 |
|