Hi, I tried to create this ticket directly at http://cakephp.lighthouseapp.com but it seems that only cakephp developers can create tickets these days. I created a ticket a few weeks ago, but now the create ticket button has disappeared.
When you create an app using cake bake, the cake.icon.png file is missing. There is another cake icon as a gif, which I assume is an old file: cake/console/templates/skel/webroot/img/cake.icon.gif If you do a search for cake.icon.* you can see it is in 3 places. find . -name cake.icon.\* ./app/webroot/img/cake.icon.png ./cake/console/templates/skel/webroot/img/cake.icon.gif ./cake/tests/test_app/plugins/test_plugin/webroot/img/cake.icon.gif I'm guessing that the gif needs to be deleted and replaced the with png in the other 2 places? I am using CakePHP 1.3.0 Cheers, -Joel 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
