PHP throw errors at random lines
error message:
PHP Fatal error: Maximum execution time of 1 second exceeded
in code we don't have any setting, which sets execution time to one second. And this error occurs on completely random lines. sometimes on simple if statement, sometimes on db query. I can't find any pattern. Maybe someone had similar problem, and had resolved it ?