ITSPaul
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Login issueUpdate from support in case others might run into this issue.
www domain doesnt have cookie after logging in to domain host so you return back to login page.
Solution: fix your home_url and site_url settings at Settings->General page to point to the same domain and issue will be fixed.
**
Thank you very much I should of picked up on this.Forum: Plugins
In reply to: [W3 Total Cache] Login issueEmail sent, thank-you!
Forum: Plugins
In reply to: [W3 Total Cache] Login issueYes that’s correct, I still can’t log in. The other way for me to login in is to completely delete the plugin and delete the line of codes and files that W3 Total cache creates.
I have tried every possible fix without any success.
Forum: Plugins
In reply to: [W3 Total Cache] Login issueYes it does!
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Login issueThank you for the prompt reply. No go when I remove the reauth=1 entry and re-enter the username and password same result it takes me back to the login page.
I did notice this time the url that returns is: https://www.domainmame.ca/wp-login.php once I try to login.
Thank you,
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
Browser cookies were cleared multiple times and incognito mode was tried as well without any success.
Yes reauth=1 is added to the end of the URL.
Here is a sample of the url (domain name removed)
https://mydomainname/wp-login.php?redirect_to=https%3A%2F%2Fwww.mydomainname.ca%2Fwp-admin%2Findex.php&reauth=1Thank you,
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello Marko,
Thank you for the support you have been offering thus far. I tried “Disk Basic” same issue and yes “Dont cache pages for logged in user” is selected. Under the Page Cache settings section I pretty much have the default:
Following settings are enabled:
Cache posts page
Cache feeds: site, categories, tags, comments
Cache SSL (https) requests (I am using cloud flare)
Don’t cache pages for logged in usersCache Preload section:
Automatically prime the page cache: Enabled
Update interval: 900 seconds
Pages per interval: 10
Sitemap URL: “this url is defined”
Preload the post cache upon publish events: EnabledAdvance:
Never cache the following pages:
wp-.*\.php
index\.phpThe rest is default to what the plugin comes with.
I really dont understand this issue, 5/10 out of the sites I have encounter this issue and the other 5 work perfectly with this plugin enabled and they are all on the same shared hosting server.
Thank you kindly,
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
A debug.log is not created when logging is enabled which means site contains no errors to report if a debug.log file does not get created.
This is so very strange!
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
Thank you for the reply.
The following are being listed under (Never cache):
wp-.*\.php
index\.phpI enabled debugging and logging and it was clean no errors. So here is my steps:
1) Install the plugin and activate
2) Before I configure any settings I try to enable Page cache is this is the setting once enabled kicks me out.
3) Once enabled it kicks me out and wants me to log back in which at that point it just takes me back to the sign in page.In order for me to get back into the dashboard I have to modify .htaccess file (remove w3 lines of code), delete the plugin and delete the following files/directory under wp-content:
-Cache
-w3tc-config
-advanced-cache.php
-object-cache.phpThe strange part is its working fine on the five other sites that I have this enabled on.
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
Thank you for the reply, page cache is causing this issue. When this setting is enabled I can no longer log in.
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
Would also like to add I tried disabling all other plugins except for W3 and changed theme to default WordPress theme and still had the same issue.
Thank you,
Forum: Plugins
In reply to: [W3 Total Cache] Login issueHello,
Thank you for the reply, that’s the problem it doesn’t give me any error message. What happens is it kicks me out of the dashboard and wants me to log in again and when I try to log back in it won’t let me it just takes me back to the login page to enter my username and password.
I am on a share hosting and out of the 10 sites, 5 of them have this same issue the other 5 worked.
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Login issueUpdate:
The moment I enable page cache I am not able to log in. I am on a shared hosting server and I integrated the site with cloudflare to leverage there ssl (https). Any idea which might be causing this?
Thank you kindly,
Forum: Plugins
In reply to: [Woo File Dropzone] Trying to get the upload to show on checkout PageUpdate, so it looks like something is up with my browser that I am using (google chrome) as it works in IE. In that being said, any way I can implement this plugin within the “Property Image” tab?
https://gmohost.ca/GML/checkout/ –> Add an item to cart to see what I mean.
I tried implementing the following code
echo do_shortcode("[woo_file_dropzone_checkout_page cart_item_key={$cart_item_key}]");
within my function.php file as that is were I have the “Property Image” tab created and it didnt work.Thank you kindly,
Forum: Plugins
In reply to: [Woo File Dropzone] Trying to get the upload to show on checkout PageNegative, that’s the strange part it doesn’t.