Hata mesajına bakalım:
Warning: touch() [function.touch]: Unable to create file cache/index-11-04-2013-15 because Permission denied in C:\inetpub\vhosts\x.com\httpdocs\index.php on line 4
Türkçeye çevirelim:
Hata: touch() [fonksiyon.touch]: C:\inetpub\vhosts\x.com\httpdocs\index.php dosyasının 4. satırını işlerken, cache/index-11-04-2013-15 dosyası oluşturulamadı çünkü izin verilmedi.
Muhtemel sebep:
cache dosyasının okuma/yazma izinleri. Diğer bir deyişle chmod.
Dosyanın en üstüne aşağıdaki kodları ekleyip, çıktıyı buraya yazar mısınız lütfen:
echo substr(sprintf('%o', fileperms('cache')), -4);
exit;
0777
index.php de en üste yazdım hocam bu şekilde verdi ana sayfada