On Tue, 20 Mar 2001, John Mulkerin wrote:
> There is no error message returned, it just goes back to the httpd 403
> error screen.

What about in the error log?  Have you read the DBI docs on how to get
your error message to print?  You should either have RaiseError on or be
checking return codes from every DBI call.  If you haven't turned
PrintError off, DBI will issue a warning that goes to your log when it
fails to connect.

- Perrin

Reply via email to