Note that there are some explanatory texts on larger screens.

plurals
  1. POMulti-module Zend Application
    primarykey
    data
    text
    <p>I having a problem with a Zend Multi Module Application which is:</p> <pre><code>An error occurred Page not found Exception information: Message: Invalid controller specified (JorgeFerrari) Stack trace: #0 C:\Arquivos de programas\Zend\ZendServer\share\ZendFramework\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 C:\Arquivos de programas\Zend\ZendServer\share\ZendFramework\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front-&gt;dispatch() #2 C:\Arquivos de programas\Zend\ZendServer\share\ZendFramework\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap-&gt;run() #3 C:\Arquivos de programas\Zend\Apache2\htdocs\JorgeFerrari\public\index.php(26): Zend_Application-&gt;run() #4 {main} Request Parameters: array ( 'controller' =&gt; 'JorgeFerrari', 'action' =&gt; 'public', 'module' =&gt; 'default', ) </code></pre> <p>I have this in my Application.ini:</p> <pre><code>resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.modules = "" </code></pre> <p>And 3 modules: default, panel, client</p> <p>All of then with their own Bootstrap: (Default_Bootstrap, Panel_Bootstrap, Client_Bootstrap)</p> <p>And all of then with an Index_Controller: (IndexController, Panel_IndexController, Client_IndexController)</p> <p>All the folder structure are right (i guess...)</p> <p>Anything i can do to solve this problem?</p> <p>Thanks in advance, Jorge.</p> <p><strong>EDIT</strong></p> <p>Back to the old problem listed above...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload