PHP warning

require_once(404.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory

/var/www/html/jaequipamentos.com.br/web/RequestManager.php(186)

174             }
175         }
176 
177         if (!empty($_GET['ajax_nocache'])) {
178             ob_start();
179             require_once($require_file);
180             $html = ob_get_clean();
181             Utf8::encode($html);
182             echo $html;
183             exit;
184         }
185 
186         require_once($require_file);
187         exit;
188     }
189 
190 }
191 
192 ?>

Stack Trace

#0
+
 /var/www/html/jaequipamentos.com.br/web/RequestManager.php(186): RequestManager::run()
181             Utf8::encode($html);
182             echo $html;
183             exit;
184         }
185 
186         require_once($require_file);
187         exit;
188     }
189 
190 }
191 
#1
+
 /var/www/html/jaequipamentos.com.br/web/index.php(44): RequestManager->run(array("/" => "inicial.php", "/index" => "inicial.php", "/inicial" => "inicial.php", "/empresa" => "empresa.php", ...))
39 
40     '/salvar-aceite'=>'salva-cookies.php',
41 );
42 
43 $request_manager = new RequestManager();
44 $request_manager->run($rotas);
45 ?>
2024-03-28 12:04:29 Apache Yii Framework/1.1.13