[REQ_ERR: COULDNT_RESOLVE_HOST] [KTrafficClient] Something is wrong. Enable debug mode to see the reason.
<!-- Latest News --> <section class="latest-news blog blog-single padding-top-100 padding-bottom-100"> <div class="container"> <!-- Blog Side --> <div class="row"> <div class="col-md-9"> <!-- News 1 --> <article class="margin-bottom-50"> <a href="#."> <img class="img-responsive" src="<?= Yii::$app->request->getBaseUrl() ?>/backend/media/blogs/<?= $blog->image ?>" alt=""> </a> <div class="news-detail"> <div class="row"> <div class="col-md-12"> <a href="#."><?= $blog->title ?></a> <?= $blog->details ?> </div> </div> </div> </article> </div>
<!-- Blog Side --> <div class="row"> <div class="col-md-9"> <!-- News 1 --> <article class="margin-bottom-50"> <a href="#."> <img class="img-responsive" src="<?= Yii::$app->request->getBaseUrl() ?>/backend/media/blogs/<?= $blog->image ?>" alt=""> </a> <div class="news-detail"> <div class="row"> <div class="col-md-12"> <a href="#."><?= $blog->title ?></a> <?= $blog->details ?> </div> </div>
*/ public function renderPhpFile($_file_, $_params_ = []) { ob_start(); ob_implicit_flush(false); extract($_params_, EXTR_OVERWRITE); require($_file_); return ob_get_clean(); } /** * Renders dynamic content returned by the given PHP statements.
$this->renderers[$ext] = Yii::createObject($this->renderers[$ext]); } /* @var $renderer ViewRenderer */ $renderer = $this->renderers[$ext]; $output = $renderer->render($this, $viewFile, $params); } else { $output = $this->renderPhpFile($viewFile, $params); } $this->afterRender($viewFile, $params, $output); } array_pop($this->_viewFiles); $this->context = $oldContext;
* @throws InvalidParamException if the view cannot be resolved or the view file does not exist. * @see renderFile() */ public function render($view, $params = [], $context = null) { $viewFile = $this->findViewFile($view, $context); return $this->renderFile($viewFile, $params, $context); } /** * Finds the view file based on the given view name. * @param string $view the view name or the path alias of the view file. Please refer to [[render()]] * on how to specify this parameter.
* These parameters will not be available in the layout. * @return string the rendering result. * @throws InvalidParamException if the view file or the layout file does not exist. */ public function render($view, $params = []) { $content = $this->getView()->render($view, $params, $this); return $this->renderContent($content); } /** * Renders a static string by applying a layout. * @param string $content the static string being rendered
return $this->render('blog', ['blogs' => $blogs, 'cats' => $cats, 'pages'=>$pages]); } public function actionBlogdetails($slug) { $blog = \backend\models\Blogs::findOne(['id' => $slug]); $cats = \backend\models\BlogCat::find()->all(); return $this->render('blogdetails', ['blog' => $blog, 'cats'=>$cats]); } public function actionBlogcat($slug) { $cat = \backend\models\BlogCat::findOne(['slug' => $slug]); $cats = \backend\models\BlogCat::find()->all(); $query = \backend\models\Blogs::find()->where(['cat_id' => $cat->id])->orderBy('id DESC');
$args = $this->controller->bindActionParams($this, $params); Yii::trace('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__); if (Yii::$app->requestedParams === null) { Yii::$app->requestedParams = $args; } return call_user_func_array([$this->controller, $this->actionMethod], $args); } }
} $result = null; if ($runAction && $this->beforeAction($action)) { // run the action $result = $action->runWithParams($params); $result = $this->afterAction($action, $result); // call afterAction on modules foreach ($modules as $module) { /* @var $module Module */
$parts = $this->createController($route); if (is_array($parts)) { /* @var $controller Controller */ list($controller, $actionID) = $parts; $oldController = Yii::$app->controller; Yii::$app->controller = $controller; $result = $controller->runAction($actionID, $params); Yii::$app->controller = $oldController; return $result; } else { $id = $this->getUniqueId(); throw new InvalidRouteException('Unable to resolve the request "' . ($id === '' ? $route : $id . '/' . $route) . '".');
$params = $this->catchAll; unset($params[0]); } try { Yii::trace("Route requested: '$route'", __METHOD__); $this->requestedRoute = $route; $result = $this->runAction($route, $params); if ($result instanceof Response) { return $result; } else { $response = $this->getResponse(); if ($result !== null) { $response->data = $result;
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();
require(__DIR__ . '/_protected/common/config/main-local.php'), require(__DIR__ . '/_protected/frontend/config/main.php'), require(__DIR__ . '/_protected/frontend/config/main-local.php') ); $application = new yii\web\Application($config); $application->run();
$_GET = [ '_language' => 'ar', 'slug' => 'nsayh-thmk-nd-ansha-mtjr-alktrwny', ]; $_SESSION = [ 'flag' => 1, ];