ppp0
Forum Replies Created
-
I found the issue.
It’s this line in nginx:
? ? ? ? # Example: Add ETag for dynamic PHP content
fastcgi_hide_header “Set-Cookie”;
? ? ? ? add_header ETag “”;
I’m not sure if it was ChatGPT or one of the W3-Total-Cache documentation that told me to add this in. Either way it’s solved, thank you for your help!Something weird is happening. I just did a new installation of wordpress in another folder, on another subdomain, on a new database, and YET the same error still occurs!
This is weird, so I tried mobile browser on my phone (thinking maybe its my Macbook), I still get the issue on my phone’s browser. So this means it is the server? I will test it by spinning up a new server and see we still get the issue.
Hi @vmarko
I just tried the above, but it still wouldn’t allow me to login unfortunately.
Is there anything else I could try?
Thank you.
hi @vmarko
In this case, I don’t have a hosting provider as I run a droplet by digitalocean (vhost) and installed debian server on my own and wordpress.
I did try to move the whole folder before, but the whole login page just couldn’t work.
/wp-content# ls
advanced-cache.php? db.php? ? index.php ? object-cache.php? themes ? upgrade-temp-backup? w3tc-config
cache ? ? et-cache? mu-plugins? plugins ? ? upgrade? uploads
These are the list of files in wp-content. After renaming the folder, is there anything else I need to delete aside from cache folder?
Sure, its https://news.localpasar.com
It was a new setup, and I did try to install various services to test which one had faster response (memcache, ssd, etc [i forgot what were the options]). I dont remember exactly what was enabled however because it was a while ago. Then when I tried to login recently, I couldn’t.
I have SSH access to the server though to look up any config if you can point me to it.
Hi @vmarko
Thank you for trying to help. I did try both wp-admin and wp-login.php. /wp-admin will redirect to wp-login.php after I try to login.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Fatal errorI had this issue on both my sites maybe 4 weeks ago. I had to disable all plugins to figure out what was crashing my sites and both sites worked ok when WF is disabled.
When I searched the forum then, there wasn’t any reported error by anyone.
Came here to see this and will try to re-enable it again after clearing the tables.
Forum: Plugins
In reply to: [WooCommerce] 404 Error when Add To Cart on Chrome (but no issue on FF)Fixed by adding these lines in nginx.conf:
if (!-e $request_filename) {
rewrite ^.*$ /index.php last;
}Forum: Plugins
In reply to: [WooCommerce] 404 Error when Add To Cart on Chrome (but no issue on FF)Extracted from nginx error log:
[error] 3033#101070: *1 “/usr/local/www/bebesup.my/product/bebesup-sensitive-travel-pack-20-sheet-x-12-pack/index.php” is not found (2: No such file or directory), client: xxx.xxx.xxx.xxx, server: https://www.bebesup.my, request: “POST /product/bebesup-sensitive-travel-pack-20-sheet-x-12-pack/ HTTP/2.0”, host: “www.bebesup.my”, referrer: “https://www.bebesup.my/product/bebesup-sensitive-travel-pack-20-sheet-x-12-pack/”
Forum: Plugins
In reply to: [WooCommerce] 404 Error when Add To Cart on Chrome (but no issue on FF)Anyone have any other idea what to check on?
ok thanks!
Ok found it – the conflict was with “Theme My Login” plug-in.
I have just deactivated CF7, but the issue still persist. :\
I’m not sure what is causing this issue. I can test it a bit later. I was following your earlier post asking about other plugins utilizing captcha.
The website is at https://www.drembaufresh.com/register/
I have “Contact Form 7” also installed to use on the Contact Us page.
It also utilizes reCAPTCHA.