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

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Broken preview, calling wrong site URL #1744
    Dominic SelfDominic Self
    Participant

    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 SelfDominic Self.
    in reply to: Broken preview, calling wrong site URL #1742
    Dominic SelfDominic Self
    Participant

    Oops, attachment doesn’t seem to have shown up…

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