Closed opiums9 closed 3 years ago
This has nothing to do with AoWoW itself but with your webserver / php settings you currently run on. Seems like the default time a script is allowed to run on your current setup is 5 seconds - way to low to setup aowow.
i think i got it. 5sec is set from the previous step (writing achievement data to file) and the next step (compiling the exclusions file) doesn't reset it because it usually takes mere ms. It should probably get it's own limit and if it's still exceeded .. well than there is another issue.
/e: in general the time limits are set on a 'per setup step' basis. So if it fails you are either running on pretty weak hardware or it's a symptom of a more pressing issue.
maybe fixed in 7a74c3644847b9fb25b9083656c4df7e62dfcf96 ?
In any case if it still needs more time we should debug this step further.
now is Fatal Error - Maximum execution time of 2 seconds exceeded @ xxxx\includes\libs\DbSimple\Mysqli.php:162
commit: 56e70e22bba81692670199c292c231ab0c113cdb
After running the application in the CLI, I get this error after a while
What could it be?