Phroute \ Phroute \ Exception \ HttpRouteNotFoundException
Route post/320848/post/category/9/%d9%82%d8%b5%d8%b5-%d9%86%d8%ac%d8%a7%d8%ad does not exist Phroute\Phroute\Exception\HttpRouteNotFoundException thrown with message "Route post/320848/post/category/9/%d9%82%d8%b5%d8%b5-%d9%86%d8%ac%d8%a7%d8%ad does not exist" Stacktrace: #5 Phroute\Phroute\Exception\HttpRouteNotFoundException in /home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php:218 #4 Phroute\Phroute\Dispatcher:dispatchVariableRoute in /home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php:123 #3 Phroute\Phroute\Dispatcher:dispatchRoute in /home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php:47 #2 Phroute\Phroute\Dispatcher:dispatch in /home/qwafil/public_html/system/o2/classes/app.php:115 #1 App:dispatch in /home/qwafil/public_html/system/o2/classes/app.php:96 #0 App:run in /home/qwafil/public_html/index.php:7
Stack frames (6):
5 Phroute\Phroute\Exception\HttpRouteNotFoundException
…/­vendor/­phroute/­phroute/­src/­Phroute/­Dispatcher.php218
4 Phroute\Phroute\Dispatcher dispatchVariableRoute
…/­vendor/­phroute/­phroute/­src/­Phroute/­Dispatcher.php123
3 Phroute\Phroute\Dispatcher dispatchRoute
…/­vendor/­phroute/­phroute/­src/­Phroute/­Dispatcher.php47
2 Phroute\Phroute\Dispatcher dispatch
…/­o2/­classes/­app.php115
1 App dispatch
…/­o2/­classes/­app.php96
0 App run
/­home/­qwafil/­public_html/­index.php7
/home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php
                else
                {
                    $routes[$httpMethod][2][$varName] = $matches[$i + 1];
                }
            }
 
            return $routes[$httpMethod];
        }
 
        throw new HttpRouteNotFoundException('Route ' . $uri . ' does not exist');
    }
}
 
/home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php
     * @throws Exception\HttpRouteNotFoundException
     */
    private function dispatchRoute($httpMethod, $uri)
    {
        if (isset($this->staticRouteMap[$uri]))
        {
            return $this->dispatchStaticRoute($httpMethod, $uri);
        }
        
        return $this->dispatchVariableRoute($httpMethod, $uri);
    }
 
    /**
     * Handle the dispatching of static routes.
     *
     * @param $httpMethod
     * @param $uri
     * @return mixed
     * @throws Exception\HttpMethodNotAllowedException
     */
/home/qwafil/public_html/system/vendor/phroute/phroute/src/Phroute/Dispatcher.php
    /**
     * Dispatch a route for the given HTTP Method / URI.
     *
     * @param $httpMethod
     * @param $uri
     * @return mixed|null
     */
    public function dispatch($httpMethod, $uri)
    {
        list($handler, $filters, $vars) = $this->dispatchRoute($httpMethod, trim($uri, '/'));
 
        list($beforeFilter, $afterFilter) = $this->parseFilters($filters);
 
        if(($response = $this->dispatchFilters($beforeFilter)) !== null)
        {
            return $response;
        }
        
        $resolvedHandler = $this->handlerResolver->resolve($handler);
        
/home/qwafil/public_html/system/o2/classes/app.php
            }
        }
    }
 
    protected static function dispatch($router)
    {
        $dispatcher = new Dispatcher($router->getData());
        $base_url = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
        $base_url = trim_string($base_url, config('app.base_folder'));
        $callback_response = $dispatcher->dispatch($_SERVER['REQUEST_METHOD'], $base_url);
        if (is_callable(static::$finish))
            call_user_func(static::$finish);
        if ($callback_response) {
            response($callback_response);
        }
    }
}
/home/qwafil/public_html/system/o2/classes/app.php
        if ($attributes[0] == config('app.admin'))
            App::$is_admin = true;
        $router = App::$router;
        require_once APP_FOLDER . 'route.php';
        if (App::$is_admin) require_once ADMIN_FOLDER . 'route.php';
        require_once APP_FOLDER . '/filters.php';
        App::$router = $router;
        if (config('app.debug') or Auth::dev()) {
            Extensions::debug();
            self::dispatch($router);
        } else {
            try {
                self::dispatch($router);
            } catch (\Phroute\Phroute\Exception\HttpRouteNotFoundException $exception) {
                app_log($exception->getMessage());
                abort(404);
            } catch (Exception $exception) {
                app_log($exception->getMessage());
                abort(500);
            }
/home/qwafil/public_html/index.php
<?php
require_once 'start.php';
date_default_timezone_set(Config::get('app.time_zone'));
//if (config('app.debug'))
//    Extensions::debug();
$app = new App();
$app->run();
//todo see what is recipe vendor !!!

Environment & details:

empty
empty
empty
empty
Key Value
_token 4514f721eb02669d5b3b0349113357f6
Key Value
USER qwafil
HOME /home/qwafil
SCRIPT_NAME /index.php
REQUEST_URI /post/320848/post/category/9/%d9%82%d8%b5%d8%b5-%d9%86%d8%ac%d8%a7%d8%ad
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /post/320848/post/category/9/قصص-نجاح
REMOTE_PORT 49786
SCRIPT_FILENAME /home/qwafil/public_html/index.php
SERVER_ADMIN webmaster@qawafilalkhair.com
CONTEXT_DOCUMENT_ROOT /home/qwafil/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/qwafil/public_html
REMOTE_ADDR 52.207.218.95
SERVER_PORT 443
SERVER_ADDR 95.217.73.111
SERVER_NAME qawafilalkhair.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_X_HTTPS 1
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_X_REAL_IP ::ffff:52.207.218.95
HTTP_X_FORWARDED_SERVER qawafilalkhair.com
HTTP_X_FORWARDED_PROTO https
HTTP_X_FORWARDED_PORT 443
HTTP_X_FORWARDED_HOST qawafilalkhair.com
HTTP_REFERER http://qawafilalkhair.com/post/320848/post/category/9/%D9%82%D8%B5%D8%B5-%D9%86%D8%AC%D8%A7%D8%AD
HTTP_HOST qawafilalkhair.com
proxy-nokeepalive 1
HTTPS on
SCRIPT_URI https://qawafilalkhair.com/post/320848/post/category/9/قصص-نجاح
SCRIPT_URL /post/320848/post/category/9/قصص-نجاح
UNIQUE_ID ZgWenoHal7yvHAvSheRo3wAAAAI
REDIRECT_STATUS 200
REDIRECT_HTTPS on
REDIRECT_SCRIPT_URI https://qawafilalkhair.com/post/320848/post/category/9/قصص-نجاح
REDIRECT_SCRIPT_URL /post/320848/post/category/9/قصص-نجاح
REDIRECT_UNIQUE_ID ZgWenoHal7yvHAvSheRo3wAAAAI
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711644318.7859
REQUEST_TIME 1711644318
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler