• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Wordpress + WooCommerce (debugging)

MSD

New Pleskian
Server operating system version
Debian 11
Plesk version and microupdate number
Latest v18 (at this moment)
Hello,

I have a strange problem with one of my WordPress installations.
My domain and website were being transferred from another Plesk web hosting account to Linux, Plesk, and PHP 8.0.
This web shop needs the firewall turned off to work, but even if I disable the firewall for this web shop, only the home page is working and all the others don't.
I try to disable all plugins except WPBakery because I need to see the website's HTML code, but the same error is here.
My PHP version is now 8.1, but I tried 7.4 also, and nothing happened.
I get a 403 error, and when I start debugging from WP Toolkit, all I see is the 403 page.
What is the best way to see what is wrong, what I need to patch or resolve, or what is the core of the problem?

Thanks in advance...
 
HTTP error 403 means forbidden meaning it's trying to do some sort of auth that isn't allowed. You'll need to review the logs to see what's triggering the auth request. Maybe edit the wordpress config file directly to turn on debug mode if wp toolkit did not do that for you. But ye, review the logs.
 
I found an error, just reactivate my links under settings and now a lot of thinks works fine.
But I need to keep firewall on middle protection level because of some problems and I'll continue to investigate roblems.
Logs are great debugging tool ;)
 
Back
Top