Hello, I've just found Zoom and the concept is great! I'm currently using the free fersion of Zoom to verify that it works correctly before purchasing the Enterprise License.
Specs: WAMP Install
Windows Server 2003
Apache/2.2.4
MySQL 5.0.37
PHP Version 5.2.3
Using Dragonfly CMS (fork of php-nuke) for Intranet site. I'm using Spider mode to search a shared drive which holds all of the companies resource documents. I'm then output the Zoom files to the modules folder titled "Zoom".
Index is successful. I've created an index.php withing the Zoom folder that obtains the require_once('header.php'), then include('search.php') for Zoom's search script.
To access the Zoom search form on the Intranet site, the url is: http://my.intra.net/index.php?name=Zoom
When you enter your search keywords and click on "Submit", the url displays only the index.php, then zoom's query info (zoom_query=test&zoom_per_page=10&zoom_and=1&zoom_ sort=0). It is missing the ?name=Zoom, thus never showing me the search results since the root index.php does not know what to do with the zoom URL variable info.
I've found the section for Embedding a script under the "Advance" tab and have entered "index.php?name=Zoom". I've also checked the Miscellaneous box for Disable charset enforcing. When I view source on the search form, the "action" (index.php?name=Zoom) is shown correctly. I can't figure out why Zoom is ignoring the ?name=Zoom section.
Thanks,
- MusOX
Specs: WAMP Install
Windows Server 2003
Apache/2.2.4
MySQL 5.0.37
PHP Version 5.2.3
Using Dragonfly CMS (fork of php-nuke) for Intranet site. I'm using Spider mode to search a shared drive which holds all of the companies resource documents. I'm then output the Zoom files to the modules folder titled "Zoom".
Index is successful. I've created an index.php withing the Zoom folder that obtains the require_once('header.php'), then include('search.php') for Zoom's search script.
To access the Zoom search form on the Intranet site, the url is: http://my.intra.net/index.php?name=Zoom
When you enter your search keywords and click on "Submit", the url displays only the index.php, then zoom's query info (zoom_query=test&zoom_per_page=10&zoom_and=1&zoom_ sort=0). It is missing the ?name=Zoom, thus never showing me the search results since the root index.php does not know what to do with the zoom URL variable info.
I've found the section for Embedding a script under the "Advance" tab and have entered "index.php?name=Zoom". I've also checked the Miscellaneous box for Disable charset enforcing. When I view source on the search form, the "action" (index.php?name=Zoom) is shown correctly. I can't figure out why Zoom is ignoring the ?name=Zoom section.
Thanks,
- MusOX
Comment