Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error


redhatsdad

Recommended Posts

Posted

Have completed installation, entering catalog works fine but when entering administration tool I get

Parse error: parse error, expecting `','' or `';'' in /srv/www/htdocs/osc/catalog/admin/includes/classes/sessions.php on line 33

 

Fatal error: Call to undefined function: session_name() in /srv/www/htdocs/osc/catalog/admin/includes/functions/sessions.php on line 92

 

line 33, (32 to 34) opened in Quanta looks like this:

 

var $cookie_lifetime = 0;

var $cookie_path = substr(DIR_WS_ADMIN, 0, -1);

var $cookie_domain = '';

 

 

and line 92 (line 89 to 96):

 

return $func($sess_id);

}

 

return true;

}

 

function gc($max_lifetime) {

 

idea's, I'm very new and more than green :unsure:

Archived

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

×
×
  • Create New...