mhart0101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "visual" editor mode not working after WordPress 4.3 updateWhen you upgraded, did you do it via ftp the 2nd time?
Forum: Fixing WordPress
In reply to: "visual" editor mode not working after WordPress 4.3 updateI figured it out anyway. renamed my plugins folder to something like plugins-temp…that got me back inside the wordpress control panel to figure out which plugin didn’t work with the rest of wordpress.
Is your wpeditimage plugin upgraded to the latest version?
Forum: Fixing WordPress
In reply to: "visual" editor mode not working after WordPress 4.3 updateAlso when I looked at my error logs for my domain/wp-admin/ it said error in my php.ini file on line 6 which was simply
max_execution_time = 60
Forum: Fixing WordPress
In reply to: "visual" editor mode not working after WordPress 4.3 updateOk Al, so I Googled how to pull up the javascript console and i ran it on my wp-admin white screen and got this after typing in: getUserSetting(‘editor’);
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
getUserSetting(‘editor’);
VM65:2 Uncaught ReferenceError: getUserSetting is not defined
at <anonymous>:2:1
at Object.InjectedScript._evaluateOn (<anonymous>:905:140)
at Object.InjectedScript._evaluateAndWrap (<anonymous>:838:34)
at Object.InjectedScript.evaluate (<anonymous>:694:21)Forum: Fixing WordPress
In reply to: "visual" editor mode not working after WordPress 4.3 updateIm having the same exact issue on all my browsers.. white screen once I login to wordpress. I upgraded to the latest wordpress.
(I knew this is why you WAIT a few months on any upgrade but it has never happened before with WordPress)
At any rate, if anyone figures it out, please post. I submitted a ticket to my web host to see if they can figure it out but they will probably say they don’t address wordpress problems.
And for people like AL, if you want us to test things like running code in a javascript console, please explain how to pull up a javascript console. NO clue here either how to do that.
??