• Resolved Nazar78

    (@nazar78)


    Hi,

    It’s been twice after auto upgrade my site has this issue not accessible at all that I had to manually remove the W3 Total Cache plugin folder then reinstall. What could be the issue? I have no other cache plugin. Opcache, page, object caches and minify were enabled.

    `Thrown in /share/Web/xxxxx.com/wordpress/wp-content/advanced-cache.php on line 31” while reading response header from upstream, client: 2400:d803::xxx, server: xxxxx.com, request: “GET / HTTP/1.1”, upstream: “fastcgi://unix:/run/php/php7.4-fpm.sock:”, host: “xxxxx.com”
    2021/09/08 18:32:02 [error] 18093#18093: *5541 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Class ‘W3TC\Dispatcher’ not found in /share/Web/xxxxx.com/wordpress/wp-content/advanced-cache.php:31
    Stack trace:
    #0 /share/Web/xxxxx.com/wordpress/wp-settings.php(95): include()
    #1 /share/Web/xxxxx.com/wordpress/wp-config.php(126): require_once(‘/share/Web/xxxx…’)
    #2 /share/Web/xxxxx.com/wordpress/wp-load.php(50): require_once(‘/share/Web/xxxx…’)
    #3 /share/Web/xxxxx.com/wordpress/wp-blog-header.php(13): require_once(‘/share/Web/xxxx…’)
    #4 /share/Web/xxxxx.com/wordpress/index.php(17): require(‘/share/Web/xxxx…’)
    #5 {main}
    Thrown in /share/Web/xxxxx.com/wordpress/wp-content/advanced-cache.php on line 31” while reading response header from upstream, client: 2400:d803::xxx, server: xxxxx.com, request: “GET /sitemap.xml HTTP/1.0”, upstream: “fastcgi://unix:/run/php/php7.4-fpm.sock:”, host: “xxxxx.com”`

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nazar78

    Thank you for reaching out.
    This issue is not specifically related to W3 Total Cache but to your hosting environment. As Stack trace suggests the problem is with the FastCGI response sizes so you should reach out to your hosting provider and check this.
    I hope this helps!

    Thread Starter Nazar78

    (@nazar78)

    Hi @vmarko,

    Thanks for responding. I have full control over my site (local NAS 16GB ram 50% usage). I currently have this off for a long time as I’m aiming for no buffering response, wasn’t an issue until now.

    fastcgi_buffering off;

    My site has low traffic but I can afford to turn on and increase the fastcgi buffers further than default. I’ll try and monitor. Thanks again for pointing out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: Class ‘W3TC\Dispatcher’’ is closed to new replies.