Gossamer Forum
Home : Products : DBMan : Customization :

Importing .... Upload Mod

Quote Reply
Importing .... Upload Mod
I am having a problem with a mod to the upload.cgi There was a thread that had a mod that would allow users to upload changes to the "default.db" file. I installed the change to the upload mod and now it gives me this error. The upload mod was working fine. The txt file is listed at http://www.jse.net/testsite/upload.cgi.txt I checked the chmod for the directories and set them to 777 each. Now what?


The directory you specified:


$SAVE_DIRECTORY = "/cgi-bin/dbman";

is invalid. This problem is caused by one of the three following reasons:
The directory doesn't exist. Make sure that this directory is a complete path name, not a URL or something similar. It should look similar to /home/username/public_html/uploads

The directory isn't writable. Make sure that this directory is writable by all users. At your UNIX command prompt, type chmod 777 /cgi-bin/dbman

The directory you specified isn't really a directory. Make sure that this is indeed a directory and not a file.

------------------
Sherwin Sales@jse.net
Subject Author Views Date
Thread Importing .... Upload Mod Sherwin 1378 Sep 13, 1999, 10:14 AM
Post Re: Importing .... Upload Mod
Sherwin 1304 Sep 13, 1999, 10:24 AM
Post Re: Importing .... Upload Mod
Eliot 1317 Sep 13, 1999, 11:02 AM
Post Re: Importing .... Upload Mod
Sherwin 1312 Sep 14, 1999, 12:25 AM
Post Re: Importing .... Upload Mod
Eliot 1306 Sep 14, 1999, 5:26 AM