Title: Clash with WP Algolia Plugin
Last modified: March 25, 2021

---

# Clash with WP Algolia Plugin

 *  Resolved [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/clash-with-wp-algolia-plugin/)
 * [https://wordpress.org/plugins/wp-search-with-algolia/](https://wordpress.org/plugins/wp-search-with-algolia/)
 * I linked this up with WooCommerce. My product page and backend stops working.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/clash-with-wp-algolia-plugin/#post-14233401)
 * Hi [@kfos](https://wordpress.org/support/users/kfos/)
 * what’s exactly the issue?
 * Can you please enable the debug in wp-config.php?
 * Open wp-config.php that you find in the main directory where WordPress is installed.
 * Add these lines before the comment /* That’s all, stop editing! Happy blogging.*/:
 *     ```
       define( 'WP_DEBUG',true );
       define( 'WP_DEBUG_LOG',true );
       define( 'WP_DEBUG_DISPLAY',false );
       ```
   
 * Check that you have the lines above only once. If you already have define( ‘WP_DEBUG’,
   false ); replace it with define( ‘WP_DEBUG’,true );, but be sure you haven’t 
   double definitions.
 * Then with FDP and WP Algolia Plugin both active, visit the pages where you have
   problems.
 * In wp-content/debug.log you should find some errors, please provide me those 
   errors.
 * Probably WP Angolia Plugin is trying to run code that depends on WooCommerce 
   that is disabled. If this is confirmed it means WP Angolia Plugin is not checking
   in the proper way the presence of WooCommerce before running its code. If after
   checking the errors we confirm it, if it’s possible I will give you a temporary
   solution, and in any case, open a thread with them.
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/clash-with-wp-algolia-plugin/#post-14275869)
 * Hi [@kfos](https://wordpress.org/support/users/kfos/)
 * do you have any news? Have you tried to enable the debug?
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/clash-with-wp-algolia-plugin/#post-14367519)
 * HI, [@kfos](https://wordpress.org/support/users/kfos/) I will close this thread
   for inactivity. If you still need help, don’t hesitate to open a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Clash with WP Algolia Plugin’ is closed to new replies.

 * ![](https://ps.w.org/freesoul-deactivate-plugins/assets/icon-256x256.png?rev=
   2847508)
 * [Freesoul Deactivate Plugins - Disable plugins on individual WordPress pages](https://wordpress.org/plugins/freesoul-deactivate-plugins/)
 * [Support Threads](https://wordpress.org/support/plugin/freesoul-deactivate-plugins/)
 * [Active Topics](https://wordpress.org/support/plugin/freesoul-deactivate-plugins/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/freesoul-deactivate-plugins/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/freesoul-deactivate-plugins/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/clash-with-wp-algolia-plugin/#post-14367519)
 * Status: resolved