database - Wordpress post content disappears when I click edit post -
i working on site: greatlakesecho.org when try edit post, content disappears visual editor. running latest version of word press happened on previous version well. using project largo theme site.
the site migrated new host , has gone overhaul responsive design. first started happening when changed character encoding remove odd symbols posts. successful in changing utf16. @ point older posts created before migration disappear when clicked edit. have since updated latest version of word press , happens every post.
i've made sure wp-config has correct encoding.
happens themes. tried deactivating plugins.
i see when enabling debuggin:
wordpress database error: [table 'greatlak_wp776.wp_itsec_lockouts' doesn't exist] select lockout_host
wp_itsec_lockouts
lockout_active
=1 , lockout_expire_gmt
> '2014-04-22 19:52:36' , lockout_host
='35.9.132.246';
wordpress database error: [table 'greatlak_wp776.wp_itsec_lockouts' doesn't exist] select lockout_user
wp_itsec_lockouts
lockout_active
=1 , lockout_expire_gmt
> '2014-04-22 19:52:36' , lockout_user
=93;
edit: info
wordpress has documented on documentation. can found here, of course converting utf16 instead of utf8. http://codex.wordpress.org/converting_database_character_sets
Comments
Post a Comment