This looks like it might be a problem with your routes. The error suggests cake is looking for the Files controller as you would expect given your url. I had some routes that worked in 1.2.6 that stopped working in 1.3. A little messing around and their back on line.
Don On Wed, Apr 28, 2010 at 12:49 PM, jgonca <[email protected]>wrote: > Hi, > > I'm trying to direct link files located in a folder inside my cake app > webroot but each time I try to access a file I get a blank page and I > receive an e-mail from my cake app with the following message: > > "Missing Controller > > Error: FilesController could not be found.(...)" > > The files are located, more precisely, in: cake/app/webroot/files/ > mecanica/pendulum/file.jnlp. > I don't know the possible origin of this error since this was working > fine in cake 1.2.7. > > Can you help me? > > Thanks for your help. > > Cheers, > > João > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
