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

Reply To: Plugin Conflict

#17601
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

There are actually two minor tablepress related sections in the plugin. Both are used within the index table controller file. I am not sure how that conflicts with the auto imported though.

Can you please try these steps, and let me know if any of them helped?

Step 1
Try this first. Open up the wp-content\plugins\ajax-search-pro\includes\classes\etc\indextable.class.php file and scroll to lines 1089-1091, which shoudl be these:

[php]if ( defined( ‘TABLEPRESS_ABSPATH’ ) ) {
unset( $tp_controller );
}[/php]

Please delete or comment those lines.

..if the above step has no effect, then..

Step 2
In the same file, on lines 1039-1042

[php]if ( defined( ‘TABLEPRESS_ABSPATH’ ) ) {
$tp_controller = TablePress::load_controller( ‘frontend’ );
$tp_controller->init_shortcodes();
}[/php]

Delete or comment these lines as well. Please let me know if this changed anything. These are the only tablepress related lines in the plugin, I don’t think anything else should conflict with it.