Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Table Data not saved

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

    (@tobiasbg)

    Hi,

    this probably means that there is something wrong with the character encoding of the data. Usually this happens when using characters from foreign languages, like Chinese or Czech, but also with typographically nicer looking quotation marks or hyphens.

    Does this table come from an import?

    Regards,
    Tobias

    Thread Starter pjf

    (@pjf)

    Tobias
    Thanks for the fast reply. Not an import. I added the plug-in, set up a basic table which is to highlight a few of my customers (logo + text.) I then insert a few images, and pasted text. The preview showed the table working fine, and then after adding more data, the table – name, content, etc would not save. The [table id=3 /] on the preview showed [table id=0 /] and would not find the table I had been working on previously.
    I got the same error for every line:

    Warning: Invalid argument supplied for foreach() in /home/easy4977/public_html/testsite/wp-content/plugins/wp-table-reloaded/views/view-edit.php on line 211
    Move row row

    Warning: Invalid argument supplied for foreach() in /home/easy4977/public_html/testsite/wp-content/plugins/wp-table-reloaded/views/view-edit.php on line 230
    Move column column

    Thread Starter pjf

    (@pjf)

    Actually Im getting a ton of errors now:

    Warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/easy4977/public_html/testsite/wp-content/plugins/wp-table-reloaded/classes/helper.class.php on line 57

    Warning: array_splice() expects parameter 1 to be array, null given in /home/easy4977/public_html/testsite/wp-content/plugins/wp-table-reloaded/controllers/controller-admin.php on line 652

    Warning: array_splice() expects parameter 1 to be array, null given in /home/easy4977/public_html/testsite/wp-content/plugins/wp-table-reloaded/controllers/controller-admin.php on line 653

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, thanks for the clarification. Did you then maybe copy&paste content into the table (instead of really plain typing everything)? That might be another source for this problem.

    And don’t worry about the number of error messages, those are the result of one common problem: The table data somehow was not saved in the database, or it got corrupted. Due to that, it can’t be read again and everything breaks basically.

    Now, as you seem to have just started with WP-Table Reloaded, it might be worth a try to simply switch to the designated and official successor, TablePress (see http://wordpress.org/extend/plugins/tablepress/ ), that I’m currently working on. In TablePress, I have corrected some design decisions that now lead to trouble like you experience in WP-Table Reloaded. Therefore, TablePress should be more robust against problems like this. Can you maybe try TablePress? (Yes, it says that it is still “alpha”, but it’s usable already.)

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Table Data not saved’ is closed to new replies.