I have an error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/createuserprofile.php:1) in /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/includes/header.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/createuserprofile.php:1) in /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/includes/header.php on line 36
Everything is correct I am not sure why this is going on... here is what is on line 35 and 36
session_start();
header('Content-Type: text/html; charset=iso-8859-1');
@Nik: That wont work...
If you want me to give you the code or even give you access to the files tell me by email... I will just make you a FTP account so you can access the files. My email is [email protected] I check it about every 15 min lol.
This is no HTML in this file... it's a header.php file all it has is this...
<?php
if (!defined('QUADODO_IN_SYSTEM')) {
exit;
}
// Report everything except E_NOTICE, because it screws a lot of stuff up...
error_reporting(E_ALL ^ E_NOTICE);
// Send some headers
session_start();
header('Content-Type: text/html; charset=iso-8859-1');
// The language we are using
require_once('Blank.lang.php');
// The qls class will start the other classes
require_once('qls.class.php');
$qls = new qls(SYS_CURRENT_LANG);
?>
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/createuserprofile.php:1) in /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/includes/header.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/createuserprofile.php:1) in /www/clanteam.com/m/e/m/membersgenerationnex/htdocs/apps/s/members/includes/header.php on line 36
Everything is correct I am not sure why this is going on... here is what is on line 35 and 36
session_start();
header('Content-Type: text/html; charset=iso-8859-1');
@Nik: That wont work...
This is no HTML in this file... it's a header.php file all it has is this...
<?php
if (!defined('QUADODO_IN_SYSTEM')) {
exit;
}
// Report everything except E_NOTICE, because it screws a lot of stuff up...
error_reporting(E_ALL ^ E_NOTICE);
// Send some headers
session_start();
header('Content-Type: text/html; charset=iso-8859-1');
// The language we are using
require_once('Blank.lang.php');
// The qls class will start the other classes
require_once('qls.class.php');
$qls = new qls(SYS_CURRENT_LANG);
?>