Question
headers already sent question....
I can usually look at pages that throw this error and know
immediately why,
but I am getting one on a page like this -
<?php ini_set('display_errors', '1'); ?>
<?php require_once('Connections/connStaffMonkey.php'); ?>
<?php require_once('lib/MCAPI.class.php'); ?>
<?php
if (!isset($_SESSION)) {
session_start();
}
and the session_start() line is the one that is mentioned in the error.
Why would that trigger this error?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
but I am getting one on a page like this -
<?php ini_set('display_errors', '1'); ?>
<?php require_once('Connections/connStaffMonkey.php'); ?>
<?php require_once('lib/MCAPI.class.php'); ?>
<?php
if (!isset($_SESSION)) {
session_start();
}
and the session_start() line is the one that is mentioned in the error.
Why would that trigger this error?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
