Gossamer Forum
Home : Products : DBMan : Installation :

DBMan encountered an internal error.

Quote Reply
DBMan encountered an internal error.
Okay..I am not a newbie, but I can't figure this out. The script runs fine, but this error is on the login page::::
CGI ERROR
==========================================
Error Message : Debug Information
Script Location : db.cgi
Perl Version : 5.00503
Setup File : default.cfg
User ID : admin
Session ID : admin.98582529344529

Form Variables
-------------------------------------------
admin_display : 1
db : default
uid : admin.98582529344529

Environment Variables
-------------------------------------------
AUTH_TYPE : Basic
CONTENT_LENGTH : 0
DOCUMENT_ROOT : /usr/local/zeus/web_roots/main/www.4-childcare.com
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, application/pdf, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : www.4-childcare.com
HTTP_REFERER : http://www.4-childcare.com/cgi-bin/dbman/db.cgi?db=default&uid=admin.98582529344529&view_search=1
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Crayon Crawler)
PATH : /usr/sbin:/usr/bin
QUERY_STRING : db=default&uid=admin.98582529344529&admin_display=1
REMOTE_ADDR : 216.67.36.233
REMOTE_HOST : 216.67.36.233
REMOTE_USER :
REQUEST_METHOD : GET
REQUEST_URI : /cgi-bin/dbman/db.cgi?db=default&uid=admin.98582529344529&admin_display=1
SCRIPT_FILENAME : /usr/local/zeus/web_roots/main/www.4-childcare.com/cgi-bin/dbman/db.cgi
SCRIPT_NAME : /cgi-bin/dbman/db.cgi
SERVER_ADMIN : webmaster@4-childcare.com
SERVER_NAME : www.4-childcare.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.1
SERVER_SOFTWARE : Zeus/3.3
TZ : US/Eastern
VSERVER_NAME : main

TIA, Robin

Quote Reply
Re: DBMan encountered an internal error. In reply to
Did you check you db.cfg file for this line

$db_debug = 1;

This lines sets the database to debug mode. So if that is set to 1, then even if there is no error it will still rpint what is shown. Set it to 0 and see if you get any errors.

Julian