Re: Safari 8.x.x - MissingControllerException

2015-01-20 Thread Sajoscha Sauer
Thanks! Thats what I thought, but why…? Anyway, I now added two routes for the images: Router::connect(‘/apple-touch-icon.png*'); Router::connect(‘/apple-touch-icon-precomposed.png*’); That works, but might not be the best way… Cheers, Sajoscha On Jan 16, 2015, at 5:40 PM, Mike Karthauser

Safari 8.x.x - MissingControllerException

2015-01-16 Thread Sajoscha Sauer
Hi all, I have a weird problem at the moment. I’m normally using Firefox, and there everything is working perfectly. Now I was testing on Safari and I got the following error: 2015-01-16 15:56:13 Error: [MissingControllerException] Controller class

Re: Safari 8.x.x - MissingControllerException

2015-01-16 Thread Mike Karthauser
i suspect safari is expecting an image in the site root called apple-touch-icon-precomposed.png which it can’t find so you are getting the error. On 16 Jan 2015, at 15:11, Sajoscha Sauer josch...@googlemail.com wrote: Hi all, I have a weird problem at the moment. I’m normally using