check your php.ini, there are some options to turn on logging. Often this is disabled to not expose any data to possible attackers but for debugging you need to turn it on.
1 Like
check your php.ini, there are some options to turn on logging. Often this is disabled to not expose any data to possible attackers but for debugging you need to turn it on.