brandonchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text editor doesn't open in upgrade to 3.5Do you use BulletProof Security? If so, upgrade that plugin. WP 3.5 didn’t play well with the older version of BPS.
You guys ROCK! Thanks AITpro!
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeThanks AITpro & Otto! Really appreciate the help in getting that great plugin to play nice with WP again.
Forum: Fixing WordPress
In reply to: Dashboard no longer accessibleAre you using the BulletProof Security Plugin?
I had a similar issue and it’s caused by my .htaccess file not allowing the server to find the new JQuery file.
I’m using the BulletProof Security plugin, and even though I disabled the plugin, it leaves the .htaccess file full of “Bulletproofing”. When I changed the .htaccess file back to “Default Mode” and activated it, the JQuery error disappeared and the admin screen worked.
Forum: Fixing WordPress
In reply to: Editor's visual tab unclickableAre you using the BulletProof Security Plugin?
I had the same issue and it’s caused by my .htaccess file not allowing the server to find the new JQuery file.
I’m using the BulletProof Security plugin, and even though I disabled the plugin, it leaves the .htaccess file full of “Bulletproofing”. When I changed the .htaccess file back to “Default Mode” and activated it, the JQuery error disappeared and the admin screen worked.
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeI think I found the cause.
I’m using the BulletProof Security plugin, and even though I disabled the plugin, it leaves the .htaccess file full of “Bulletproofing”. When I changed the .htaccess file back to “Default Mode” and activated it, the JQuery error disappeared and the admin screen worked.
Sounds like BulletProof Security is the issue.
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeThat worked! Sounds like it’s not the best solution for the problem, but now I can use the admin again. ??
I added this script to my wp-config.php file: define(‘SCRIPT_DEBUG’, true);
Just to be clear, I had disabled all plugins and changed the theme back to Twenty Eleven and I was still getting the Jquery error, so I’m not sure if it was just a perfect storm of bad things happening or if there’s a bug in 3.5. Hopefully this helps others in the meantime who run into this problem.
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeYes, lots of errors and warning.
Errors include:
JQuery is not defined (/wp-admin/post.php?post…line 1327)
getUserSetting is not defined (/wp-includes/js/tinymce/wp-tinymce.php…line 22)
this.getDoc(..) is not defined (/wp-includes/js/tinymce/wp-tinymce.php…line 2).Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeI believe I was at 3.4.2 when I upgraded to 3.5.
I tried removing the /wp-includes and /wp-admin directories and manually installing those directories from a fresh download of WP 3.5 via FTP. Still nothing.
Seems to be an issue with jquery. No hovers work, anything with a dynamic UI element doesn’t work, and the Add Media button doesn’t work.
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeScreen options and Help at the top also don’t work anywhere in the Dashboard.