I'm on version 8.03 and have just tried the exercise on page 78 of the Advanced Users Guide - "Keeping a Log of Search Terms Used at the Site".
I've followed the instructions and the line in my ActinicConstants.pm now looks like:
$::SEARCH_WORD_LOG_FILE = "searchword.log";
I've never used .log files so this may be a dumb question, but I can't get seem to get access to the searchword.log file once it has been created. I've tried downloading it via my ftp programme, and opening it directly from my ftp programme, and in both cases nothing happens.
Could it be somthing to do with the attributes of this file on the server? It's currently set to: -rw------ ?
If not, any other ideas?? Any help appreciated.
I've followed the instructions and the line in my ActinicConstants.pm now looks like:
$::SEARCH_WORD_LOG_FILE = "searchword.log";
I've never used .log files so this may be a dumb question, but I can't get seem to get access to the searchword.log file once it has been created. I've tried downloading it via my ftp programme, and opening it directly from my ftp programme, and in both cases nothing happens.
Could it be somthing to do with the attributes of this file on the server? It's currently set to: -rw------ ?
If not, any other ideas?? Any help appreciated.
Comment