PHP warning

require_once(404.php): failed to open stream: No such file or directory

/var/www/vhosts/bonetti.com.br/httpdocs/RequestManager.php(172)

160         }
161 
162         if(!empty($_GET['ajax_nocache'])){
163             ob_start();
164 
165             require_once($require_file);
166             $html = ob_get_clean();
167             Utf8::encode($html);
168             echo $html;
169             exit;
170         }
171 
172         require_once($require_file);
173         exit;
174 
175     }
176 
177 }
178 ?>

Stack Trace

#0
+
 /var/www/vhosts/bonetti.com.br/httpdocs/RequestManager.php(172): RequestManager::run()
167             Utf8::encode($html);
168             echo $html;
169             exit;
170         }
171 
172         require_once($require_file);
173         exit;
174 
175     }
176 
177 }
#1
+
 /var/www/vhosts/bonetti.com.br/httpdocs/index.php(38): RequestManager->run(array("/" => "inicial.php", "/sobre" => "sobre.php", "/implementos-novos" => "implementos-novos.php", "/listagem-implementos-novos" => "novos-listagem.php", ...))
33     '/eventos'=>'listagem-eventos.php',
34     '/eventos/(?P<page>\d+)'=>'listagem-eventos.php',
35     '/evento/(?P<id>\d+)/(?P<tit>\S+)'=>'single-eventos.php',
36 );
37 
38 $request_manager->run($rotas);
39 ?>
2024-03-28 07:28:30 Apache Yii Framework/1.1.13