This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Fatal error when loading TablePress

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Fatal error when loading TablePress Reply To: Fatal error when loading TablePress

#25101
Ernest MarcinkoErnest Marcinko
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();
            }