I have a small problem, that I am sure I could figure out if I wasn't a blockhead when it comes to server setup... I get this message:
You don't have permission to access /traxis-images/css/ on this server.
even though everything is set right. I made sure that those directories are both read/write/execute enabled,
and all of that good stuff. I mean - traxis accesses images from the directory, why can't it access the css folder?
Thank you in advance for your time,
kjw
[yourdomain...]
That should tell you if everything is configured correctly.
Many servers are setup NOT to allow http requests for images or html within cgi-bin space.
I don't know if that would qulify as me helping you troubleshoot your program, or simply you helping me
(ok it would be the latter...) lol
However, a new problem cropped up.
I ran traxis - I got an error message saying that the traxis log file couldn't be loceted. This was the log file the path of which Traxis autodetected when I first ran setup.
So I went back and put in the path to my "regular" log file, and the script worked no problem, except that the reports showed zero hits - zilch.
At the bottom, there was this little interesting bit of info:
Oldest line found: 07/05/2000 - 5:35:13pm
Newest line found: 12/31/1969 - 4:00:00pm
?????
Could that be somehow related to the problem...?
The log files aren't being writen anywhere (at least nowhere I can find them :) ). Has anyone found the cause of the problem?
There are no errors when any of the scripts are run; when I generate reports, they are empty, and get the same interesting bit of info:
Newest line found: 12/31/1969 - 4:00:00pm
My configuration settings are as follow:
traxis-global.cgi:
$data_path = "/home/jamesyu/public_html/cgi-local/traxis/data/";
traxis-counter.cgi:
$traxis_dir = "/home/jamesyu/public_html/cgi-local/traxis/";
$data_path = "/home/jamesyu/public_html/cgi-local/traxis/data/";
Has anyone found the cause/solution for this? Thanks in advance for the help.
James
<!--#include virtual="/home/jamesyu/public_html/cgi-local/traxis/traxis-counter.cgi"-->
to:
<!--#include virtual="/cgi-local/traxis/traxis-counter.cgi"-->
Probably my understanding of SSI is a bit lacking. I would have thought the full server path was correct, but apparently it wasn't. I also checked the pathways in both the global and counter modules, and uncommented the line in the global file.
The newest line 1969 is an indicator that there are no logs to work with.
James