Hi,
I have a bit of an issue with testing the wordpress plugin. I have a wordpress site running as an intranet from a webserver on a QNAP NAS. I have completed the indicated steps using the free edition (searched only some of the files) and then uploaded all the files to folder named "zoom". When I try to access the search from the page created I get : Zoom Search, Error: Cannot locate directory with Zoom Index files
If I type the address of the search.php the search works but with no formatting. It seems that the path I typed in the plugin setup (/zoom) does not resolve correctly, I suppose because of the way the NAS works. I also tried adding the "echo $zoom_url;" on line 285 as suggested in another post but that does not return any info. Any tips on how to troubleshoot this?
Thanks
I have a bit of an issue with testing the wordpress plugin. I have a wordpress site running as an intranet from a webserver on a QNAP NAS. I have completed the indicated steps using the free edition (searched only some of the files) and then uploaded all the files to folder named "zoom". When I try to access the search from the page created I get : Zoom Search, Error: Cannot locate directory with Zoom Index files
If I type the address of the search.php the search works but with no formatting. It seems that the path I typed in the plugin setup (/zoom) does not resolve correctly, I suppose because of the way the NAS works. I also tried adding the "echo $zoom_url;" on line 285 as suggested in another post but that does not return any info. Any tips on how to troubleshoot this?
Thanks
Comment