Ah, I think I’ve found the bug!
In ajax-search-pro/backend/search.php, line 23:
var ajaxurl = ‘<?php bloginfo(“url”); ?>’ + “/wp-content/plugins/ajax-search-pro/ajax_search.php”;
it should say:
var ajaxurl = ‘<?php bloginfo(“wpurl”); ?>’ + “/wp-content/plugins/ajax-search-pro/ajax_search.php”;
🙂
-
This reply was modified 12 years, 1 month ago by
Dominic Self.