Hmm... that's unusual. I did a quick test with one of my apps that
uses parseExtensions, upgraded it from RC3 to RC4 and it worked as
expected.

Maybe there is something else in your application which is overwriting
the view path after it is set by the RequestHandler component? Try
following through the code to see why the "rss" folder is not being
set in the view path and you should find your answer.

Cheers,
Adam

On Dec 25, 8:12 pm, Jne <[email protected]> wrote:
> Hi Adam,
>
> http://beta.sph3re.tv/movie_comments/feed/151.rssis plugged to RC4
> with Debug = 2 (and cache disabled) and it's complaining about view
> not found but it's looking for the wrong one since the feed.ctp is in
> the views/movie_comments/rss/ dir as it is supposed to be.
>
> Thanks !
>
> Jérôme
>
> On 25 déc, 09:48, Adam Royle <[email protected]> wrote:
>
> > Have you tried turning debug to 2 and seeing what the error is?
>
> > Cheers,
> > Adam
>
> > On Dec 25, 3:40 am, Jne <[email protected]> wrote:
>
> > > Hi,
>
> > > on my website I have a 'movie_comments' controller and a feed($id)
> > > action.
>
> > > With RC3 :http://sph3re.tv/movie_comments/feed/151.rssisoutputtingthe 
> > > proper
> > > RSS feedhttp://sph3re.tv/movies/mainfeed.rssalso
>
> > > With RC4 (caching 
> > > disabled)http://sph3re.tv/movie_comments/feed/151.rssisthrowinga 404 error
> > > buthttp://sph3re.tv/movies/mainfeed.rssstillworks
>
> > > On my routes.php I have the following line :    Router::parseExtensions
> > > ('rss', 'xml');
>
> > > Any idea why this has changed between the two releases ?
>
> > > Thanks !
>
> > > Jérôme
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to