We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30734
    • 44 Posts
    Hello!
    I have been trying to get the zend search to run on my site and whenever I search with the setting of Zend or All, I get a blank page. From reading tons of other posts I think it is because I have not done an indexation of the site. I, however, cannot find the indexation.php that I have seen mentioned in many posts. They always link to a page that does not exist anymore. Does anyone know where I can find the indexation.php script to run?

    Thanks for your help!
      • 50737
      • 2 Posts
      Hello.
      You can use waybackmachine to download indexation.php

      http://www.revo.wangba.fr/advsearch-documentation.html" target="_blank" rel="nofollow">http://web.archive.org/web/20130620192743/http://www.revo.wangba.fr/advsearch-documentation.html

      some useful tips to get it to work:

      1) Look up in indexation.php on line 22. Place your resource $ids there
      2) Remove assets/files/docindex directory(if it exists), and then run indexation.php
      3) If it still gives error, try to insert above error line this piece of code:

      require_once $this->config['libraryPath'] . 'Zend/Search/Lucene.php';


      4) Look for your server logs, maybe you see blank page because of
      https://github.com/modxcms/revolution/issues/11749

      btw how to change settings of advsearch?