Gossamer Forum
Home : Products : DBMan : Installation :

DBMan encountered an internal error. Please enable

Quote Reply
DBMan encountered an internal error. Please enable
Ok, I have spent soem time reading here, so this is what i know:
1. all files were uploaded in ascii
2. permissions are correct
3. path to script is full absolute path

I'm uploading to a NT W2k Advaced server.
Perl 5.0004
.pl and .cgi file types are mapped to perl

if i upload db.cgi, i get an internal server error.
if i rename it to db.pl and change the call in default.cfg to db.cgi...i get a "DBMan encountered an internal error. Please enable debugging to view."

i turned on debugged in default.cfg and this had no effect same error.

any one have any ideas? please? with a cherry on top?

Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
www.kellerwilliamsfl.com/cgi-bin/db.pl or

www.kellerwilliamsfl.com/cgi-bin/db.cgi

sorry....

Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
You most likely have a problem in default.cfg

In db.pl, add the line $db_debug = 1; underneath the $db_script_path variable. That should produce a more helpful error message.

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
ok, that worked..here is the result: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: Can't locate default.cfg in @INC (@INC contains: F:websiteskellerwilliamsi-bin C:/Perl/lib C:/Perl/site/lib .) at F:\Kellerwilliams\cgi-bin\db.pl line 53.

Script Location : F:\Kellerwilliams\cgi-bin\db.pl
Perl Version : 5.006
Setup File : default.cfg

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

Environment Variables
-------------------------------------------
ALLUSERSPROFILE : C:\Documents and Settings\All Users
COMMONPROGRAMFILES : C:\Program Files\Common Files
COMPUTERNAME : REMOTE
COMSPEC : C:\WINNT\system32\cmd.exe
CONTENT_LENGTH : 0
GATEWAY_INTERFACE : CGI/1.1
HTTPS : off
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : www.kellerwilliamsfl.com
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
INSTANCE_ID : 24
LOCAL_ADDR : 209.208.24.9
NUMBER_OF_PROCESSORS: 1
OS : Windows_NT
OS2LIBPATH : C:\WINNT\system32\os2\dll;
PATH : C:\Perl\bin\;F:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
PATHEXT : .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PATH_INFO : /cgi-bin/db.pl
PATH_TRANSLATED : F:\Kellerwilliams\cgi-bin\db.pl
PROCESSOR_ARCHITECTURE: x86
PROCESSOR_IDENTIFIER: x86 Family 6 Model 7 Stepping 3, GenuineIntel
PROCESSOR_LEVEL : 6
PROCESSOR_REVISION : 0703
PROGRAMFILES : C:\Program Files
REMOTE_ADDR : 24.164.4.219
REMOTE_HOST : 24.164.4.219
REQUEST_METHOD : GET
SCRIPT_NAME : /cgi-bin/db.pl
SERVER_NAME : www.kellerwilliamsfl.com
SERVER_PORT : 80
SERVER_PORT_SECURE : 0
SERVER_PROTOCOL : HTTP/1.1
SERVER_SOFTWARE : Microsoft-IIS/5.0
SYSTEMDRIVE : C:
SYSTEMROOT : C:\WINNT
TEMP : C:\WINNT\TEMP
TMP : C:\WINNT\TEMP
USERPROFILE : C:\Documents and Settings\NetShowServices
WINDIR : C:\WINNT






Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
This little symbol would tend to indicate that one or more of the files were uploaded in binary mode:
websiteskellerwilliamsi-

The files need to be uploaded in ascii text format.

Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
yep , i saw that also, so i deleted all the files and re uploaded;

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: Can't locate default.cfg in @INC (@INC contains: F:\websites\kellerwilliams\cgi-bin C:/Perl/lib C:/Perl/site/lib .) at F:\Kellerwilliams\cgi-bin\db.pl line 53.

Script Location : F:\Kellerwilliams\cgi-bin\db.pl
Perl Version : 5.006
Setup File : default.cfg

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

Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
ok, heres what i know now...when i set the path in db.pl using double quotes, i get an error that contains the binary symbol hickey, if i use single quotes i get the following: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: Can't locate default.cfg in @INC (@INC contains: F:\websites\kellerwilliams\cgi-bin\dbman C:/Perl/lib C:/Perl/site/lib .) at F:\Kellerwilliams\cgi-bin\dbman\db.pl line 52.

Script Location : F:\Kellerwilliams\cgi-bin\dbman\db.pl
Perl Version : 5.006
Setup File : default.cfg

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





Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
btw, i uploaded the zip file to the server and unxipped to the dbman directory right from the zip file, then edited the files on the server. so the ascii thing should not be an issue sine i did not use an ftp program to install tese files.

Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
It is really tough to identify the problem using just the error messages posted - seeing the actual files (saved as text file) would be a big help in troubleshooting.

This area of the error message has two different file paths as indicated by the red area. Somewhere there is an innaccurate path listed in the files.

Reason: Can't locate default.cfg in @INC (@INC contains: F:\websites\kellerwilliams\cgi-bin C:/Perl/lib C:/Perl/site/lib .) at F:\Kellerwilliams\cgi-bin\db.pl line 53.

Script Location : F:\Kellerwilliams\cgi-bin\db.pl


Quote Reply
Re: DBMan encountered an internal error. Please enable In reply to
DOH! Confusious say: Man should not include the name of the drice when entering file path... LOL