Catchable fatal error occurred after updating the Tablepress version
-
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.
- The topic ‘Catchable fatal error occurred after updating the Tablepress version’ is closed to new replies.