In any 3.5.x installs, visual editor does not work. Tried many, many things.
-
Hello, I seem to be having problems with the visual editor in WordPress since 3.5. I understand that this is a problem a few people have, and I have tried everything I’ve found in other threads before seeking assistance here. Any help you can provide is appreciated.
The website in question is https://lazyandcrazy.com
I have 10 different WordPress blogs and only 2 of them are having this problem. All the ones installed prior to 3.5 (and haven’t been upgraded) are working fine.
The issue happens immediately upon installation. I have not changed anything from the default install.
What happens is this: When I am in a post or page, the “Text” tab is active but there is only an “Add Media” button on the left-hand side. There are no “b i link b-quote del ins img” etc buttons. I can also see the “Visual” button, but clicking on it does nothing.
I have tried the following:
-Deactivated all plugins. As there was only Hello Dolly and Akismet, there wasn’t much to do.
-I am already on the default theme, which is Twenty Twelve.
-Via FTP, I have deleted the wp-admin and wp-includes and reuploaded them from a copy of the archive on my desktop.
-I have added define(‘SCRIPT_DEBUG’, true); to my wp-config file. The only change that happened is that hover menus have become clear. For example, if I hover the mouse over “Pages” on the lefthand side, the contextual menu that has “All Pages” and “Add New” still show up, but you can see what it is hovering over as well.
-Deleted .htaccess
-Added define(‘CONCATENATE_SCRIPTS’, false ); to wp-config just after WPLANG line
-Made sure Disable Visual Editor is NOT checked. I should also note that when I *DO* check it, I am able to see the “b i link b-quote del ins img” buttons.
-Updated to 3.5.1. No improvement.
-Reset the Plugins Folder via FTP (renamed folder and then reverted – per the FAQ Troubleshooting page’s instructions)
-Installed Use Google Libraries. No improvement.
-Installed Hotfix plugin. No improvement.
-Cleared cache and restarted computer multiple times.
-Removed via Fantastico and reinstalled.I am very nervous about the thought of playing with database files. I don’t know how they work and the one time I’ve tried I irrevocably destroyed a blog. If we can avoid playing with myPhPAdmin, that would be preferable.
I still have a copy of 3.4.2 in a .zip on my computer, and would be willing to just install that but I don’t really know how to do that without causing problems. Could I just copy the 3.4.2 wp-admin and wp-includes via ftp and leave the wp-content and database alone?
Errors from browser:
–From trying to edit an existing post:
Uncaught TypeError: Cannot call method ‘add’ of undefined
post.php:1089–From trying to edit an existing post in Draft status:
Uncaught TypeError: Cannot call method ‘add’ of undefined
post.php:1174–From trying to edit the Hello world! post that comes with wordpress
Uncaught TypeError: Cannot call method ‘add’ of undefined
post.php:1187–From creating a new page:
Uncaught TypeError: Cannot call method ‘add’ of undefined
post-new.php:1057–From creating a new post:
Uncaught TypeError: Cannot call method ‘add’ of undefined
post-new.php:1156—-NOTE—- Whenever the Visual button is pressed when trying to edit an existing post, this error appears:
Uncaught TypeError: Cannot read property ‘canvas’ of undefined quicktags.min.js:1
c.closeAllTags / quicktags.min.js:1
switchEditors.go / editor.min.js:1
switchEditors.switchto / editor.min.js:1
(anonymous function) / post.php:257
onclick / post.php:258I do not think this is a browser specific as I am able to open a different blog’s admin panel in the very same browser and can have both open at the same time on side-by-side tabs.
All of my blogs are installed on the same host, and as mentioned, the older, un-upgraded installs are working fine. They are all running on WordPress 3.3.2 except my very first one which is 3.0.3. It is only the 3.5.x that are not working properly.
Browsers I have tried: Dragon 25.2 (Chrome-based), Rockmelt 0.16.91.483(Chrome-based), IE 9.0.8, Firefox 19.0.2, Chrome 25, Safari 5.1.7, Lunascape 6.7.1 (both Chrome, Webkit and IE modes)
I am using Windows 7 Home Premium SP1 64-bit.
I have also tried accessing from my husband’s computer to no success.
This was the only information in the .htaccess before I deleted it. (I did make a backup as well)
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
NOTE: To others experiencing this problem, please do not add to this thread. Please make your own thread and spell out anything/everthing you’ve tried. Thank you for your consideration.
I hope I have provided enough information. Thank you again for your help.
- The topic ‘In any 3.5.x installs, visual editor does not work. Tried many, many things.’ is closed to new replies.