Hello, 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.
For example, i have a logo.png in webroot/img dir and it cannot be loaded. I converted it to gif in Photoshop and now it can be loaded :S i have read an article about images that cannot be loaded beacuse of whitespace. And i tried the offered solutuoun but it didnt worked. The solution was adding two lines (ob_clean and flush) to dispatcher. why theese some images can be loaded and some cannot? (Sorry for bad english :) -- 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
