ورود

View Full Version : این مشکل از کجاست



mohammad-gh
جمعه 11 فروردین 1391, 13:08 عصر
با سلام
سایتی را ایجاد کرده ام در یک ساب دامین می خواهم همان سایت رو دوباره ایجاد کنم اما با خطای عجیب زیر مواجه میشوم
فایلها همان هست و اسکریپت هیچ تغییری نکرده


Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/chbjbsii/public_html/2hamrah-shop.com/adminsite/login-exec.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/chbjbsii/public_html/2hamrah-shop.com/adminsite/db_connect.php:12) in /home/chbjbsii/public_html/2hamrah-shop.com/adminsite/login-exec.php on line 73

saeidpsl
یک شنبه 20 فروردین 1391, 04:58 صبح
اول صفحه رو اینجوری

<?php
error_reporting(E_ALL ^ E_NOTICE);
session_start();
ob_start();
?>

بنویس

:چشمک: