Chris Smith Posted October 4, 2006 Posted October 4, 2006 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
Jack_mcs Posted October 4, 2006 Posted October 4, 2006 The error is in application_top.pgp and Header Tags only makes a change to the end of that file. So my guess is that you installed the Header Tags code in the wrong place. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.