fiftydonboise
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Since move to Cloudfront WordPress tinyMCE not displayingThe dtbaker fix did indeed work.
Thank you for replying to my post!
– Don
Forum: Fixing WordPress
In reply to: Since move to Cloudfront WordPress tinyMCE not displaying“Do you have an exception in Nginx for wp-includes/js/tinymce/wp-tinymce.php ?“
I don’t know, I doubt there is anything that specific in the nginx conf, let me check with the admin.
Thanks,
DonForum: Fixing WordPress
In reply to: Since move to Cloudfront WordPress tinyMCE not displayingThe other variable ‘self::$this_tinymce’ is also showing false, without this being true, the tinyMCE editor won’t show.
If I force this variable to be true, the editor shows up but the content gets converted to HTML entities and is useless as a post.
I’m stumped.
– Don
Forum: Fixing WordPress
In reply to: Since move to Cloudfront WordPress tinyMCE not displayingThanks I’ll do that, but something strange is going on.
I’ve put error logging in wp-includes/class-wp-editor.php. In the method parse_settings(). The method is being called twice when I refresh the new post editor. Both times the function user_can_richedit() returns false. I’m looking at the DB table user_meta and ‘rich_editing’ column is set to true for all users.
<?>Thanks
Forum: Fixing WordPress
In reply to: Since move to Cloudfront WordPress tinyMCE not displayingThanks, so for Firebug console is clear and I can see the debugging coming through the php log and the only thing that seems halfway interesting is this NOTICE: “The called constructor method for WP_Widget in MP_Authors_Widget is deprecated since version 4.3.0! Use
__construct()
instead.“.
Not sure how I’d fix that, but I guess it’s worth looking at.
Thanks