Duplicate  Maximum execution time exceeded in Application.php

Rigel Kentaurus

Well-known member
I was unable to install Xenforo on my server (worked on my local box), due to this error

Screen shot 2010-10-09 at 11.02.33 PM.webp
Since that line seemed to be an ob_end_clean, that most likely meant some configuration on my side. My current environment:
  • centos linux
  • lighttpd with php-cgi
  • php 5.3
To solve this, what I did is, in php.ini I changed

zlib.output_compression = 1
to
zlib.output_compression = 0

(I can enable compression at the lighttpd level so I don't care)
Just posting this in case someone has the same bug and is trying to solve it
 
Top Bottom