I think I'm having a permission or ownship issue with Apache and Zoom. I've configured Zoom to log my searches. Everything works fine, but I get the following error at the bottom of my results:
Warning: fopen(logs/searchwords.log): failed to open stream: No such file or directory in /var/www/html/mscdev3/Search/search.php on line 1460
Unable to write to log file (logs/searchwords.log). Check that you have specified the correct log filename in your Indexer settings and that you have the required file permissions set.
The owner of the directory logs is set to apache and the group is set to mscdev3. The permissions are set to 755.
What am I missing? Any help would be appreciated.
Warning: fopen(logs/searchwords.log): failed to open stream: No such file or directory in /var/www/html/mscdev3/Search/search.php on line 1460
Unable to write to log file (logs/searchwords.log). Check that you have specified the correct log filename in your Indexer settings and that you have the required file permissions set.
The owner of the directory logs is set to apache and the group is set to mscdev3. The permissions are set to 755.
What am I missing? Any help would be appreciated.
Comment