Message [Exception] File '/web/mvc/controllers/solutions.php' of controller 'solutions' is not found
Source: /data/www/pp/PP.php in 129
            $dir str_replace("."DS$filename);
            
$file $mainRoot DS $dir ".php";
            if (!
is_file($file)) {
                if (
$path == "favicon.ico") {
                    return;
                }
                
$file preg_replace("/^" preg_quote(PP_ROOT"/") . "/"""$file);
                throw new \Exception("File '{$file}' of controller '{$controller}' is not found");
            }
            require(
$file);
            
$class ucfirst(pp_name_to_java($controller)) . "Controller";
            if (!
class_exists($classfalse)) {
                
$class $module "\\mvc\\controllers\\" str_replace("/""\\"preg_replace("/\\w+$/"""$dir)) . $class;

                if (!
class_exists($classfalse)) {
                    
$file realpath($file);
#0 /data/www/Downloads/web/scripts/dispatch.php(11): pp\PP::start()
#1 /data/www/Downloads/web/public/index.php(32): require('/data/www/Downl...')
#2 {main}
 Powered by PP1.0 [Reload]