Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

unexpected T_DNUMBER


Chris Smith

Recommended Posts

Posted

Parse error: syntax error, unexpected T_DNUMBER in /home/******/public_html/includes/application_top.php on line 232

 

 

// verify the IP address if the feature is enabled

if (SESSION_CHECK_IP_ADDRESS == 'True') {

********_address = tep_get_ip_address();

if (!tep_session_is_registered('SESSION_IP_ADDRESS')) {

$SESSION_IP_ADDRESS = *********_address;

tep_session_register('SESSION_IP_ADDRESS');

}

 

Hi all, I have just installed the Header tags contribution it seems unsuccessfully as I am getting the above error message, the code is from arround line 232, but-- ********_address = tep_get_ip_address(); is line 232 if anyone can help I would be most grateful.

 

Chris

Archived

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

×
×
  • Create New...