• Resolved Aslam Doctor

    (@aslamdoctor)


    I just updated the Tablepress version and now I am getting this error.

    Catchable fatal error: Argument 2 passed to TablePress_Render::set_input() must be an array, null given, called in /wp-content/plugins/tablepress/controllers/controller-frontend.php on line 404 and defined in /wp-content/plugins/tablepress/classes/class-render.php on line 126

    I am echoing the page content using do_shortcode method for some reasons. Here is the code I have been using since last few months, which was working fine till now.

    echo do_shortcode( $page_content );

    Where $page_content contains the content of the page, this content include all the shortcodes used in it to.

    https://www.ads-software.com/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I have seen a similar issue a few days ago, and in that case, this was caused by a broken table, which we’ll need to remove entirely.
    If possible, I’d therefore 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 Aslam Doctor

    (@aslamdoctor)

    Thank You very much for fixing this issue. You must have gussed, the function I wrote was for disabling the datagrid renderings on all tables on site. Hope there is no issue with that.

    Thanks again.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, there’s no problem with that function, except that it was not working before ??
    But now it is fixed, so that it should work, and the error is gone.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Catchable fatal error occurred after updating the Tablepress version’ is closed to new replies.