in reply to DBIx::Class issues : ->load_classes()?

It looks like the script is generating an error and returning that to the web server before the server gets a proper header. If that error is not in the webserver log files, then you need to capture it another way, either by running it from the command line (as per castaway's suggestion), or forcing a header to the browser.

-=( Graq )=-

  • Comment on Re: DBIx::Class issues : ->load_classes()?