Gossamer Forum
Home : Products : DBMan : Customization :

New Upload.cgi

Quote Reply
New Upload.cgi
Hi,

Again a little help, wanting to add the new upload cgi JPD to db.cgi, I get an error when I change the
sub parse_form sub as stated in the instructions.

I am using a JPD relational DB modification as seen in my last posts.

Any ideas even using this on a clean db.cgi I get the same error

Cheers

norvin

Quote Reply
Re: New Upload.cgi In reply to
What is the error that you get?


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: New Upload.cgi In reply to
Hi,

Thanks again for the time, the error is
Can't call method "param" without a package or object reference at ./db.cgi line 1146.

Cheers

Norvin

Quote Reply
Re: New Upload.cgi In reply to
Sounds like on of two problems.

Either you didn't include

use CGI;
$query = new CGI;


at the beginning of db.cgi or your server does not have the CGI.pm module installed.

You might try downloading and installing PerlDiver (http://www.scriptsolutions.com/...rams/free/perldiver/) to make sure you have the CGI module on your server.


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: New Upload.cgi In reply to
Cheers

I will give the download go.

Regards

Norvin

Quote Reply
Re: New Upload.cgi In reply to
Hi,

Some of the installed mod on my server
CGI
CGI::Apache
CGI::Carp
CGI::Fast
CGI::Push
CGI::Switch

Norvin

Quote Reply
Re: New Upload.cgi In reply to
I don't know why it wouldn't work, then. Then again, I'm having trouble figuring out why I can't get another Perl module to work. Smile

With any luck someone else will have an idea.

JPD
http://www.jpdeni.com/dbman/