Random Missing Controller Exception in CakePHP error logs -


i'm seeing random missing controller exceptions in cakephp logs such following.

error: [missingcontrollerexception] controller class imgcontroller not found.

error: [missingcontrollerexception] controller class csscontroller not found.

in cases noticed these errors happen around same time customers have complained not able use application.

i've checked make sure folders indeed there. said happens randomly. of times css , images load fine.

should custom handling these errors? why these errors happen in first place?

could related our hosting service provider? io problem?

any help/thoughts appreciated.

thanks in advance.

~suresh


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -