Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Fatal error when loading TablePress › Reply To: Fatal error when loading TablePress
December 19, 2019 at 11:11 am
#25101
Keymaster
Hi!
Thank you for letting us know, I will make sure to fix this.
If you replace those lines with this, it should do the trick, based on the developers suggestions:
// TablePress support
if ( defined( 'TABLEPRESS_ABSPATH' ) && class_exists('TablePress') ) {
TablePress::$model_options = TablePress::load_model( 'options' );
TablePress::$model_table = TablePress::load_model( 'table' );
TablePress::$controller = TablePress::load_controller( 'frontend' );
TablePress::$controller->init_shortcodes();
}