wpahiker
08-27-2006, 04:58 PM
I have a file located in the /kta/files directory and a script in the /kta/cgi-bin directory. On my form I refer to the script as /kta/cgi-bin/AlertShow.cgi, and in the script I refer to the file as:
dbmopen (%ALERTS, "/kta/files/AlertDB", 0644)
My script can't seem to find the file (no alerts are displayed). When I had the file in the cgi-bin directory and referred to the file as "AlertDB" everything worked fine. All I did was move the file and change the path on the dbmopen, any idea what the problem is?
Thanks,
Mike
dbmopen (%ALERTS, "/kta/files/AlertDB", 0644)
My script can't seem to find the file (no alerts are displayed). When I had the file in the cgi-bin directory and referred to the file as "AlertDB" everything worked fine. All I did was move the file and change the path on the dbmopen, any idea what the problem is?
Thanks,
Mike