DarkSide -> GreyMatter virker (lidt).
Cliche.dk var åbenbart kommer til at give mig den forkerte "adresse" til hvor perl lå. Det ligger på #!/usr/bin/perl, ikke d:\perl\perl.exe - Måske derfor det l*rt ikke ville virke?Anyway, nu virker det lidt :)
http://www.chriss.dk/blog/cgi-bin/gm.pl
Teksten herunder skulle kunne løse dette problem, men jeg forstår ikke hvilken del af den kode man kan sætte ind, det er der skal rettes (hvis noget af det overhovedet skal rettes)??
The cause of this problem is that the 'current directory' in which scripts are run on your server is not the same as the directory of the script. This is a configuration error that your webmaster should be able to correct.
As a work-around, you can add a line at the top of the script to explicitly set the current directory to the directory the script is in. Place this line AFTER the first line.
For example, on my test machine that line would read
Code:
chdir("f:\\webserver\\htdocs\\weblog");
You would have to do this in each of the following files: gm.cgi, gm-comments.cgi, gm-karma.cgi, gm-upload.cgi.
Much better to get your webmaster to fix it.
