[Toolserver-l] / out of disk space

Marco Schuster CDL-Klever at gmx.net
Sat Sep 23 20:46:36 UTC 2006


Stefan Kühn schrieb:
> Leon Weber schrieb:
> 
>>Leon Weber schrieb:
>>
>>>Leon Weber schrieb:
>>
>>[Sat Sep 23 19:57:04 2006] [error] [client xxx.xxx.xxx.xxx] Died at
>>/home/sk/public_html/cgi-bin/geo/no_coordinates/no_coordinates_new.cgi
>>line 47., referer:
>>http://hemlock.knams.wikimedia.org/~sk/cgi-bin/geo/no_coordinates/no_coordinates_new.cgi?continent=Kontinent_unbekannt&country=Land_unbekannt&subregion=Region_unbekannt&type=Bahnhof&ready=8956
> 
> 
> Oh, sorry! That is my new version of script
> Current Version:
> http://hemlock.knams.wikimedia.org/~sk/cgi-bin/geo-broken/no_coordinates/no_coordinates.cgi
> New Version:
> http://hemlock.knams.wikimedia.org/~sk/cgi-bin/geo-broken/no_coordinates/no_coordinates_new.cgi
> 
> I test this cgi-Script all the day. But never there was a big problem. I 
> hope you have not too much trouble.
> 
> What is the error message? How can I test my CGI-Script without this 
> trouble in the future?
Try this:
Replace in line 325 and around the line with the following example 
(change variable names):
print "?continent=".$output_continent;
=>
print "?continent=";
print $output_continent;

Maybe this helps.

Greets & good luck
Marco

PS: Error was
[Sat Sep 23 20:32:41 2006] [error] [client $$$$$$] Use of uninitialized 
value in concatenation (.) or string at 
/home/sk/public_html/cgi-bin/geo-broken/no_coordinates/no_coordinates_new.cgi 
line 325., referer: 
http://hemlock.knams.wikimedia.org/~sk/cgi-bin/geo-broken/no_coordinates/no_coordinates_new.cgi



More information about the Toolserver-l mailing list