Witam. Mam dość nietypowy problem. Wywala mi błąd:
Warning: include(.../inc/home.php) [function.include]: failed to open stream: Nie ma takiego pliku ani katalogu in /home/jazdadelta/ftp/casandra/inc/show_home.php on line 10
Warning: include() [function.include]: Failed opening '.../inc/home.php' for inclusion (include_path='.:/usr/share/pear/') in /home/jazdadelta/ftp/casandra/inc/show_home.php on line 10
Ten plik jest na serwerze.. nie zrobiłem literówki, ma nadany chmod 777. W czym może tkwić problem? Daje zawartość show_home:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <link rel="stylesheet" href="style_contact.css" type="text/css" media="all" /> </meta> <div style="width: 910px; "> <div style="padding-bottom: 3px; margin-left: 200px; margin-top: 150px; margin-bottom: 20px; position: absolute;"><span style="color: rgb(0, 102, 0);"><img src="images/home_nag.png"></span></div> <?php
include('/inc/home.php');
?>