• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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