in reply to Re: DBI Help!
in thread DBI script gives HTTP 500 error

Thanks runrig.
fatalsToBrowser yields:
Execution of /cgi-bin/DBI_start3.pl aborted due to compilation errors.

Replies are listed 'Best First'.
Re: Re: Re: DBI Help!
by runrig (Abbot) on Jan 15, 2002 at 01:46 UTC
      I just tried declaring with my and the results are the same. Funny thing, there are no error logs!

        This may be obvious, but what happens when you perl -c yourscript.pl?

        That should give you some useful information if it's a compile error. And I would be stunned if your server doesn't have error logs. If it's apache, check /usr/local/apache/logs/errors.

        Chris