Gossamer Forum
Home : Products : DBMan : Installation :

What Am I Doing Wrong???

Quote Reply
What Am I Doing Wrong???
I don't get what I'm doing wrong...I have debugging on, but it keeps saying that I need to turn on debugging. Other than that, what else am I doing wrong? My default.cfg file is at http://www.seawolfearth2025.f2s.com/dbman/default.txt . My db.cgi file is at http://www.seawolfearth2025.f2s.com/dbman/db.txt . Thank you for your help. I need this database up ASAP. Thanx

Quote Reply
Re: What Am I Doing Wrong??? In reply to
Are you receiving any specific error messages?

I wasn't able to run your script to see what was happening, as the file was not found.

If all that you are seeing is the debugging info, just set it to off in the .cfg file.

You also will want to remove the following field settings in your .cfg file as you are not using these in your field definitions:

# Select fields.
Category => 'General,Configuration Management,Project Management,Process Improvement,Standards,Testing & Quality Assurance',
Type => 'Web,Newsgroup,Mailing List,FTP,Gopher'

# Radio fields. .
%db_radio_fields = ( Validated => 'Yes,No' );

# Checkbox fields.
%db_checkbox_fields = ( Popular => 'Yes' );



Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: What Am I Doing Wrong??? In reply to
it tells me that I need to turn debugging on to see what i'm doing wrong...but i already turned it on

Quote Reply
Re: What Am I Doing Wrong??? In reply to
Now I'm getting this:

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 default.cfg line 61, near "Real Name"

Script Location : db.cgi
Perl Version : 5.00503
Setup File : default.cfg

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /web/sites/124/seawolfalliance/www.seawolfearth2025.f2s.com
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/msword, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en,x-ns1cKxw6JjtNhQ;q=0.4,x-ns2r2f09OnmPe2
HTTP_CACHE_CONTROL : max-age=259200
HTTP_CONNECTION : keep-alive
HTTP_HOST : www.seawolfearth2025.f2s.com
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
HTTP_VIA : 1.1 server0044.freedom2surf.net:80 (Squid/2.4.STABLE1)
HTTP_X_FORWARDED_FOR: 165.121.34.88
PATH : /usr/local/bin:/usr/bin:/bin
QUERY_STRING :
REMOTE_ADDR : 127.0.0.1
REMOTE_PORT : 50068
REQUEST_METHOD : GET
REQUEST_URI : /dbman/db.cgi
SCRIPT_FILENAME : /web/sites/124/seawolfalliance/www.seawolfearth2025.f2s.com/dbman/db.cgi
SCRIPT_NAME : /dbman/db.cgi
SCRIPT_URI : http://www.seawolfearth2025.f2s.com/dbman/db.cgi
SCRIPT_URL : /dbman/db.cgi
SERVER_ADDR : 127.0.0.1
SERVER_ADMIN : webmaster@seawolfearth2025.f2s.com
SERVER_NAME : www.seawolfearth2025.f2s.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Apache/1.3.19 (Unix)

Quote Reply
Re: What Am I Doing Wrong??? In reply to
Reason: syntax error at default.cfg line 61, near "Real Name"

Your field names need to be either one word (RealName or Real_Name) OR you need to put single quotes around them if they contain any spaces (ie, 'Real Name' 'ICQ Number').

Hope that solves your problem...