Title: Multiple IDX Plugins are installed
Last modified: August 21, 2016

---

# Multiple IDX Plugins are installed

 *  Resolved [sahil1802](https://wordpress.org/support/users/sahil1802/)
 * (@sahil1802)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-idx-plugins-are-installed/)
 * The plugin is supposed to check and display a warning if both WordPress IDX &
   Optima IDX plugins are installed but there’s an error in that code since it always
   displays “Multiple IDX plugins are installed”
 * The file WordPressIDXAdmin.php on line 42 is checking for the same plugin twice
   and displaying the error. It should be changed to:
 *     ```
       if (array_key_exists("optima-express/iHomefinder.php",$plugins) == true && array_key_exists("wordpress-idx/WordpressIDX.php",$plugins) == true) {
       				$errors[] = "<p><a href='plugins.php?s=idx'>Multiple IDX plugins are installed</a></p>";
       			}
       ```
   
 * [http://wordpress.org/plugins/wordpress-idx/](http://wordpress.org/plugins/wordpress-idx/)

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

 *  Plugin Author [iHomefinder, Inc.](https://wordpress.org/support/users/ihomefinder/)
 * (@ihomefinder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-idx-plugins-are-installed/#post-4517202)
 * Hello,
 * We are aware of this issue with WordPress IDX and expect to have a fix released
   soon. Typically, you would want to only use Optima Express (which does not have
   this issue):
 * [http://wordpress.org/plugins/optima-express/](http://wordpress.org/plugins/optima-express/)
 *  Plugin Author [iHomefinder, Inc.](https://wordpress.org/support/users/ihomefinder/)
 * (@ihomefinder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-idx-plugins-are-installed/#post-4517209)
 * Hello,
 * This issue has been resolved as of version 1.4.6 of WordPress IDX.

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

The topic ‘Multiple IDX Plugins are installed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-idx_5a8296.svg)
 * [WordPress IDX Plugin](https://wordpress.org/plugins/wordpress-idx/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-idx/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-idx/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-idx/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-idx/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-idx/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [iHomefinder, Inc.](https://wordpress.org/support/users/ihomefinder/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/multiple-idx-plugins-are-installed/#post-4517209)
 * Status: resolved