ciao a tutti, avevo un applicativo zend che funzionava perfettamente su windows


ho copiato le cartelle su un server lnx ed ora ho qualche problema (solo con alcune pagine, o meglio solo con alcuni controller chiamati)

premetto che il layout lo vedo correttamente, quindi i path sembrano giusti


quando chiamo alcuni controller, la maggior parte, ottengo:

Hi! I've an app that works on my PC, When I copy on server ... layout it's OK but with some page I show this error:

Page not found
Exception information:

Message: Invalid controller specified (wscomuniserviti)
Stack trace:

#0 /home/mhssssss/httpdocs/vvv/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /home/mhssssss/httpdocs/vvv/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 /home/mhssssss/httpdocs/vvv/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 /home/mhssssss/httpdocs/vvv/public/index.php(26): Zend_Application->run()
#4 {main}

Request Parameters:

array (
'controller' => 'webservicetest',
'action' => 'index',
'module' => 'default',
)