Title: Save error on edit
Last modified: August 21, 2016

---

# Save error on edit

 *  Resolved [Werther](https://wordpress.org/support/users/werther/)
 * (@werther)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/save-error-on-edit/)
 * I’ve a problem.
    If I try to edit an exist table, with a non admin user the have
   right to edit table, I receive an error: Salvataggio fallito: AJAX call successful,
   but unclear data. Try again while holding down the “Shift” key.
 * and in console, I’ve this error
    success”:false,”message”:”error_save”,”output_buffer”:””
 * Any suggest?
 * Thanks in advance
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/save-error-on-edit/#post-4443342)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Just to be sure: Are you using the latest versions of WordPress and TablePress?
   
   If not, can you please update everything?
 * If yes, I’d like to take a direct look at this on your site. Could you therefore
   please create a temporary admin account for me and send me the details via email(
   the address is in the main plugin file “tablepress.php”)? That way, I can investigate
   this directly. Thanks!
 * Regards,
    Tobias
 *  Thread Starter [Werther](https://wordpress.org/support/users/werther/)
 * (@werther)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/save-error-on-edit/#post-4443401)
 * Sorry, I made a mistake… but I solved it.
    After I have read you reply, I checked
   the code and I figured out. I was using extra javascript code to hide some content
   to editor users. This was the code: if ($(‘body’).hasClass(‘toplevel_page_tablepress’)&&
   $(‘#tablepress_edit-table-data’).length){ $(‘#tablepress-nav, .postbox-container
   > p:not(“.submit”), p.submit .show-preview-button, #tablepress_edit-table-information
   tbody tr:nth-child(1), #tablepress_edit-table-manipulation, #tablepress_edit-
   table-options, #tablepress_edit-datatables-features, thead, tfoot, #tablepress_edit-
   table-data tr td:nth-child(2)’).remove();
 * doh! I changed function and now it works perfectly!
 * if ($(‘body’).hasClass(…..).css(‘display’,’none’);
 * Thank you very much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/save-error-on-edit/#post-4443403)
 * Hi,
 * very interesting approach! And yes, removing those elements will indeed break
   the plugin. Hiding them is sufficient. Good to hear that you found this! 🙂
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Save error on edit’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/save-error-on-edit/#post-4443403)
 * Status: resolved