Gossamer Forum
Home : Products : DBMan : Installation :

Internal Error?

Quote Reply
Internal Error?
I am trying to help someone set up DBMan on their server, and even though, technically the whole script is working - i can add, view, modify, delete, etc., I keep getting an internal error from DBMan. I can't see anything in the diagnostic information, but it comes up every time.

Here's the URL with the information:
http://www.movie-insider.com/movies/reviews/db.cgi

Here's the db.cgi:
http://www.movie-insider.com/...s/reviews/db_cgi.txt

Here's the default.cfg:
http://www.movie-insider.com/...iews/default_cfg.txt

Thanks much,
=Blake Kunisch=

Quote Reply
Re: Internal Error? In reply to
I didn't get the internal server error, but, if the active .cfg file is the same as the one you posted the link to, you could probably benefit from the information at http://www.gossamer-threads.com/p/98697/.


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Internal Error? In reply to
It's not an internal server error, but an error within DBMan - under the main menu, it says:
Code:
DBMan encountered an internal error.

CGI ERROR
==========================================
Error Message : Debug Information
Script Location : db.cgi
Perl Version : 5.00503
Setup File : default.cfg
User ID : default
Session ID : default

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

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /www/www.movie-insider.com/
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-comet, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : www.movie-insider.com
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
PATH : /usr/local/bin:/usr/bin:/bin
QUERY_STRING :
REMOTE_ADDR : 24.165.64.4
REMOTE_PORT : 3216
REQUEST_METHOD : GET
REQUEST_URI : /movies/reviews/db.cgi
SCRIPT_FILENAME : /www/www.movie-insider.com/movies/reviews/db.cgi
SCRIPT_NAME : /movies/reviews/db.cgi
SERVER_ADDR : 216.167.76.160
SERVER_ADMIN : webmaster@www.movie-insider.com
SERVER_NAME : www.movie-insider.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.1
SERVER_SOFTWARE : Apache/1.3.12 (Unix) PHP/3.0.9 mod_fastcgi/2.2.2
I also made those changes to the auth.pl file, but they had no effect.

=Blake=

Quote Reply
Re: Internal Error? In reply to
Error Message : Debug Information

You have $db_debug=1; in your .cfg file. Set it to $db_debug=0; to eliminate the text.



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