merhaba
sitenin en altında 3 satırda hata oldugunu sölüyor
<?include "sag.php";?>
<?include "alt.php";
$fp = fopen($cachefile, 'w+');
fwrite($fp, ob_get_contents());
fclose($fp);
ob_end_flush();?>
bu kodlardan
Warning: fopen(cache/%%-index-%%.html) [function.fopen]: failed to open stream: Permission denied in C:\inetpub\vhosts\x.com\httpdocs\index.php on line 269
Warning: fwrite(): supplied argument is not a valid stream resource in C:\inetpub\vhosts\x.com\httpdocs\index.php on line 271
Warning: fclose(): supplied argument is not a valid stream resource in C:\inetpub\vhosts\x.com\httpdocs\index.php on line 273
hatalar bunlar
269.satır
$fp = fopen($cachefile, 'w+');
271. satır
fwrite($fp, ob_get_contents());
273. satır
fclose($fp);