We've been using Zoom Search 4.2 Professional Edition for sometime now, and its been working fine mostly. However, there are a few issues that we've come up against.
1) It appears you can't have a different 'search.php' file for each Configuration.
Some of our clients web servers use the .php extension for PHP files. Some use the .php4 extension. This means we have to change the $SETTINGSFILE variable manually when switching between servers before indexing.
2) The $TemplateFilename variable in the 'settings.php' file can't be changed from within the Zoom program.
Although it says we shouldn't edit the 'settings.php' file, we need to - because our clients server expects .php4 files, not .php.
Also, our search results page has other PHP code on it, which means we need a 'search_template.php4' file, not a 'search_template.html' file.
3) There's no way to prevent Zoom from uploading the 'settings.php' file.
Because our clients server expects PHP files to be named .php4, we've had to make a custom 'settings.php4' to make Zoom work. However, everytime we index and upload, Zoom reverts back to using the .php file.
To get around this, I've had to edit the 'search.php' file to get its settings from 'settings.php4' so even though Zoom uploads the 'settings.php' file, it doesn't actually use it, and uses the existing 'settings.php4' file I made.
Is there any way around these issue?
Also, one other thing! If you make changes to a Configuration, the program does not alert you when quitting that the changes have not been saved. Either the program should automatically save the currently loaded Configuration upon quitting, or ask if you want the changes saved.
Thanks,
Julian Wright
TurnRound Multimedia
1) It appears you can't have a different 'search.php' file for each Configuration.
Some of our clients web servers use the .php extension for PHP files. Some use the .php4 extension. This means we have to change the $SETTINGSFILE variable manually when switching between servers before indexing.
2) The $TemplateFilename variable in the 'settings.php' file can't be changed from within the Zoom program.
Although it says we shouldn't edit the 'settings.php' file, we need to - because our clients server expects .php4 files, not .php.
Also, our search results page has other PHP code on it, which means we need a 'search_template.php4' file, not a 'search_template.html' file.
3) There's no way to prevent Zoom from uploading the 'settings.php' file.
Because our clients server expects PHP files to be named .php4, we've had to make a custom 'settings.php4' to make Zoom work. However, everytime we index and upload, Zoom reverts back to using the .php file.
To get around this, I've had to edit the 'search.php' file to get its settings from 'settings.php4' so even though Zoom uploads the 'settings.php' file, it doesn't actually use it, and uses the existing 'settings.php4' file I made.
Is there any way around these issue?
Also, one other thing! If you make changes to a Configuration, the program does not alert you when quitting that the changes have not been saved. Either the program should automatically save the currently loaded Configuration upon quitting, or ask if you want the changes saved.
Thanks,
Julian Wright
TurnRound Multimedia
Comment