Hi
I am unable to see text in the text editor box.
Enfold 4.5.3 / WordPress 5
I tried
– installing TinyMCE advanced
– disabling plugins
– trying classic editor plugin
+ cleared all caches.
Your advice please is much appreciated. Credential supplied.
Richard
Hey richardbeatty,
Best regards,
Victoria
Hi Victoria
Thanks, I’d already disabled all plugins, cleared cache but tried this again – including security plugin.
Also disabled just security plugin.
Also disabled htaccess (it’s now loaded again) just in case there were some old security instructions in htaccess.
Your help please is much appreciated.
Thanks
Richard
Hi Richard,
Your server is responding with a 403 error on the WordPress file in private. Could you try contacting your hosting provider to see if they know why that is happening please?
Best regards,
Rikard
Thanks for pinning the problem down.
Just replying in the interests that other people might stumble across this.
Cloudways support identified an htaccess security addition that I’d previously put in … it hadn’t caused problems before, it works fine now this is removed:
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>