Merhaba arkadaşlar kurulumu yaptıktan sonra anasayfaya gitmek istediğimde şu hatayı alıyorum;
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in C:\Inetpub\vhosts\manisatrekking.org\httpdocs\inde x.php on line 17
Fatal error: main(): Failed opening required './wp-blog-header.php' (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\manisatrekking.org\httpdocs\inde x.php on line 17
Sizce sorun nedir? Nasıl düzeltilebilir?
Index.php'de sorun.
23
●1.490
- 13-04-2009, 23:19:3417 satırda büyük ihtimal kurduğun zaman hata olmuştur. Öncelikle kesinti olmuş olabilir (eğer orjinal siteden indirdiysen wordpress) index.php dosyanı hosta geri yükle, eğer tekrar aynı sorun çıkarsa, ya tekrar indirip kur wordpressi yada index.php deki 17. satırı buraya koy.
- 14-04-2009, 11:27:42Merhaba,
Arkadaşların söylediği gibi büyük ihtimal dosyalar eksik ya da;
( Index.php ) değil (index.php) | (inde x.php) değil (index.php) - 14-04-2009, 14:57:55Arkadaşlar index.php içerisindeki bilgiler aşağıdakilerdir.
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>