Fixed! Theme folder names must always be CamelCased. The reason it worked on development server is because of case insensitivity. That always gets me.
-Corie On Nov 10, 8:41 pm, Corie <[email protected]> wrote: > Update: > > Layouts and other View files will load properly from the Themed > folder. It's only assets like css and js that don't load. So it must > have something to do with the dispatcher? > > PHP 5.2.17 is on dev server and 5.2.14 on production server. > > -Corie > > On Nov 9, 9:42 am, Corie <[email protected]> wrote: > > > > > > > > > I'm using the Theme viewClass and loading assets through a Themed > > folder and everything is working well on my local development server, > > but when taking it online nothing is being loaded from the Themed > > folder and it's getting a 404 when trying the default locations. > > > Here's the folder structure: > > > View > > -Themed > > --default > > ---webroot > > ----css > > -----admin.css > > > and it's not finding admin.css here so it looks for > > webroot>css>admin.css which doesn't exist. > > > Anyone have any suggestions as to how to debug? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
