Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

invoice description error


sprint10s

Recommended Posts

First off i want to say thanks to Nullachtfuffzehn for all the help, this error below is more a nuicense than anthing, everything works and the the description shows up, but when i click on the invoices in the admin panel i get the error below but everything still works.

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/m/a/x/maximracing/html/09catalog/admin/invoice.php:2) in /home/content/m/a/x/maximracing/html/09catalog/admin/includes/functions/sessions.php on line 102

 

below is the block of code from sessions.php from lines 98 through 116

 

if ($sane_session_id == false) {

tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));

}

 

return session_start();

}

 

function tep_session_register($variable) {

if (PHP_VERSION < 4.3) {

return session_register($variable);

} else {

if (isset($GLOBALS[$variable])) {

$_SESSION[$variable] =& $GLOBALS[$variable];

} else {

$_SESSION[$variable] = null;

}

}

 

return false;

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...