1. in /www/wwwroot/www.cwmjy.com/vendor/yiisoft/yii2/web/Session.php at line 221
212213214215216217218219220221222223224225226227228229230
} } public function close() { if ($this->getIsActive()) { YII_DEBUG ? session_write_close() : @session_write_close(); } $this->_forceRegenerateId = null; }
3. in /www/wwwroot/www.cwmjy.com/vendor/yiisoft/yii2/web/Session.php at line 221 – session_write_close()
215216217218219220221222223224225226227
public function close() { if ($this->getIsActive()) { YII_DEBUG ? session_write_close() : @session_write_close(); } $this->_forceRegenerateId = null; }
1016101710181019102010211022102310241025102610271028
protected function freeze() { if ($this->getIsActive()) { if (isset($_SESSION)) { $this->frozenSessionData = $_SESSION; } $this->close(); Yii::info('Session frozen', __METHOD__); } }
1052105310541055105610571058105910601061106210631064
* * @param string $cacheLimiter * @since 2.0.14 */ public function setCacheLimiter($cacheLimiter) { $this->freeze(); session_cache_limiter($cacheLimiter); $this->unfreeze(); }
187188189190191192193194195196197198199
header_remove('Expires'); header_remove('Cache-Control'); header_remove('Last-Modified'); header_remove('Pragma'); } Yii::$app->getSession()->setCacheLimiter($this->sessionCacheLimiter); } $headers = Yii::$app->getResponse()->getHeaders(); if ($this->cacheControlHeader !== null) { $headers->set('Cache-Control', $this->cacheControlHeader);
132133134135136137138139140141142143144
$seed = call_user_func($this->etagSeed, $action, $this->params); if ($seed !== null) { $etag = $this->generateEtag($seed); } } $this->sendCacheControlHeader(); $response = Yii::$app->getResponse(); if ($etag !== null) { $response->getHeaders()->set('Etag', $etag); }
71727374757677787980818283
public function beforeFilter($event) { if (!$this->isActive($event->action)) { return; } $event->isValid = $this->beforeAction($event->action); if ($event->isValid) { $this->owner->on(Controller::EVENT_AFTER_ACTION, [$this, 'afterFilter'], null, false); } else { $event->handled = true;
10. in /www/wwwroot/www.cwmjy.com/vendor/yiisoft/yii2/base/Component.php at line 633 – call_user_func()
627628629630631632633634635636637638639
$event->sender = $this; } $event->handled = false; $event->name = $name; foreach ($eventHandlers as $handler) { $event->data = $handler[1]; call_user_func($handler[0], $event); if ($event->handled) { return; } } }
291292293294295296297298299300301302303
* @param Action $action the action to be executed. * @return bool whether the action should continue to run. */ public function beforeAction($action) { $event = new ActionEvent($action); $this->trigger(self::EVENT_BEFORE_ACTION, $event); return $event->isValid; }
215216217218219220221222223224225226227
public function beforeAction($action) { if (parent::beforeAction($action)) { if ($this->enableCsrfValidation && Yii::$app->getErrorHandler()->exception === null && !$this->request->validateCsrfToken()) { throw new BadRequestHttpException(Yii::t('yii', 'Unable to verify your data submission.')); } return true; }
170171172173174175176177178179180181182
break; } } $result = null; if ($runAction && $this->beforeAction($action)) { $result = $action->runWithParams($params); $result = $this->afterAction($action, $result);
546547548549550551552553554555556557558
$parts = $this->createController($route); if (is_array($parts)) { list($controller, $actionID) = $parts; $oldController = Yii::$app->controller; Yii::$app->controller = $controller; $result = $controller->runAction($actionID, $params); if ($oldController !== null) { Yii::$app->controller = $oldController; } return $result; }
979899100101102103104105106107108109
$params = $this->catchAll; unset($params[0]); } try { Yii::debug("Route requested: '$route'", __METHOD__); $this->requestedRoute = $route; $result = $this->runAction($route, $params); if ($result instanceof Response) { return $result; } $response = $this->getResponse(); if ($result !== null) {
378379380381382383384385386387388389390
{ try { $this->state = self::STATE_BEFORE_REQUEST; $this->trigger(self::EVENT_BEFORE_REQUEST); $this->state = self::STATE_HANDLING_REQUEST; $response = $this->handleRequest($this->getRequest()); $this->state = self::STATE_AFTER_REQUEST; $this->trigger(self::EVENT_AFTER_REQUEST); $this->state = self::STATE_SENDING_RESPONSE; $response->send();
10111213141516
$config = yiihelpersArrayHelper::merge( require __DIR__ . '/../../common/config/main.php', require __DIR__ . '/../../common/config/main-local.php', require __DIR__ . '/../config/main.php', require __DIR__ . '/../config/main-local.php' ); (new yiiwebApplication($config))->run();
Warning: file_put_contents(): Only -1 of 43791 bytes written, possibly out of free disk space in /www/wwwroot/www.cwmjy.com/vendor/yiisoft/yii2-debug/src/LogTarget.php on line 67
Warning: file_put_contents(): Only -1 of 43792 bytes written, possibly out of free disk space in /www/wwwroot/www.cwmjy.com/vendor/yiisoft/yii2-debug/src/LogTarget.php on line 67
相关知识
Write of 379 bytes failed with errno=28 No space left on device (500 Internal Server Error)
绿会BASE秘书长:宠物经营场所应达到最低标准,并保证宠物可追溯|借鉴欧盟宠物法律
基本数学问题
国际知名动物行为学专家萨拉普拉托任中国绿发会生物与科学伦理委员会副秘书长
原创 iRobot Roomba i7+被外媒评为2019年度清理宠物毛发最佳扫地机
国际知名动物行为学专家萨拉•普拉托任中国绿发会生物与科学伦理委员会副秘书长
宠物服装市场基础(主要地区、市场参与者、规模和份额)
暗黑破坏神3单机破解版使用教程
宠物食品销策划.doc
一种智能感应宠物玩具制造技术
网址: yii\base\ErrorException https://m.mcbbbk.com/newsview317833.html
上一篇: 有声小说q宠萝莉小情人 |
下一篇: 猫咪羊奶粉什么牌子好 |