estoy creando una web y tengo un problema al intentar abrir el index y solo me pasa con el index las demás paginas que las tengo dentro de carpetas no me pasa esto es lo que me lanza el navegador utilizo wampserver.
dos mensajes de error :
Warning: require_once(../Connections/animalbd.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\wamp\www\tienda\inc\funciones.php on line 1
Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '../Connections/animalbd.php' (include_path='.;C:\php\pear') in C:\wamp\www\tienda\inc\funciones.php on line 1
y no hay nada en la pagina solo un include y un require_once
Código HTML:
Ver original
<?php require_once('Connections/animalbd.php'); ?> <!doctype html> <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]--> <!--[if IE 7]> <html class="ie7 oldie"> <![endif]--> <!--[if IE 8]> <html class="ie8 oldie"> <![endif]--> <!--[if gt IE 8]><!--> <html class=""> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/boilerplate.css" rel="stylesheet" type="text/css"> <link href="css/estilo1.css" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Istok+Web:400,700' rel="stylesheet" type="text/css" /> <style type="text/css"> body { background-image: url(imagen/fondo.gif); background-repeat: no-repeat; } </style> <!-- Para obtener más información sobre los comentarios condicionales situados alrededor de las etiquetas html en la parte superior del archivo: paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ Haga lo siguiente si usa su compilación personalizada de modernizr (http://www.modernizr.com/): * inserte el vínculo del código js aquí * elimine el vínculo situado debajo para html5shiv * añada la clase "no-js" a las etiquetas html en la parte superior * también puede eliminar el vínculo con respond.min.js si ha incluido MQ Polyfill en su compilación de modernizr --> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- begin JS --> <!-- end JS --> </head> <body> <div class="gridContainer clearfix"> <?php include("inc/bienvenida.php"); ?> <script type="text/javascript"> $(document).ready(function() { $('#arriba').click(function(){ $("html, body").animate({scrollTop:0}, 500); return false; }); }); </script> <div id="flotante" style="display:none"> <form action="<?php echo $loginFormAction; ?>" method="POST" name="formlogin"> <table width="328" border="0"> <tr> </tr> <tr> </tr> <tr> </tr> </table> </form> </div> </div> </body> </html>
no entiendo pensé en la configuración de wampserver provee mil cosas