Warning: Cannot modify header information - headers already sent by (output started at /home/sinematu/public_html/wp-config.php:1) in /home/sinematu/public_html/wp-includes/pluggable.php on line 865
db ayarladım gerekli ayarları yaptım fakat kurulmuyor bu hatayı veriyor sorun nedir sizce?
Wordpress kurulmuyor.
31
●1.850
- 08-07-2009, 08:58:02Üyeliği durdurulduWordpress dosyalarını sil.Sonra tekrar at wp-config.php kodları aşağıdadır.
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information by * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL ayarları - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'test'); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', 'root'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Eşsiz doğrulama anahtarları. * * Her anahtar farklı bir karakter kümesi olmalı! * {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service} servisini kullanarak yaratabilirsiniz. * * @since 2.6.0 */ define('AUTH_KEY', 'buraya eşsiz karakter kümenizi yerleştirin'); define('SECURE_AUTH_KEY', 'buraya eşsiz karakter kümenizi yerleştirin'); define('LOGGED_IN_KEY', 'buraya eşsiz karakter kümenizi yerleştirin'); define('NONCE_KEY', 'buraya eşsiz karakter kümenizi yerleştirin'); /**#@-*/ /** * WordPress veritabanı tablo ön eki. * * Tüm kurulumlara ayrı bir önek vererek bir veritabanına birden fazla kurulum yapabilirsiniz. * Sadece rakamlar, harfler ve alt çizgi lütfen. */ $table_prefix = 'wordpress_'; /** * WordPress yerel dil dosyası, varsayılan ingilizce. * * Bu değeri değiştirmenize gerek yok! Zaten Türkçe'ye ayarlı. * tr_TR.mo Türkçe dil dosyasının wp-content/languages dizini altında olduğundan emin olun. * Türkçe çeviri hakkında öneri ve eleştirilerinizi iletisim@wordpress-tr.com adresine iletebilirsiniz. * */ define ('WPLANG', 'tr_TR'); /* Hepsi bu kadar. Mutlu bloglamalar! */ /** WordPress absolute path to the Wordpress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); ?>Bu kodları al kendine göre değiştir Fakat hiç bir kurulum gerçekleştirmeden bunu wp-config.php olarak kaydedip sitene at sonra site başlığı ve mail ile siteni kurabilirsin. - 08-07-2009, 09:07:15Üyeliği durdurulduDüzeldiğine Sevindim Başka Sorunlar olursa elimden geleni yaparımArtiEksi adlı üyeden alıntı: mesajı görüntüle
- 08-07-2009, 09:15:31Üyeliği durdurulduKonu açın dememin sebibi çöplük değil başkalarıda faydalanabilir.
https://www.r10.net/wordpress/407657-...-temalari.html Buraya Bakınız...