[Catalyst] Catalyst 5.50 RC1

Andy Grundman andy at hybridized.org
Fri Oct 14 06:42:11 CEST 2005


J. Emmanuel Enrique Delgado Lara wrote:
> I have an small application which uses Catalyst::Plugin::Static, when 
> the request for the css its done, the screen turns black, and shows no 
> html, any idea?,

I assume since you replied to this message that you are running your app 
under 5.49_01?  If so, the latest version of Static::Simple has disabled 
logging by default in 5.5, so you won't see any log output for static 
files.  Other than that though, nothing should have changed.  To 
re-enable logging in 5.5, set MyApp->config->{static}->{no_logs} = 0;

If your file still isn't working right, please paste the log output for 
the troublesome file(s).

-Andy



More information about the Catalyst mailing list