-
AuthorPosts
-
April 28, 2016 at 5:25 pm #623895
My client just notified me of this issue today so I’m not sure when it started but it’s might be around the time of WP 4.5.
The editor is not accessible. There is a spinning loading GIF that never stops spinning. I’m getting the following in the console:
Deprecated TinyMCE API call: <target>.onInit.add(..)
plugin.min.js?ver=4310-20160418:1http://xxxxxxxxxxxx .com/wp-admin/admin-ajax.php
Failed to load resource: the server responded with a status of 403 (Forbidden)I’ve tried the following troubleshooting steps:
1. Update all plugins
2. Clear website cache
3. Clear browser cache
4. Hard refresh browser
5. Update Enfold manually by deleting entire theme folder and uploading new version
6. Updated WordPress from 4.5 to 4.5.1
7. Disabled all plugins (problem still exists with all plugins disabled)Nothing seems to fix the issue.
- This topic was modified 8 years, 7 months ago by stevestruemph.
April 28, 2016 at 5:35 pm #623900two thoughts while support takes a look
1. do you have an htaccess file protecting the wp-admin folder?
2. did you set up wordfence? there seems to be an issue with the firewall and enfold.April 28, 2016 at 5:39 pm #623902Hey stevestruemph!
Thanks for getting in touch with us!
I visited the page and logged into the dashboard. I was able to access the editor as you can see in my screenshot in the Private Content section. Try ensuring that you have permissions set correctly for all files: https://codex.wordpress.org/Changing_File_Permissions
Best regards,
JordanApril 28, 2016 at 5:45 pm #623908Hi Jordan,
Thank you for the quick response!
I’ve been testing one page and didn’t realize that other pages were working. So that does help narrow down some things (maybe).
I will post the link to the page I am having problems with as private content. I’ll take a look at permissions but I’ve had this theme working for several years on this hosting setup. Do you feel that permissions could be an issue now?
April 28, 2016 at 8:38 pm #623971I’m having the same issue.
Site has been setup for a few years working on the same host.4 pages not working, and 7 pages working.
Very simple layouts on a few of the pages that working and not working.Stumped!
- This reply was modified 8 years, 7 months ago by thehijinx.
April 29, 2016 at 2:20 am #624088Try adding this to your wp-config.php
define(‘CONCATENATE_SCRIPTS’, false ); //<——— ADD THIS LINE
needs to be above
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);April 29, 2016 at 2:43 pm #624510April 29, 2016 at 4:39 pm #624635Try adding this to your wp-config.php
define(‘CONCATENATE_SCRIPTS’, false ); //<——— ADD THIS LINE
needs to be above
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);I tried adding this to the wp-config file and that didn’t do anything. I left permissions alone and resolved the issue by disabling the firewall in Wordfence. @beyondbold called it.
April 29, 2016 at 5:05 pm #624656glad to help!
May 2, 2016 at 5:58 am #625457 -
AuthorPosts
- You must be logged in to reply to this topic.