Рессора уаз буханка задняя схема

PHP Notice – yii\base\ErrorException

2. in /home/web/uaz/frontend/controllers/ManualController.php at line 112 – yii\base\ErrorHandler::handleError( 8 , ‘Trying to get property of non-ob. ‘ , ‘/home/web/uaz/frontend/controlle. ‘ , 112 , . )

> if (!$model->image) < throw new NotFoundHttpException('Категория без чертежа.'); >$dataProvider = new ArrayDataProvider([ 'allModels' => $category->manualProducts, 'pagination' => false, ]); return $this->render('image', [ 'dataProvider' => $dataProvider, 'model' => $model,

4. in /home/web/uaz/vendor/yiisoft/yii2/base/InlineAction.php at line 57 – call_user_func_array([ frontend\controllers\ManualController , ‘actionImage’ ], [ ‘1’ , null ])

$args = $this->controller->bindActionParams($this, $params); Yii::debug('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); > >

5. in /home/web/uaz/vendor/yiisoft/yii2/base/Controller.php at line 157 – yii\base\InlineAction::runWithParams([ ‘id’ => ‘1’ , ‘amp;categoryId’ => ‘104’ ])

> $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 */

6. in /home/web/uaz/vendor/yiisoft/yii2/base/Module.php at line 528 – yii\base\Controller::runAction( 'image' , [ 'id' => '1' , 'amp;categoryId' => '104' ])

$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); if ($oldController !== null) < Yii::$app->controller = $oldController; > return $result; >

7. in /home/web/uaz/vendor/yiisoft/yii2/web/Application.php at line 103 – yii\base\Module::runAction( 'manual/image' , [ 'id' => '1' , 'amp;categoryId' => '104' ])

$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) 

8. in /home/web/uaz/vendor/yiisoft/yii2/base/Application.php at line 386 – yii\web\Application::handleRequest( yii\web\Request )

< 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__ . '/../../common/config/main.php'), require(__DIR__ . '/../../common/config/main-local.php'), require(__DIR__ . '/../config/main.php'), require(__DIR__ . '/../config/main-local.php') ); (new yii\web\Application($config))->run();
$_GET = [ 'id' => '1', 'amp;categoryId' => '104', ];

Источник

Читайте также:  Откручивается задняя полуось на уазе
Оцените статью
Adblock
detector