We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32151
    • 13 Posts
    I have a new installed modx installation evolution (1.0.0) and ajaxsearch just dont work.

    I use just the standard call for the snippet [!Ajaxsearch!] and it’s just not working.

    I have no clue...
      • 5811
      • 1,717 Posts
      [!AjaxSearch!]
        • 32151
        • 13 Posts
        Quote from: coroico at Nov 25, 2009, 01:14 PM

        [!AjaxSearch!]

        my fault, I have the snippet call right. the call I have right now is
        [!AjaxSearch? &debug=`3`!]
        I have a log file here, but I can’t see what is wrong.
        Could you help me?
        The form is working, but as I click search nothing happens
          • 5811
          • 1,717 Posts
          Under Firefox & firebug do you see any javascript error ?
            • 32151
            • 13 Posts
            I see in the console:
            Window.onDomReady is not a function

            //Event.observe(window, ’load’, activateSearch, false);
            Window.onDomReady(activateSearch);
            line 203
            version ajaxsearch used 1.8.3a
              • 5811
              • 1,717 Posts
              Could you check the code of your page and check that you have loaded the mootools library
              	<script type="text/javascript" src="manager/media/script/mootools/mootools.js"></script>

                • 32151
                • 13 Posts
                It was included but i’ve updated mootools and now it’s working! Thank you