Title: rojosnow's Replies | WordPress.org

---

# rojosnow

  [  ](https://wordpress.org/support/users/rojosnow/)

 *   [Profile](https://wordpress.org/support/users/rojosnow/)
 *   [Topics Started](https://wordpress.org/support/users/rojosnow/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rojosnow/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rojosnow/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rojosnow/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rojosnow/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rojosnow/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost my 2nd Column in Page Edit Mode](https://wordpress.org/support/topic/lost-my-2nd-column-in-page-edit-mode/)
 *  [rojosnow](https://wordpress.org/support/users/rojosnow/)
 * (@rojosnow)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/lost-my-2nd-column-in-page-edit-mode/#post-2020718)
 * Yes, there is a db issue. I have (had) the same problem with POSTS. You need 
   to access your db (mysql) with something like phpmyadmin (or the mysql command
   line).
 * Access the wp_users table and find your ID. Next, go to the wp_usermeta table
   and find the following fields for your ID in the umeta_id field. In your case,
   they might be the _page fields.
 * screen_layout_post
    meta-box-order_post metaboxhidden_post closedpostboxes_post
 * I just deleted those for my ID (this is not tested in any way…always backup your
   data!). WP rebuilds them once you change the settings again.
 * If you want to figure out the bad bit, create a new user, make your changes (
   don’t change to one column), and compare the data. I just don’t have time to 
   figure it out. Something in the json structure is not being updated correctly.

Viewing 1 replies (of 1 total)