session hatası ?.
Arkadaşlar bu aşağıdaki hatanın sebebi nedir? Bu hata bazen çıkıyor bazen çıkmıyor ? Nasıl düzeltebilirim bu sorunu ?
Yardımcı olursanız çok sevinirim..
Warning: session_start() [function.session-start]: open(/tmp/sess_f16db40317020457a2c0254fc898f540, O_RDWR) failed: No space left on device (28) in /home/maltepet/public_html/admin/login_form/config.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /home/maltepet/public_html/admin/login_form/config.php:4) in /home/maltepet/public_html/admin/login_form/config.php on line 13
Php
No space left on device : Oturum dosyası için diskte yer kalmamış
headers already sent by : Herhangi bir yazdırma işlemi yapıldıktan sonra cookie atılamaz
Php
diskte kullanılabilen alan: 108.84 MB gözüküyor.
headers already sent by : Herhangi bir yazdırma işlemi yapıldıktan sonra cookie atılamaz
headers already sent by hatasını nasıl çözüme kavuşturabilirim?