/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/YiiBase.php(432)
420 { 421 include($classFile); 422 if(YII_DEBUG && basename(realpath($classFile))!==$className.'.php') 423 throw new CException(Yii::t('yii','Class name "{class}" does not match class file "{file}".', array( 424 '{class}'=>$className, 425 '{file}'=>$classFile, 426 ))); 427 break; 428 } 429 } 430 } 431 else 432 include($className.'.php'); 433 } 434 else // class name with namespace in PHP 5.3 435 { 436 $namespace=str_replace('\\','.',ltrim($className,'\\')); 437 if(($path=self::getPathOfAlias($namespace))!==false && is_file($path.'.php')) 438 include($path.'.php'); 439 else 440 return false; 441 } 442 return class_exists($className,false) || interface_exists($className,false); 443 } 444 return true;
#0 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/YiiBase.php(432): include() 427 break; 428 } 429 } 430 } 431 else 432 include($className.'.php'); 433 } 434 else // class name with namespace in PHP 5.3 435 { 436 $namespace=str_replace('\\','.',ltrim($className,'\\')); 437 if(($path=self::getPathOfAlias($namespace))!==false && is_file($path.'.php')) |
#1 |
unknown(0): YiiBase::autoload("NotFoundHttpException")
|
#2 |
+
–
/data/b3/baltika3.ru/public/public/promo/protected/models/Crm.php(442): spl_autoload_call("NotFoundHttpException") 437 die;*/ 438 439 440 441 if (curl_errno($ch) > 0) { 442 throw new NotFoundHttpException(curl_error($ch).' ('.curl_errno($ch).')'); 443 } 444 445 curl_close($ch); 446 447 if ($parseJson) { |
#3 |
+
–
/data/b3/baltika3.ru/public/public/promo/protected/models/Crm.php(29): Crm->makeRequest("ApiAuthUser", array("data" => array("login" => "PET2019", "password" => "Hd83qJ1baD3"))) 24 25 if ($t2 - $t1 > 60 * 60 * 20 || empty($this->token)) { 26 $response = $this->makeRequest('ApiAuthUser', [ 27 'data' => [ 28 'login' => $this->api_t_user, 29 'password' => $this->api_t_password, 30 ], 31 ]); 32 33 $this->token = $response->access_token; 34 |
#4 |
+
–
/data/b3/baltika3.ru/public/public/promo/protected/components/Controller.php(91): Crm->checkUpdateToken() 86 { 87 if ($action->id == 'logout' || $action->id == 'import') 88 return parent::beforeAction($action); 89 90 91 $this->crm->checkUpdateToken(); 92 93 94 if (!( 95 ($this->id == 'site' && ($this->action->id == 'age' || $this->action->id == 'agegate' || $this->action->id == 'activate' || $this->action->id == 'test' || $this->action->id == 'error' || $this->action->id == 'message')) || 96 ($this->id == 'profile' && ($this->action->id == 'unsubscribe')) |
#5 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/web/CController.php(306): Controller->beforeAction(CInlineAction) 301 */ 302 public function runAction($action) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); |
#6 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#7 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#8 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/web/CWebApplication.php(282): CController->run("index") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
#9 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/web/CWebApplication.php(141): CWebApplication->runController("site/index") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#10 |
+
–
/data/b3/baltika3.ru/public/public/promo/yii-1.1.17.467ff50/framework/base/CApplication.php(185): CWebApplication->processRequest() 180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
#11 |
+
–
/data/b3/baltika3.ru/public/public/promo/index.php(12): CApplication->run() 07 defined('YII_DEBUG') or define('YII_DEBUG',true); 08 // specify how many levels of call stack should be shown in each log message 09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 10 11 require_once($yii); 12 Yii::createWebApplication($config)->run(); 13 ?> |