• Hello,

    module is not working (website is not working) if this conditions…
    How to reproduce error:
    1) webhosting has function “apache_request_headers” in “disabled_functions”.
    2) php version 7.1 (and other 7.x will same I think)
    Error:
    Fatal error: Cannot redeclare apache_request_headers() in /var/www/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 3226
    There is fuction_exists – which returning true, because its disabled and module is trying to redeclare function.

    Thank you for fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dominikshaim

    (@dominikshaim)

    So, no solution?

    So, your webhosting has disabled apache_request_headers and PHP thinks it doesn’t exist but creating it causes an error? I honestly don’t know how to fix that. You could ask your web host to enable that function.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Module is not working if “apache_request_headers” is disabled’ is closed to new replies.