Title: Can&#8217;t save changes
Last modified: February 3, 2021

---

# Can’t save changes

 *  Resolved [EMar](https://wordpress.org/support/users/sounds/)
 * (@sounds)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-save-changes-28/)
 * Hi,
 * For some reason I can’t save changes, the save button just hangs.
    I ticked Disable
   Autosave in settings, and other plugins are disabled.
 * Thanks

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

 *  Plugin Support [Support Ole](https://wordpress.org/support/users/trsupsys/)
 * (@trsupsys)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-13996058)
 * Hello, [@sounds](https://wordpress.org/support/users/sounds/)
    Thank you for 
   contacting us regarding your issue! We can’ reproduce this issue on test environment.
   Can you please provide us Debug menu with open console when you save table.
 * Best wishes,
    Ole.
 *  Thread Starter [EMar](https://wordpress.org/support/users/sounds/)
 * (@sounds)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-13999378)
 * Sorry, not sure what do you mean,
    You want me to export the tables under Tables
   Import/Export?
 * Is this what you need?
 * [https://www.codepile.net/pile/8q49eN7d](https://www.codepile.net/pile/8q49eN7d)
 *  Plugin Support [Support Ole](https://wordpress.org/support/users/trsupsys/)
 * (@trsupsys)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14008222)
 * Please contact us through our
    [internal support](https://supsystic.com/contact-us/).
   We will help you to solve the problem.
 * Best regards,
    Ole.
 *  Thread Starter [EMar](https://wordpress.org/support/users/sounds/)
 * (@sounds)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14010390)
 * Ok thanks, message sent
 *  [Beatrice Zemp](https://wordpress.org/support/users/beatricekunzi/)
 * (@beatricekunzi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14135357)
 * Hi, I have the same issues I cannot save any changes to an existing pricing table
 *  Thread Starter [EMar](https://wordpress.org/support/users/sounds/)
 * (@sounds)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14135610)
 * Hi,
 * Just to let you know,
    The issue for me was mod_security, If you have mod_security
   enabled on your server, Disable it while your saving and that worked for me.
 *  [Beatrice Zemp](https://wordpress.org/support/users/beatricekunzi/)
 * (@beatricekunzi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14138138)
 * I have switched off the mod_security on the server and could save the the changes,
   but now the page with the pricing table does not show. I have turned on debug
   and got the following error message:
 * Warning: call_user_func_array() expects parameter 1 to be a valid callback, function‘
   redirect_cf7’ not found or invalid function name in /home/ch262249/web/webgeschichten.
   ch/public_html/webgeschichten/wp-includes/class-wp-hook.php on line 287
 * Do you have any idea what it means? Thank you very much for your help.
 * Best regards, Beatrice
 *  [Beatrice Zemp](https://wordpress.org/support/users/beatricekunzi/)
 * (@beatricekunzi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14138382)
 * I got also an e-mail with the following message
 *     ```
       Fehler-Details
       ==============
       Ein Fehler vom Typ E_ERROR wurde in der Zeile 284 der Datei /home/ch262249/web/webgeschichten.ch/public_html/webgeschichten/wp-content/plugins/pricing-table-by-supsystic/classes/Twig/Lexer.php verursacht. Fehlermeldung: Uncaught Twig_Error_Syntax: Unexpected character "&" in "
       			#{{table.view_id}} {
         {% if table.params.calc_width.val == 'table' %}
       	width: {{ table.params.table_width.val }}{{ table.params.table_width_measure.val }};
         {% endif %}
       }
       #{{table.view_id}} span, #{{table.view_id}} p {
       	word-break: break-word;
       }
       #{{table.view_id}} .ptsCol {
         {% if table.params.calc_width.val == 'table' %}
         	{% if table.params.enb_desc_col.val and table.params.enb_desc_col.val != "0" %}
         		width: {{ 100 / (table.params.cols_num.val + 1) }}%;
         	{% else%}
         		width: {{ 100 / table.params.cols_num.val }}%;
         	{% endif %}
         {% else%}
       	width: {{ table.params.col_width.val }}px;
         {% endif %}
         border: 1px solid {{ adjBs(table.params.bg_color.val, -40) }}; } #{{table.view_id}} .ptsCol.ptsTableDescCol .ptsColFooter {
       	visibility: hidden;
       }
       #{{table.view_id}} .ptsTableEl
       ```
   
    -  This reply was modified 5 years, 2 months ago by [Beatrice Zemp](https://wordpress.org/support/users/beatricekunzi/).
 *  Plugin Support [Support Ole](https://wordpress.org/support/users/trsupsys/)
 * (@trsupsys)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14148854)
 * By issue, you have a problem with CF7.
    Posting code is not the best option.
 * Please contact us through our
    [internal support](https://supsystic.com/contact-us/).
   We will help you to solve the problem.
 *  [Beatrice Zemp](https://wordpress.org/support/users/beatricekunzi/)
 * (@beatricekunzi)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14149265)
 * Thank you for reminding me about posting CF7 code, in the meantime I found a 
   solution.
 * Best regards, Beatrice
 *  Plugin Support [Support Ole](https://wordpress.org/support/users/trsupsys/)
 * (@trsupsys)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14149398)
 * We are glad that you figured out how to solve that issue by your own.
    Don’t 
   hesitate to contact us if you’ll need our help again.

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

The topic ‘Can’t save changes’ is closed to new replies.

 * ![](https://ps.w.org/pricing-table-by-supsystic/assets/icon-256x256.png?rev=1240923)
 * [Pricing Table by Supsystic](https://wordpress.org/plugins/pricing-table-by-supsystic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pricing-table-by-supsystic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pricing-table-by-supsystic/)
 * [Active Topics](https://wordpress.org/support/plugin/pricing-table-by-supsystic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pricing-table-by-supsystic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pricing-table-by-supsystic/reviews/)

## Tags

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

 * 11 replies
 * 3 participants
 * Last reply from: [Support Ole](https://wordpress.org/support/users/trsupsys/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/cant-save-changes-28/#post-14149398)
 * Status: resolved