/home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619)
2607 $this->render('delete_ad',array('msgs'=>$msgs,'deleteSuccess'=>$deleteSuccess)); 2608 2609 } 2610 2611 2612 2613 public function actionFeed() 2614 2615 { 2616 2617 Yii::import('application.vendors.*'); 2618 2619 require_once 'Zend/Loader/Autoloader.php'; 2620 2621 spl_autoload_unregister(array('YiiBase','autoload')); 2622 2623 spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 2624 2625 spl_autoload_register(array('YiiBase','autoload')); 2626 2627 2628 2629 // category 2630 2631 $cat_id = $this->get('cat_id',0);
#0 |
+
–
/home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619): CApplication->handleError(2, "require_once(Zend/Loader/Autoloader.php): failed to open stream:...", "/home/zikbay/public_html/protected/modules/Ads/controllers/AdCon...", 2619, ...) 2614 2615 { 2616 2617 Yii::import('application.vendors.*'); 2618 2619 require_once 'Zend/Loader/Autoloader.php'; 2620 2621 spl_autoload_unregister(array('YiiBase','autoload')); 2622 2623 spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 2624 |
#1 |
+
–
/home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619): AdController::actionFeed() 2614 2615 { 2616 2617 Yii::import('application.vendors.*'); 2618 2619 require_once 'Zend/Loader/Autoloader.php'; 2620 2621 spl_autoload_unregister(array('YiiBase','autoload')); 2622 2623 spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 2624 |
#2 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/actions/CInlineAction.php(50): AdController->actionFeed() 45 $controller=$this->getController(); 46 $method=new ReflectionMethod($controller, $methodName); 47 if($method->getNumberOfParameters()>0) 48 return $this->runWithParamsInternal($controller, $method, $params); 49 else 50 return $controller->$methodName(); 51 } 52 53 } |
#3 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/CController.php(300): CInlineAction->runWithParams(array("cat_id" => "27", "location" => "")) 295 { 296 $priorAction=$this->_action; 297 $this->_action=$action; 298 if($this->beforeAction($action)) 299 { 300 if($action->runWithParams($this->getActionParams())===false) 301 $this->invalidActionParams($action); 302 else 303 $this->afterAction($action); 304 } 305 $this->_action=$priorAction; |
#4 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/CController.php(278): CController->runAction(CInlineAction) 273 * @see runAction 274 */ 275 public function runActionWithFilters($action,$filters) 276 { 277 if(empty($filters)) 278 $this->runAction($action); 279 else 280 { 281 $priorAction=$this->_action; 282 $this->_action=$action; 283 CFilterChain::create($this,$action,$filters)->run(); |
#5 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/CController.php(257): CController->runActionWithFilters(CInlineAction, array()) 252 { 253 if(($parent=$this->getModule())===null) 254 $parent=Yii::app(); 255 if($parent->beforeControllerAction($this,$action)) 256 { 257 $this->runActionWithFilters($action,$this->filters()); 258 $parent->afterControllerAction($this,$action); 259 } 260 } 261 else 262 $this->missingAction($actionID); |
#6 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/CWebApplication.php(328): CController->run("feed") 323 { 324 list($controller,$actionID)=$ca; 325 $oldController=$this->_controller; 326 $this->_controller=$controller; 327 $controller->init(); 328 $controller->run($actionID); 329 $this->_controller=$oldController; 330 } 331 else 332 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 333 array('{route}'=>$route===''?$this->defaultController:$route))); |
#7 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/web/CWebApplication.php(121): CWebApplication->runController("Ads/ad/feed/cat_id/27/location") 116 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 117 $_GET[$name]=$value; 118 } 119 else 120 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 121 $this->runController($route); 122 } 123 124 /** 125 * Registers the core application components. 126 * This method overrides the parent implementation by registering additional core components. |
#8 |
+
–
/home/zikbay/public_html/yii-1.1.7.r3135/framework/base/CApplication.php(155): CWebApplication->processRequest() 150 */ 151 public function run() 152 { 153 if($this->hasEventHandler('onBeginRequest')) 154 $this->onBeginRequest(new CEvent($this)); 155 $this->processRequest(); 156 if($this->hasEventHandler('onEndRequest')) 157 $this->onEndRequest(new CEvent($this)); 158 } 159 160 /** |
#9 |
+
–
/home/zikbay/public_html/index.php(25): CApplication->run() 20 ) 21 { 22 require_once(dirname(__FILE__).'/protected/modules/install/install.php'); 23 }else{ 24 require_once($yii); 25 Yii::createWebApplication($config)->run(); 26 } |