Gossamer Forum
Home : Products : DBMan : Installation :

Problems with JPDenis configurator setup

Quote Reply
Problems with JPDenis configurator setup
I did exactly what was said utilizing the configurator and still come up with an error. I moved the debugging call to above files and urls becuse I wasn't getting an error message. This is what I have now.

DBMan encountered an internal error. CGI ERROR==========================================Error Message : Error loading required libraries.Check that they exist, permissions are set correctly and that they compile.Reason: syntax error at ./html.pl line 61, near "
Quote Reply
Re: [sneeze] Problems with JPDenis configurator setup In reply to
here is my html.pl setup

## HTML Globals ##
# Put any globals you like in here for your html pages.

$html_title = 'Vera Homes Investor's Database';

Last edited by:

LoisC: Sep 9, 2002, 10:20 PM
Quote Reply
Re: [sneeze] Problems with JPDenis configurator setup In reply to
Quote:
Reason: syntax error at ./html.pl line 61, near "

In the original dbman script, line 61 is right at the top of your document (in html_record_form) where you have the very first print qq| (just below the part about my $font....).

I looked and was expecting to find an obvious error somewhere near an input tag such as: value="syntax error here" but didn't see one.

Doublecheck & triple check your code. Try re-uploading the file. Sorry I couldn't be of more help, maybe someone else can spot the problem.

Good Luck!
Quote Reply
Re: [sneeze] Problems with JPDenis configurator setup In reply to
Please do not post your files within the forum. When you need your files viewed it is best to make a .txt copy of the file and upload it to the server.. then provide the url to where it can be viewed. I'm going to remove the file from within the thread and hope you will understand.

Your problem may well be in this line:

$html_title = 'Vera Homes Investor's Database';

I believe if you change it to:

$html_title = 'Vera Homes Investor\'s Database';

that it will clear the error you are having. Let me know if that helped.

Unoffical DBMan FAQ
http://redundantcartridge.com/dbman/
Quote Reply
Re: [LoisC] Problems with JPDenis configurator setup In reply to
I'm not sure.. I ended up utilizing a different database script, but thanks! I'll keep it in mind. Dbman is just what I need for another project so Alex might get a sale out of me yet.