Strict Standards: Only variables should be passed by reference in /data/apache/www/Libraries/APP/Controller/Error.php on line 6
Warning: Creating default object from empty value in /data/apache/www/Libraries/APP/Controller/Error.php on line 8
Error:categoryController::categoryAction Action not exists!
at () in Standard.php line 102
.. /data/apache/www/Libraries/APP/Controller/Dispatcher/Standard.php
- protected static function throwMvcException($msg)
- {
- require_once('APP/Controller/Exception.php');
- throw new APP_Controller_Exception($msg, 404);
- }
- }
-
at APP_Controller_Dispatcher_Standard::throwMvcException ('categoryController::categoryAction Action not exists!') in Standard.php line 50
.. /data/apache/www/Libraries/APP/Controller/Dispatcher/Standard.php
- */
-
- } else {
- self::throwMvcException(get_class($controller) .'::' .$action . ' Action not exists!');
- }
-
- $controller->postDispatch();
at APP_Controller_Dispatcher_Standard::dispatch (
object('APP_Controller_Request_Http'),
object('APP_Controller_Response_Http')) in Front.php line 396
.. /data/apache/www/Libraries/APP/Controller/Front.php
- $this->_plugins->preDispatch($request);
-
- try {
- $this->_dispatcher->dispatch($request, $response);
- } catch (Exception $e){
- $this->_response->setException($e);
- }
at APP_Controller_Front->forwardRequest (
object('APP_Controller_Request_Http'),
object('APP_Controller_Response_Http')) in Front.php line 372
.. /data/apache/www/Libraries/APP/Controller/Front.php
- try
- {
- $this->_router->route($this->_request);
- $this->forwardRequest($this->_request, $this->_response);
-
- }catch (Exception $e){
- $this->_response->setException($e);
at APP_Controller_Front->dispatch () in index.php line 94
.. /data/apache/www/www.yeecare.com/Entry/index.php
- $front = APP_Controller_Front::getInstance();
- require(BASE_PATH.'/Application/Controller/_plugins/Yeecarelogin.php');
- $front->registerPlugin(new Yeecarelogin(), 1);
- $front ->dispatch();
-
-
-