XF 1.1 Can't Save A Phrase

yavuz

Well-known member
Hi, I'm currently carrying on translating XenForo and got stuck with one phrase "warning". I'm getting "a maximum execution error".

It doesn't happen with other phrases I can save them just fine. I restarted apache but that didn't make a change at all. What could the problem be?

Thanks.
 
Try increasing the timeout by adding this line to your library/config.php file:

Code:
ini_set('max_execution_time', 5000);

If that doesn't work then I suggest removing any extra languages / styles that you don't use in order to speed up the rebuild time.
 
Top Bottom