PHP warning

include(topo_programa.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory

/home/storage/e/bd/74/falb/public_html/noticia-ver.php(54)

42     <?php //include("header_cache.php"); ?>
43     <?php include("header.php"); ?>
44     <link rel="stylesheet" href="layerslider/css/layerslider.css">
45     <title>FALB - Notícia - <?=$noticia->noticia?></title>
46 </head>
47 
48 <body>
49     <div id="wrapper">
50         <?php include("topo.php"); ?>
51         <?php
52 
53         if($noticia->projetos&&$noticia->projetos[0]->projeto->rota&&!in_array('soma-todos-sabores', $route)){
54             include("topo_programa".$prog->rota.".php");
55         }
56         ?>
57         <div class="conteudo">
58             <div class="container">
59                 <h1 class="titulo2 maior font-bold m-t-40 pull-left">
60                     <?=Util::formataTexto($noticia->noticia)?><br>
61                     <span></span>
62                 </h1>
63                 <div class="midia-social pull-right m-t-40">
64                     
65                     <?php
66                         if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on')

Stack Trace

#0
+
–
 /home/storage/e/bd/74/falb/public_html/noticia-ver.php(54): include()
49     <div id="wrapper">
50         <?php include("topo.php"); ?>
51         <?php
52 
53         if($noticia->projetos&&$noticia->projetos[0]->projeto->rota&&!in_array('soma-todos-sabores', $route)){
54             include("topo_programa".$prog->rota.".php");
55         }
56         ?>
57         <div class="conteudo">
58             <div class="container">
59                 <h1 class="titulo2 maior font-bold m-t-40 pull-left">
#1
+
–
 /home/storage/e/bd/74/falb/public_html/RequestManager.php(171): require_once("/home/storage/e/bd/74/falb/public_html/noticia-ver.php")
166             Utf8::encode($html);
167             echo $html;
168             exit;
169         }
170 
171         require_once($require_file);
172         exit;
173 
174     }
175 
176 }
#2
+
–
 /home/storage/e/bd/74/falb/public_html/index.php(62): RequestManager->run(array("/" => "inicial.php", "/index" => "inicial.php", "/inicial" => "inicial.php", "/fundacao" => "fundacao.php", ...))
57     '/cartilha'=>'cartilha.php',
58     '/exposicao'=>'exposicao.php',
59     '/galeria'=>'galeria-projeto.php',
60 );
61 
62 $request_manager->run($rotas);
63 ?>
2024-03-19 06:01:01 Apache Yii Framework/1.1.13