DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20278>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20278 Problem with Implentation of DBI Summary: Problem with Implentation of DBI Product: Apache httpd-2.0 Version: 2.0.45 Platform: PC URL: http://getchurch.cjb.net:81 OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have two servers running on the same machine, one on port 80, one on port 81. http://getchurch.cjb.net:80 http://getchurch.cjb.net:81 The server on port 80 is Abyss, (which is quite slow). I've been unable to get the script to execute connecting to the database. Is this a bug with Apache? Here is the error message: [Tue May 27 17:44:44 2003] [error] [client 192.168.1.1] DBI connect ('ServiceBuilderData','HASH(0x183f0ac)',...) failed: at C:/Apache/cgi- bin/frm_service_records.pl line 404 , referer: http://getchurch.cjb.net:81/servicebuilder_online/index.htm [Tue May 27 17:44:44 2003] [error] [client 192.168.1.1] Can't call method "prepare" on an undefined value at C:/Apache/cgi- bin/frm_service_records.pl line 411. , referer: http://getchurch.cjb.net:81/servicebuilder_online/index.htm It refers to this part of the script: $database_handle = DBI->connect('dbi:ODBC:ServiceBuilderData', { RaiseError => 1, AutoCommit => 0 }); It breaks down here, even though the other server has no trouble with it. What's going on? Jason Silver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
