Witam
Po wejściu do ACP tylko na stronie głównej na gorze pojawia mi sie taki błąd
Warning: fopen(http://...forum.pl/plCheck.php) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /home/klient.dhosting.pl/....pl/public_html/ips_kernel/classFileManagement.php on line 217
jak to usunac?
oto ta linia
if ( $FILE = fopen( $file_location, "r" ) )
a to kilka przed i po
$buffer = "";
@clearstatcache();
if ( $FILE = fopen( $file_location, "r" ) )
{
@stream_set_timeout( $FILE, $this->timeout );
$status = @stream_get_meta_data($FILE);
while ( ! feof( $FILE ) && ! $status['timed_out'] )
{
$buffer .= fgets( $FILE, 4096 );