Wordpress 403 Error on Site Editor

Website URL

Other Information

It happens on site editor only.
In my wp-config.php, I have this:
define( ‘WP_CACHE’, true );

define(‘WP_SITEURL’, ‘https://apstudy.org’);
define(‘WP_HOME’, ‘https://apstudy.org’);
define(‘FORCE_SSL_ADMIN’, true);

Have a few Wordpress health issues that haven’t caused me any problems yet… maybe they are the problem?

Read on

5 Likes

I believe its the Loopback request.
I have the following plugins:


Do you know if any of these are causing that issue?

These do not work well on free hosting

6 Likes

I have disabled them, however the error still occurs, maybe the console for the site editor will help?

Image below is with all the plugins disabled.


Please help

I wish I could be of more help with this. You’re not the first one to report these 403 errors, so it seems that something is going on.

But so far, I have no idea what’s actually causing this. I haven’t been able to reproduce this issue, which makes it hard to really investigate this. Maybe some plugin or some theme or some setting or something else is causing this. But of course, that’s nowhere near enough to be able to fix anything.

2 Likes

You use Cloudflare
so maybe this will help you
this is quite similar to your problem

Does your problem occur with any update of a page or only with a specific one?

5 Likes

The issue isn’t in the process of updating a page. My theme (the default wp-theme: Twenty Twenty-Four) has an option to “edit site.” This should open up a panel where you can edit the template for all sites. Before, I had added a navbar and footer to all the pages, but now I need to edit it so that my district can unblock this website.

The other problem, similar to mine, was fixed by clearing old cookies. However, this issue is related to Infinityfree or WordPress because on a different computer, the same issue is happening… even in incognito.

Thanks for trying. Do you know of any way to directly edit the CSS/template for all the pages? Because all I really need to do is edit those parts.

Ok, I have not resolved the issue, but I have accomplished my goal of editing the template. It took a lot of playing around, but after clicking the template and editing the correct one, it works!

Thank you all for your efforts and for trying to help me.
Have a good one!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.