Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/xxxxxxx/public_html/wp-config.php:1) in /home/xxxxx/public_html/wp-content/plugins/count-per-day/counter-core.php on line 200
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxxxxxx/public_html/wp-config.php:1) in /home/xxxxx/public_html/wp-content/plugins/count-per-day/counter-core.php on line 200
yukardaki hatayi aldiginizda
hemen index.php dosyasinin en üst " <?php " satirinin hemen altina gelecek sekilde
" ob_start(); " ekliyorsunuz probleminiz büyük ihtimal ile cözülecektir.
Örnek:
<?php
ob_start();
-----------------------------------
von index.php
wechsel statt
<?php
mit
<?php
ob_start();
-------------------
from index.php
changing place
<? php
with
<? php
ob_start ();
Hosting , Domain , Wordpress ,
Hiç yorum yok:
Yorum Gönder