ERROR: CitoPHPException: ActionController for module: de - not found.
FILE: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php LINE: 139
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php
line: 97
function: getActionControllerIndexAndParam
class: CitoPHPFrontController
type: ->
source:93: * @return CitoPHPActionController Action controller
94: */
95: protected function getActionController()
96: {
97: return $this->getActionControllerIndexAndParam();
98:
99: //return $this->getActionControllerGoAndParam();
100: }
101:
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php
line: 97
function: getActionControllerIndexAndParam
class: CitoPHPFrontController
type: ->
source:93: * @return CitoPHPActionController Action controller
94: */
95: protected function getActionController()
96: {
97: return $this->getActionControllerIndexAndParam();
98:
99: //return $this->getActionControllerGoAndParam();
100: }
101:
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php
line: 78
function: getActionController
class: CitoPHPFrontController
type: ->
source:74: try
75: {
76:
77:
78: $modelAndView = $this->getActionController()->doAction();
79:
80:
81: $this->viewRenderer->render($modelAndView);
82:
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php
line: 97
function: getActionControllerIndexAndParam
class: CitoPHPFrontController
type: ->
source:93: * @return CitoPHPActionController Action controller
94: */
95: protected function getActionController()
96: {
97: return $this->getActionControllerIndexAndParam();
98:
99: //return $this->getActionControllerGoAndParam();
100: }
101:
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/CITOPHP_2011/LayerApplication/CitoPHPFrontController.class.php
line: 78
function: getActionController
class: CitoPHPFrontController
type: ->
source:74: try
75: {
76:
77:
78: $modelAndView = $this->getActionController()->doAction();
79:
80:
81: $this->viewRenderer->render($modelAndView);
82:
file: /home/www/a593e5394c9a44a09607d52efc86a8a8/web/index.php
line: 8
function: doService
class: CitoPHPFrontController
type: ->
source:4:
5: require_once './CITOPHP_2011/init.php';
6:
7: $frontController = new CitoPHPFrontController(CitoPHPHttpRequest::getInstance(), new CitoPHPViewRenderer);
8: $frontController->doService();
9: ?>
10:
11:
12: