Gossamer Forum
Home : Products : DBMan : Installation :

Is it possible that I have to many |;

Quote Reply
Is it possible that I have to many |;
Regarding JPDeni's file upload2
I am able to login, but I am having problems adding a record with a photo. I get DBman internal error. Is it posible that I have to many |; in this statement? Also from what I understand, the way I arrange the fields in default.cfg, I should do the same under sub html_record { ?

for detail please go to http://www.activitypost.com/html2.txt
http://www.activitypost.com/default.txt
http://www.activitypost.com/db.txt

Thanks.
ps. I just noticed that I can 't even do a list all since I made the changes.
Not sure what to do.
Always on a mission!!
Quote Reply
Re: Is it possible that I have to many |; In reply to
Hi jdee, I haven't used the image upload mod however, in looking at JPDeni's instruxtions and your default.cfg file, it isn't real obvious to me that you've done the modifications she instructed <smile>

I don't see any reference to Filename for example ---- Ooops! Do see something else as I scroll down.

# After the Authorization Options section
# add the following #
#####################################################
# File upload parameters

You have this section of code clear at the bottom, below the end of the script.
}
1;

The section beginning with # File upload parameters
needs to be moved to just below:

$auth_logoff = "http://www.activitypost.com";


Should be:

$auth_logoff = "http://www.activitypost.com";
# File upload parameters
# --------------------------------------------------------
#
# File uploads -- if you want to be able to upload files, set this to 1
$db_upload = 1;

remaining code ....

Try making those corrections and let us know what (if any) error you get at that point. Also resave your corrected file(s) and upload them again to the server so they can be viewed if you need to post again.