[PDF] CHỌN MỘT CHƯƠNG TRÌNH HỌC VET

yii\web\NotFoundHttpException: Page not found. in /var/www/ccc.vic.edu.au/vendor/craftcms/cms/src/web/Request.php:1437 Stack trace: #0 /var/www/ccc.vic.edu.au/vendor/yiisoft/yii2/web/Application.php(82): craft\web\Request->resolve() #1 /var/www/ccc.vic.edu.au/vendor/craftcms/cms/src/web/Application.php(328): yii\web\Application->handleRequest() #2 /var/www/ccc.vic.edu.au/vendor/yiisoft/yii2/base/Application.php(384): craft\web\Application->handleRequest() #3 /var/www/ccc.vic.edu.au/web/index.php(12): yii\base\Application->run() #4 {main} Copied! Copy Stacktrace Search Stackoverflow Search Google Exception HTTP 404 – Not Found – yii\web\NotFoundHttpException

Page not found.

  • 1. in /var/www/ccc.vic.edu.au/vendor/craftcms/cms/src/web/Request.php at line 1437 1428142914301431143214331434143514361437143814391440144114421443144414451446 } /** * @inheritdoc * @internal Based on \yii\web\Request::resolve(), but we don't modify $_GET/$this->_queryParams in the process. */ public function resolve(): array { if (($result = Craft::$app->getUrlManager()->parseRequest($this)) === false) { throw new NotFoundHttpException(Craft::t('yii', 'Page not found.')); } [$route, $params] = $result; /** @noinspection AdditionOperationOnArraysInspection */ return [$route, $params + $this->getQueryParams()]; } /**
  • 2. in /var/www/ccc.vic.edu.au/vendor/yiisoft/yii2/web/Application.php at line 82 – craft\web\Request::resolve() 76777879808182838485868788 * @throws NotFoundHttpException if the requested route is invalid */ public function handleRequest($request) { if (empty($this->catchAll)) { try { list($route, $params) = $request->resolve(); } catch (UrlNormalizerRedirectException $e) { $url = $e->url; if (is_array($url)) { if (isset($url[0])) { // ensure the route is absolute $url[0] = '/' . ltrim($url[0], '/');
  • 3. in /var/www/ccc.vic.edu.au/vendor/craftcms/cms/src/web/Application.php at line 328 – yii\web\Application::handleRequest() 322323324325326327328329330331332333334 if (($response = $this->_processActionRequest($request)) !== null) { return $response; } // If we’re still here, finally let Yii do its thing. try { return parent::handleRequest($request); } catch (Throwable $e) { $this->_unregisterDebugModule(); throw $e; } }
  • 4. in /var/www/ccc.vic.edu.au/vendor/yiisoft/yii2/base/Application.php at line 384 – craft\web\Application::handleRequest() 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();
  • 5. in /var/www/ccc.vic.edu.au/web/index.php at line 12 – yii\base\Application::run() 6789101112 // Load shared bootstrap require dirname(__DIR__) . '/bootstrap.php'; // Load and run Craft /** @var craft\web\Application $app */ $app = require CRAFT_VENDOR_PATH . '/craftcms/cms/bootstrap/web.php'; $app->run();
$_GET = [ 'p' => 'wp-content/uploads/2019/07/VET-Flyer-2019_Vietnamese_Web.pdf', ]; Yii Framework

2026-01-21, 20:23:34

Apache/2.4.64 (Ubuntu)

Yii Framework/2.0.52

Từ khóa » Dạy Vet