Symfony \ Component \ Routing \ Exception \ ResourceNotFoundException
No routes found for "/%25D8%25AF%25D8%25A7%25D9%2586%25D8%25B4%25DA%25AF%25D8%25A7%25D9%2587/197/www.studyabroad.ge". Symfony\Component\Routing\Exception\ResourceNotFoundException thrown with message "No routes found for "/%25D8%25AF%25D8%25A7%25D9%2586%25D8%25B4%25DA%25AF%25D8%25A7%25D9%2587/197/www.studyabroad.ge"." Stacktrace: #2 Symfony\Component\Routing\Exception\ResourceNotFoundException in /home/studyabroad/domains/studyabroad.ge/vendor/symfony/routing/Matcher/UrlMatcher.php:98 #1 Symfony\Component\Routing\Matcher\UrlMatcher:match in /home/studyabroad/domains/studyabroad.ge/framework/Http/Kernel.php:39 #0 Framework\Http\Kernel:handle in /home/studyabroad/domains/studyabroad.ge/public_html/index.php:15
Stack frames (3)
2
Symfony
\
Component
\
Routing
\
Exception
\
ResourceNotFoundException
/
vendor
/
symfony
/
routing
/
Matcher
/
UrlMatcher.php
98
1
Symfony
\
Component
\
Routing
\
Matcher
\
UrlMatcher
match
/
framework
/
Http
/
Kernel.php
39
0
Framework
\
Http
\
Kernel
handle
/
public_html
/
index.php
15
/
home
/
studyabroad
/
domains
/
studyabroad.ge
/
vendor
/
symfony
/
routing
/
Matcher
/
UrlMatcher.php
     */
    public function getContext()
    {
        return $this->context;
    }
 
    /**
     * {@inheritdoc}
     */
    public function match($pathinfo)
    {
        $this->allow = array();
 
        if ($ret = $this->matchCollection(rawurldecode($pathinfo), $this->routes)) {
            return $ret;
        }
 
        throw 0 < count($this->allow)
            ? new MethodNotAllowedException(array_unique($this->allow))
            : new ResourceNotFoundException(sprintf('No routes found for "%s".', $pathinfo));
    }
 
    /**
     * {@inheritdoc}
     */
    public function matchRequest(Request $request)
    {
        $this->request = $request;
 
        $ret = $this->match($request->getPathInfo());
 
        $this->request = null;
 
        return $ret;
    }
 
    public function addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider)
    {
        $this->expressionLanguageProviders[] = $provider;
    }
/
home
/
studyabroad
/
domains
/
studyabroad.ge
/
framework
/
Http
/
Kernel.php
{
 
    protected $routes;
    protected $dispatcher;
 
    public function __construct(EventDispatcher $dispatcher)
    {
        MySession::start();
        $this->routes = Routes::all();
        $this->dispatcher = $dispatcher;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    { 
        $context = new RequestContext();
        $context->fromRequest($request); 
        $path = $request->getPathInfo();
        $matcher = new UrlMatcher($this->routes, $context); 
       // try {
            extract($matcher->match($path), EXTR_SKIP);
            ob_start();
            $request->attributes->add($matcher->match($path));
            $arguments=array($request,$_route);
            if(isset($param)){$arguments=array($request,$_route,$param);} 
            $b_continue=true;
            if($request->isMethod('POST')){$before['Cms\Before\Csrf']='Csrf';}
            if(isset($before)){
                foreach($before as $mid_key=>$mid_item){
                    $classname_mid=$mid_key;
                    $obj_mid = new  $classname_mid();
                    $res =$obj_mid->handle($request,$mid_item);
                    if($res===true){ 
                    }else{
                        $response=$res;
                        $b_continue=false;
                        break;
                    }
                }
            } 
            if($b_continue){
/
home
/
studyabroad
/
domains
/
studyabroad.ge
/
public_html
/
index.php
<?php
 
 
require  '..'.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
$er_1=new \Framework\Error\Error();
$er_1->fire();
use Symfony\Component\EventDispatcher\EventDispatcher;
 
 
$request = Symfony\Component\HttpFoundation\Request::createFromGlobals();
$dispatcher = new EventDispatcher();
 
 
$framework = new Framework\Http\Kernel($dispatcher);
$response = $framework->handle($request); 
$response->send();
exit();

Environment & details:

empty
empty
empty
empty
Key Value
timeout_idle 1711656823
Key Value
PATH /usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT */*
HTTP_HOST studyabroad.ge
HTTP_USER_AGENT claudebot
DOCUMENT_ROOT /home/studyabroad/domains/studyabroad.ge/public_html
REMOTE_ADDR 44.211.117.101
REMOTE_PORT 40934
SERVER_ADDR 45.89.237.90
SERVER_NAME studyabroad.ge
SERVER_ADMIN webmaster@studyabroad.ge
SERVER_PORT 80
REQUEST_SCHEME http
REQUEST_URI /%25D8%25AF%25D8%25A7%25D9%2586%25D8%25B4%25DA%25AF%25D8%25A7%25D9%2587/197/www.studyabroad.ge
REDIRECT_URL /%D8%AF%D8%A7%D9%86%D8%B4%DA%AF%D8%A7%D9%87/197/www.studyabroad.ge
REDIRECT_REQUEST_METHOD GET
REDIRECT_STATUS 200
SCRIPT_FILENAME /home/studyabroad/domains/studyabroad.ge/public_html/index.php
QUERY_STRING
SCRIPT_URI http://studyabroad.ge/%D8%AF%D8%A7%D9%86%D8%B4%DA%AF%D8%A7%D9%87/197/www.studyabroad.ge
SCRIPT_URL /%D8%AF%D8%A7%D9%86%D8%B4%DA%AF%D8%A7%D9%87/197/www.studyabroad.ge
SCRIPT_NAME /index.php
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE LiteSpeed
REQUEST_METHOD GET
X-LSCACHE on
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711644823.0135
REQUEST_TIME 1711644823
Key Value
PATH /usr/local/bin:/bin:/usr/bin
0. Whoops\Handler\PrettyPageHandler