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>"; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple IDX Plugins are installed’ is closed to new replies.