Gossamer Forum
Home : Products : DBMan : Installation :

DBMan encountered an internal error.

Quote Reply
DBMan encountered an internal error.
When I had debugging off all I got was a message saying :

DBMan encountered an internal error.

After enabling Debug on the default.cfg I get the below information. The only thing I see that looks wrong is

PATH : /usr/local/bin:/usr/bin:/bin

My path to perl should be #!/usr/bin/perl I know this is right as I have another cgi script that I am using and it has the same path. you can find the db.cgi at www.shunneddisciples.com/cgi/rdb/db.cgi I have double checked all permissions and everything seems to be correct. any help with this would be great.



CGI ERROR
==========================================
Error Message : Debug Information
Script Location : db.cgi
Perl Version : 5.008
Setup File : default.cfg

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

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /home/shunned/shunneddisciples.com
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION : Keep-Alive
HTTP_COOKIE : COOKIE1=here
HTTP_HOST : www.shunneddisciples.com
HTTP_IF_MODIFIED_SINCE: Mon, 20 Jan 2003 18:56:27 GMT
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
HTTP_VIA : 1.0 AUSPROXYRR201
PATH : /usr/local/bin:/usr/bin:/bin
QUERY_STRING :
REMOTE_ADDR : 143.166.82.240
REMOTE_PORT : 2895
REQUEST_METHOD : GET
REQUEST_URI : /cgi/rdb/db.cgi
SCRIPT_FILENAME : /home/shunned/shunneddisciples.com/cgi/rdb/db.cgi
SCRIPT_NAME : /cgi/rdb/db.cgi
SERVER_ADDR : 209.249.126.123
SERVER_ADMIN : webmaster@shunneddisciples.com
SERVER_NAME : www.shunneddisciples.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Apache/1.3.27 (Unix) PHP/4.2.2 mod_fastcgi/2.2.12
TZ : US/Easter





Thanks for any assistance.

Cam
Quote Reply
Re: [Cambik] DBMan encountered an internal error. In reply to
The best thing you can do is check your error log for a more accurate description of the error and post it.
Quote Reply
Re: [Paul] DBMan encountered an internal error. In reply to
where can I find the error log for this? it does not create one in the same directory that I have found as of yet.
Quote Reply
Re: [Cambik] DBMan encountered an internal error. In reply to
Your web server error log. If you aren't sure where it is you can probably ask your host to send you the related errors.
Quote Reply
Re: [Paul] DBMan encountered an internal error. In reply to
ok well it seems to be working now even after turning debug off. so thanks for trying to help.