jamesja
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] cached pages shown after loginI had same issue and this helped me as well. Thank you. W3TC team is awesome when it comes to “free” support. Thumbs up.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheThank you so much. That fixed it!
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheHello, I am using /amp/ only, at the end of post.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheHello, first of all thank you so much for patiently helping me until now. I am back with more testing.
My new findings are when I have page cache on “memcached” or “Disk Basic”, this issue happens. When I switch page caching to “Disk Enhanced”, this issue doesn’t happen. I tested this with 3 different servers.
I can give you login to my testing site, should you wish to check there.
Edit: When I did testing, I first opened a particular post on both amp and non-amp versions (so cache version is created, no traffic on my testing sites). Then I edited that same post and refreshed both pages. Non-amp version reflected those changes right away, while AMP pages didn’t when page cache was set on “Memcached” or “Disk Basic’. When page cache was set on “Disk Enhanced”, changes reflected to both AMP and Non-AMP pages.
Regards,
- This reply was modified 5 years, 5 months ago by jamesja.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheYa exactly.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheHi, I have been investigating this issue and unable to figure out what’s the issue.
I set up a fresh site and this issue is happening on it. Can I send you login so you can check?
Plugins I have are:
Classic Editor
W3 Total Cache
AMP – https://www.ads-software.com/plugins/amp/Issue is: When I modify any post content, cache is cleared on non-amp page right away, but it’s not cleared on amp pages and I have to wait until it automatically expire.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheHi, thank you for your reply. I removed theme amp plugin due to some issues.
Currently
I am using this theme: https://demo.betterstudio.com/publisher/
this plugin: https://www.ads-software.com/plugins/accelerated-mobile-pages/After enabling AMP extension in W3, cache is cleared on my testing site (same theme, same amp plugin). But on main site it doesn’t clear. I am unable to figure out the reason.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheHi again, I tested same amp plugin with w3 on a testing site. On my testing site it works when I enable AMP extension, but on main site it doesn’t work.
Any suggestion how should I troubleshoot this?
Testing site is http and main https.
- This reply was modified 5 years, 5 months ago by jamesja.
Forum: Plugins
In reply to: [W3 Total Cache] Clearing AMP page cacheThank you for reply. I tried that, but it doesn’t work. Then I changed amp plugin, but it doesn’t work with that plugin either. It only works with https://www.ads-software.com/plugins/amp/
Every plugin has different function to identify whether it’s amp page.. if that information is helpful to you to help me resolve this issue.
Check “account_status” in user_meta table for that user id. If “account_status” is blank, then that could be reason of profile redirecting to main page.
All my new registrations have “account_status” blank and users are not able to view those profiles. I have email activation option on, so technically “account_status” should either be “waiting for email confirmation” or “approved”, but activation emails are not going out and new users are just able to login. I am still trying to figure out the issue with activation emails. After registering, registration goes through but instead showing custom message about activating email, registration page reloads.
I tested with fresh install on dummy site and it works okay.. still trying to figure out on main site.
- This reply was modified 6 years, 6 months ago by jamesja.
Same here. I am tired of deleting spammy accounts. I also have google capcha enabled.
- This reply was modified 6 years, 9 months ago by jamesja.
Forum: Plugins
In reply to: [Delete Expired Transients] Query to run in phpmyadminThank you very much.
Just wanted to update that I couldn’t delete from wp-admin due to conflicting settings in W3 Total Cache. I had checked this option ‘Store transients in database’ under Object Cache. After unchecking, I am able to delete from wp-admin properly.
Forum: Plugins
In reply to: [Delete Expired Transients] Query to run in phpmyadminHi Ross, thank you so much for your reply.
I get this error message in PMA:
Static analysis:
3 errors were found during analysis.
Unrecognized keyword. (near “using” at position 20)
Unexpected token. (near “wp_options” at position 26)
Unexpected token. (near “t1″ at position 37)SQL query:
delete from t1, t2 using wp_options t1 join wp_options t2 on t2.option_name = replace(t1.option_name, ‘_timeout’, ”) where (t1.option_name like ‘\_transient\_timeout\_%’ or t1.option_name like ‘\_site\_transient\_timeout\_%’) and t1.option_value < ‘1509330263’
MySQL said: Documentation
#1213 – Deadlock found when trying to get lock; try restarting transactionAny idea what’s going wrong?
Regards
Forum: Plugins
In reply to: [W3 Total Cache] Buggy Website due to PluginDelete the said file from your ftp. If same folder has db.php or object-cache.php, then you’ll have to delete those too.
Also check your wp-config.php file and make sure following lines are not there.
/** Enable W3 Total Cache */
define(‘WP_CACHE’, true); // Added by W3 Total CacheYou might also want to remove any rules added in your htaccess file by W3.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Regress from Akismet 4.0I had faced this problem due to W3TC cache plugin, I believe. I had fixed it by installing WP Missed Schedule plugin (https://github.com/sLaNGjI/wp-missed-schedule/). They don’t have official plugin on WP, so download it from github only.