Всем ЗЗЗдрасти!!! Чет у меня со стратом сессии не ладно)))) Пишу старт сессий и выводит ошибку
Цитата |
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\localhost\www\index.php:1) in Z:\home\localhost\www\system\modules\registration.php on line 4 |
Цитата |
headers already sent |
<?php session_start();
Цитата (Каролина @ 6.04.2012 - 12:22) |
пишеш что начинаеш куки а сам используеш ссесии |
Цитата |
Я тебе не верю |
Цитата |
но руки растут не с плеч. |
Цитата (Deert @ 6.04.2012 - 15:43) |
Не умеешь ты с людьми объщаться.... |
Цитата (TranceIT @ 6.04.2012 - 13:46) | ||
Вышли файл inpost'у, он посмотрит что к чему. |
<?php
session_start();
<?php session_start();
<?php session_start();
//И далее твой код
Цитата (Deert @ 14.06.2012 - 06:27) |
Попробуй так: <?php session_start(); //И далее твой код |
Цитата |
И положено код ошибки выдавать |
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\localhost\www\mail3\mail.php:13) in Z:\home\localhost\www\mail3\incoming_message.php on line 1
Unknown column 'email' in 'where clause'
Цитата (inpost @ 14.06.2012 - 09:01) |
Это точно первая строчка? А не 1000-ая через 100-ый инклюд? |