Re: [Catalyst] Simple caching question

2008-11-08 Thread Jesse Sheidlower
On Fri, Nov 07, 2008 at 11:02:51AM -0500, Jesse Sheidlower wrote: and I'm on my way. Things are anywhere from 50% to 350% faster. If I could only solve the Config::General problem, everything would be perfect! On the other hand Now I'm not getting any of my static pages. All of the

[Catalyst] file paths when using catalyst controllers.

2008-11-08 Thread kakimoto
hi all I have a project that runs fine in terms of the index and static pages. All my graphics (ie logos and stuff ) load property when I am in the index page. I am using Template Toolkit. Nevertheless, when I access a method in the controller, I noticed that the graphics do not load. I

Re: [Catalyst] file paths when using catalyst controllers.

2008-11-08 Thread Jacob Helwig
On Sat, Nov 8, 2008 at 21:08, [EMAIL PROTECTED] wrote: 4) the static file accesses files in the following manner : images/default/logo.gif hence the request above would result in the request being subscription/images/default/logo.gif Seems like the simple solution would just be to have the

Re: [Catalyst] file paths when using catalyst controllers.

2008-11-08 Thread kakimoto
hi there, 1) there is no particular reason the static references need to use relative paths 2) i tried using an absolute path but the issue is still no good. guys, I updated Catalyst-Plugin-Static-Simple and Catalyst-Plugin-Static and tried to run my application again. I am getting this message