Search found 2 matches

by birol
Tue Dec 08, 2009 10:38 am
Forum: MODs and Tips Support
Topic: Parse error: syntax error, unexpected T_STRING in osCommerce
Replies: 2
Views: 22447

Re: Parse error: syntax error, unexpected T_STRING in osCommerce

The same problem occurs in non-admin functions as well if you try to login to your account.

"Parse error: syntax error, unexpected T_STRING in ... /includes/functions/sessions.php on line 71"

Line 71: function tep_session_register($variable) {...
by birol
Tue Dec 08, 2009 10:22 am
Forum: MODs and Tips Support
Topic: Parse error: syntax error, unexpected T_STRING in osCommerce
Replies: 2
Views: 22447

Parse error: syntax error, unexpected T_STRING in osCommerce

I get "Parse error: syntax error, unexpected T_STRING in ...admin/includes/functions/sessions.php on line 71" after adding your Register Globals MODs. Line 71:function tep_session_register($variable) { $_SESSION[$variable] = null; } It seems as if there is a quote or double-quote problem s...