It is a paths issue - the image doesn't exist in the path specified. If you request a URL (html file, image, whatever) that doesn't not exist, it is automatically passed to index.php and subsequently passed through to cake's dispatcher as a page request. So make sure your image path is right and the image exists.
Adam On Dec 21, 10:40 pm, stefuNz <[EMAIL PROTECTED]> wrote: > hm no ... using the img folder doesn't work, too ... > in the pre-beta i began with it worked ... > Error: ImgController could not be found. is the error message > > cheers... > > On 21 Dez., 12:48, djiize <[EMAIL PROTECTED]> wrote: > > > maybe because images folder is "img" > > try using $html->image helper function in your views > > > On 21 déc, 12:35, stefuNz <[EMAIL PROTECTED]> wrote: > > > > Hi.. > > > > I really don't get it ! I'm using CakePHP 1.2, nightly build from 18. > > > dec > > > > when i request /cake/images/picture.png, cake is looking for > > > ImagesController ! > > > thats very confusing! how can i make cake display the picture? > > > > cheers, > > > stefan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
