|
so i was able to fix the Loader problems by upgradeing DBD::mysql.
that gets rid of all warnings and errors in the apache log, but i still get
error: could not find component for path 'beerdb/beer/list'
context:
1: <& $request->template, %ARGS &>
2:
code stack: /Public/mason/maypole/factory/dhandler:1
/usr/lib/perl5/site_perl/5.6.1/HTML/Mason/Component.pm:136
/Public/mason/maypole/factory/autohandler:4
if i try to click any of the URLs generated by the frontpage component. as you can see from the paths, it is finding the factory and using the appropriate autohandler and dhandler, but fails to 'find' the component for /beerdb/beer/list.
|