Deactivating Plugin causing Internal Server Error
-
Hello,
I was facing issues with my Memcached due to high load. I needed to deactivate this plugin. But I am facing Internal server error and deactivating doesn’t work.
Here is the Log:2020/02/22 01:58:27 [error] 19471#0: *3077 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.240, server: localhost, request: "GET /wp-admin/plugins.php?action=deactivate&plugin=wp-rest-cache%2Fwp-rest-cache.php&plugin_status=all&paged=1&s&_wpnonce=fd7cc245de HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.socket", host: "XXX.com", referrer: "https://XXX.com/wp-admin/plugins.php" 2020/02/22 01:59:51 [error] 19471#0: *3077 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.240, server: localhost, request: "GET /wp-admin/plugins.php?action=deactivate&plugin=wp-rest-cache%2Fwp-rest-cache.php&plugin_status=all&paged=1&s&_wpnonce=fd7cc245de HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.socket", host: "XXX.com", referrer: "https://XXX.com/wp-admin/plugins.php"
Also I want to know if I can ignore caching for “search” query of
/wp/v2/posts
For example: If someone search “fundamentals of” in a particular category, cache record is generated like/wp/v2/posts?categories=319&order=asc&orderby=relevance&per_page=5&search=fundamentals+of
Can I disable all “search” query from caching?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deactivating Plugin causing Internal Server Error’ is closed to new replies.