bump_request_timeout error
-
It has a compatibility problem
With error (current):
function bump_request_timeout() { return 60; }
To fix it:
function bump_request_timeout($var = 60) { return $var; }
Line: 1110
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bump_request_timeout error’ is closed to new replies.