Cannot make any new settings
-
Hello,
I cannot make any changing on w3 total cache settings.
I’m getting error: “The link you followed has expired.”
Thank you
Nicos
The page I need help with: [log in to see the link]
-
Hello @nicorel
I am sorry about the issue you are experiencing and I am happy to assist you with this. Can you please share if you are using a multisite?
Can you please try to clear both the page and browser caches and see if the problem persists.
Also, you can try increasing limits in the .htaccess file and add the following code at the bottom of your .htaccess file.php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300Or increasing limits in the php.ini file by editing the php.ini file and adding the following code inside it.
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300
Let me know if this helps!Thanks!
Hello,
On php.ini my actual settings are:
post_max_size = 80M
upload_max_filesize = 80M
max_execution_time = 300
So is better to increase from 80 to 128 those limits?
My .htacces. Where to put that code?
# BEGIN litespeed noabort <IfModule rewrite_module> RewriteEngine On RewriteRule .* - [E=noabort:1] </IfModule> # END litespeed noabort <IfModule mod_deflate.c> SetOutputFilter DEFLATE <IfModule mod_setenvif.c> # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more problems BrowserMatch ^Mozilla/4\.0[678] no-gzip # MSIE masquerades as Netscape, but it is fine # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48 # the above regex won't work. You can use the following # workaround to get the desired effect: BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html # Don't compress images SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary </IfModule> <IfModule mod_headers.c> # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary </IfModule> </IfModule>
i’m not using multisite.
Thanks
Nicos
Hello @nicorel
Thank you for your feedback. You should try increasing it to see if it helps and also try clearing the Page Cache and Browser Cache.
Is this you entire .htaccess file?
Thanks!Hello,
Seems to be entire .htaccess file.
Clearing the Page Cache and Browser Cache not working
Nicos
Hello @nicorel
Thank you for yoru feedback. Can you please share when you started to experience this problem, meaning after the activation or after some time?
you .htaccess file does not seem complete as it does not contain core WP rules and also no W3TC rule at all.
So you either haven’t shared the .htaccess file that should be in the root of your website, or something strange is happening, because I can see the W3TC header was added when checking your website.Thanks!
I have to disable plugin after latest update.
Page Enhanced suddenly generated a lots of large files…over 20gb of cache data.
Please fix it.
Nicos
Hello @nicorel
The page is cached once visited. Unless specifically setup using the Cache Preload, W3TC does not generate ached files by itself.
Do you have a cache preload enabled in Performance>Page Cache?
Thanks!I decide to complete uninstall w3 Total cache…using w3 team recommendations.
After 1 day i installed back.
I get the message on “Save Settings& Purge Caches” from sections (others than General Settings).
The link you followed has expired.
This message was triggered by w3-total-cache.
Call stack:
wp_die()
wp-includes/functions.php:3592wp_nonce_ays()
wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php:129W3TC\Generic_Plugin_Admin->load()
wp-includes/class-wp-hook.php:308do_action('load-performance_page_w3tc_pgcache')
wp-admin/admin.php:237
Also there are no W# Cache mentions on .htaccess file. Any Help?
Nicos
And….cache preload isn’t enable in Performance>Page Cache.
Also on site health…i have one messages:
1 critical issue
Critical issues are items that may have a high impact on your sites performance or security, and resolving these issues should be prioritized.
Page cache is detected but the server response time is still slowPerformance
Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.
Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:
cache-control
,expires
,age
,last-modified
,etag
,x-cache-enabled
,x-cache-disabled
,x-srcache-store-status
,x-srcache-fetch-status.
- Median server response time was 2,634 milliseconds. It should be less than the recommended 600 milliseconds threshold.
- No client caching response headers were detected.
- A page cache plugin was detected.
My host say that is also about w3 total cache issue.
Also “Page Enhanced suddenly generated a lots of large files…over 20gb of cache data.” the issue dissapear after complet uninstall W3 and clean reinstall.
Hello,
Is there anybody out there to help? ????
Thank you,
Nicos
Please help.
- The topic ‘Cannot make any new settings’ is closed to new replies.