Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login Error


bizcribz

Recommended Posts

Posted

I am getting this error message for both:

 

Fatal error: Call to undefined function: link_session_variable() in /home/thebras/public_html/online_store/includes/functions/sessions.php on line 154

 

Here is the code it's talking about:

 

// >>> BEGIN REGISTER_GLOBALS

 

// Work-around to allow disabling of register_globals - map all defined

 

// session variables

 

if (count($_SESSION)) {

 

$session_keys = array_keys($_SESSION);

 

foreach($session_keys as $variable) {

 

link_session_variable($variable, true);

 

}

 

}

 

// <<< END REGISTER_GLOBALS

Archived

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

×
×
  • Create New...