This is something I've never run across before. It's happening with Click Manager on 2 different servers (one server or the other, not both at the same time)...I configure and upload the files (ASCII) , set the permissions.... The stats page loads, looks like I'm good to go.
The next day I try to view my stats and the page just simply will not load. It starts loading but stops at about 25% and just sits there. I don't get an error page, my browser and computer don't lock up...nothing happens. clickmanager.txt, total.txt and date.txt are being written to. The only way I can get it to load it to reupload the files, then it still may not work the next day.
CHMOD 755
http://dixierose.com/cgi-bin/clickmanager/stats.cgi
http://dixierose.com/cgi-bin/clickmanag ... anager.cgi
CHMOD 666
dixierose.com/cgi-bin/clickmanager/clickmanager.txt
dixierose.com/cgi-bin/clickmanager/date.txt
dixierose.com/cgi-bin/clickmanager/template.html
dixierose.com/cgi-bin/clickmanager/total.txt
stats.cgi:
$tmpl{yoursite} = 'Dixie Rose';
{yoururl} = 'http://www.dixierose.com/';
my $dir = '.';
clickmanager.cgi:
my $dir = '.';
Not a windows server. The rest of the site loads just fine.
Anybody have any ideas?
Thanks