na stronce mi pisze ze mam błąd:

Cytat
Warning: main() [function.main]: Unable to access /news/config.php in
[...]/news/news.php on line 115

Warning: main(/news/config.php) [function.main]: failed to open stream: No such file or directory in [...]/news/news.php on line 115

Fatal error: main() [function.require]: Failed opening required '/news/config.php' (include_path='.:/usr/local/lib/php') in [...]/news/news.php on line 115


a ten fragment pliku wygląda tak:
  1. <?php
  2.  
  3.  }
  4.  $path=pathinfo($_SERVER[&#092;"PATH_TRANSLATED\"]);
  5.  $news_path=$path[&#092;"dirname\"];
  6.  require &#092;"$news_path/news/config.php\";
  7.  include_once &#092;"$news_path/news/functions.php\";
  8.  $news_action=$_GET[&#092;"news_action\"];
  9.  $action_table=array(&#092;"display\", \"more\", \"comments\", \"new_comment\",  \"add_comment\");
  10.  if(!isset($news_action) || !in_array($news_action,$action_table)){
  11.       $news_action=&#092;"display\";        
  12.  }
  13. ?>


może mi ktos powiedzieć gdzie tu jest ten błąd, dodam ze nic w tym pliku nie zmienialem of korz

edited/ nikt nie wiedział jaki jest bład czy chodziło o to że źle napisałem temat, teraz jest poprawiony, może mi ktoś pomoże blink.gif, dodam jeszcze że linia 115 to w tym poście 6