Re: Error Debugging Help

2012-10-30 Thread Nikunj Kansara
hi, 

I am new to setup files on server, I am using ubuntu server, it's showing 
ImgController error, can you please give me detail idea, how can i solve 
this error

can you give me all steps, how to check web server configuration, what 
changes I have made there?

Thank you. 

On Friday, 4 November 2011 09:51:57 UTC+5:30, zuha wrote:
>
> It sure doesn't seem right to throw a missing controller error for a a 
> missing image call.  Does anyone else have an idea about how to find where 
> this exception is being thrown?   Or what CakeRequest is asking for which 
> causes this exception? 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Error Debugging Help

2011-11-03 Thread zuha
Yeah I get that, but are should we seriously have to look at server access 
logs to find a missing image file file?  Maybe the missing controller 
exception would give the name of the action being asked for so you could 
get the full information about the CakeRequest being made. 

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error Debugging Help

2011-11-03 Thread Thiago Belem
It does because your server try to find

site.com/img/missing-file.jpg

Wich is mapped to controller img if you don't have the file.

Simple :)
--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil

+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net

*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
Assando Sites*, curso de CakePHP *»* assando-sites.com.br


2011/11/4 zuha 

> It sure doesn't seem right to throw a missing controller error for a a
> missing image call.  Does anyone else have an idea about how to find where
> this exception is being thrown?   Or what CakeRequest is asking for which
> causes this exception?
>
> --
> 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
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error Debugging Help

2011-11-03 Thread zuha
It sure doesn't seem right to throw a missing controller error for a a 
missing image call.  Does anyone else have an idea about how to find where 
this exception is being thrown?   Or what CakeRequest is asking for which 
causes this exception? 

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Error Debugging Help

2011-11-03 Thread Thiago Belem
Probably a missing image URL/file, check your webserver access logs.

--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil

+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net

*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
Assando Sites*, curso de CakePHP *»* assando-sites.com.br


2011/11/3 zuha 

> Do you have any advice for how to find the root cause of an error like
> this...
>
> 2011-11-03 09:43:59 Error: [MissingControllerException] Controller class
> ImgController could not be found.
> #0 /home/.../app/webroot/index.php(133):
> Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
> #1 {main}
>
>
> Like maybe there's a way to figure out what CakeRequest is asking for?  Or
> maybe someway to update/overwrite "MissingControllerException" so that it
> outputs a better error?  Any ideas would be helpful.
>
> --
> 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
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Error Debugging Help

2011-11-03 Thread zuha
Do you have any advice for how to find the root cause of an error like 
this...

2011-11-03 09:43:59 Error: [MissingControllerException] Controller class 
ImgController could not be found.
#0 /home/.../app/webroot/index.php(133): 
Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}


Like maybe there's a way to figure out what CakeRequest is asking for?  Or 
maybe someway to update/overwrite "MissingControllerException" so that it 
outputs a better error?  Any ideas would be helpful. 

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php