i need an answer on this problem pls.
Having the same problem, can’t access text editor now. I swear, every time WP announces a major update I dread hitting the update button because I know something fundamental is going to break.
@dougrek
If you need assistance please start your own thread.
Why start a new thread on the same topic? Isn’t that a no-no. Text editor doesn’t work after update. Same as @regiqweasd and no apparent solution.
Have the same problem. This has broken my trust to WordPress…
I am sure it is not caused by such plugins. I have no plugin in my blog.
I got these JavaScript errors when I want to switch text editor and upload pictures:
TypeError: wp.utils is undefined
ReferenceError: switchEditors is not defined
Why start a new thread on the same topic?
Because that is the way we do it here. You don’t have the same problem unless you are on the same server with the same theme and plugins. You all may have the same symptom but as to what causes it is most often completely different.
Again, if you need assistance and are not the original poster please start your own thread. http://codex.wordpress.org/Forum_Welcome#Where_To_Post
I have the sam problem too.
I followed advice elsewhere on this forum and added
define(‘CONCATENATE_SCRIPTS’, false );
to the wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’)
That solved the issue.