XF 1.2 Timeout Error - Extra Long Thread Message

yavuz

Well-known member
Hi, I'm having bit of a problem with one of a thread that is particularly long:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/library/XenForo/BbCode/Formatter/Wysiwyg.php on line 80

I've checked the message limit which is set to "0" unlimited. How can I deal with this?

Thanks.
 
Considering the thread has several hundred links, I think the only thing I can suggest is to up the maximum PHP execution time on your server so you can edit the post, and then split it up into several posts to allow for easier editing.

You are also be able to edit the post in the BB Code editor (no Rich Text Editor). The parsing of BB Codes (especially that many) in HTML is quite intense (for it to work in Redactor is slightly different than for it to display in posts) and takes quite a bit of time.
 
Top Bottom