• Resolved SP

    (@sunha212)


    Hi, I’m having problem with saving any changes to the options above or below the Edit Table page. I have no problem with importing csv that has as many rows as 400 or more, and 9 columns. But when I touch any options into Table Information, Table Styling Options or DataTables JavaScript Features and hit Update Changes or Save and go back buttons, it reloads the page and shows only 100 rows (the rest is gone) and uncheck all options for Table Styling and DataTable JavaScript Features. But it saves any change I made to Table Information and Table Contents.

    I checked this forum and found multiple discussions about Suhosin, and tried to follow the solutions like .htaccess and .user.ini, but none of them works, and I didn’t know how to do with php.ini so I checked with my hosting company, and they said i can’t access to php.ini file, and they don’t have suhosin extension installed in the particular server I’m using. So I assume that my problem is not so much about Suhosin.

    Any help would be appreciated. Thanks.

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble…

    This indeed hints at the “max_input_vars” setting that is mentioned in the other forums posts as well. (This one has been more common in the last weeks, while Suhosin doesn’t seem to cause trouble that often anymore.)
    Thus, the best idea now is to ask your webhost for help with changing this setting, either via an .htaccess file, .user.ini, or php.ini. They should definitely make it possible through one of these three ways. Otherwise, they could still change it in the server’s php.ini.

    Regards,
    Tobias

    Thread Starter SP

    (@sunha212)

    Thank you so much! It works!

    I just contacted my hosting company and solved the issue.
    What I did was adding the following line in a .htaccess file and put it back into the root folder, and it just works like there hasn’t been any problem.

    php_value max_input_vars 10000

    Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    awesome! Great that they were able to help with this!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Problem with saving changes’ is closed to new replies.