On Feb 15, 2011, at 23:33, divisionbyzero wrote: > i'm very new to CakePHP. In my app, i can load cake.icon.png and > cake.power.gif in webroot/img dir. But i cannot load any other images.
Why not -- what happens when you try to access that image's URL in the browser? Does the web server provide an error message? -- 404 not found, 403 forbidden, etc? Are the images' permissions correct so that the web server can actually read them? -- 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
