On 7/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is the error message when I start the dev_server.pl process > > > $ script/dtsis_server.pl -r -k > Subroutine run redefined at > D:/Perl/site/lib/Catalyst\Engine\HTTP\Restarter.pm line 9. > loader_options should be set before connecting the schema, see the > DBIx::Class::Schema::Loader docs at D:/Perl/site/lib/ > DBIx/Class/Schema/Loader.pm line 166. > [debug] Debug messages enabled > [debug] Loaded plugins: > > > I've verified that DBIC::S::L is not the problem by writing a stand-alone > schema loader class and using it from a script. > I am definitely calling loader_options() before calling connect/connection. >
Is this an error, or just a warning? It should be just a warning, and I would expect that things still work. As for getting rid of the warning: is DBIx::Class::Schema::Loader at the latest rev? -- Brandon _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
