Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

Wrong documentation concerning to Zend Framework files #78

Closed 0x4E69676874466F78 closed 8 years ago

0x4E69676874466F78 commented 9 years ago

You write:

This is wrong. Search will not work and will error (or a blank page if php display errors off): Fatal error: require_once() [function.require]: Failed opening required 'Zend/Xml/Security.php' (include_path='.:/opt/php-5.2/lib/php:/home/www/assets/libraries/:/home/www/assets/libraries/') in /home/www/assets/libraries/Zend/Search/Lucene/Document/OpenXml.php on line 28 Missing folder Xml! Correctly will be: Correct

This applies to ZendFramework-1.12.9-minimal (http://framework.zend.com/downloads/latest).

jakub-gawryl commented 9 years ago

Confirm on modx 2.3.3-pl. Xml directory do the Job.

humantex commented 8 years ago

There has apparently been a major change to Zend's files repository, so the install docs are no longer vaild as the downloaded package uses a different file structure and file names with Lucene v. 1.12.17. The search functions are no longer contained in the main Zend library, so even the download location has changed for the now-seperate package.

Does advsearch still work correctly with the newest version of this v1 zend library, and if it does, what new files go where, and under what file names and folders?

humantex commented 8 years ago

As a reference... the location I found for the files is on Github: https://github.com/zendframework/ZendSearch

goldsky commented 8 years ago

the files are now included in 2.0.0-beta1