I found a post with instructions on how to fix this...they said to go to: /includes/application_top.php
and look for:
case ($_GET['main_page'] == FILENAME_LOGOFF):
break;
and change to:
case ($_GET['main_page'] == FILENAME_LOGOFF or $_GET['main_page'] == FILENAME_PRIVACY or $_GET['main_page'] == FILENAME_PASSWORD_FORGOTTEN or $_GET['main_page'] == FILENAME_CONTACT_US or $_GET['main_page'] == FILENAME_CONDITIONS or $_GET['main_page'] == FILENAME_SHIPPING or $_GET['main_page'] == FILENAME_UNSUBSCRIBE):
break;
AND I DID THAT EXACTLY AND NOW I HAVE THE ERROR:
Parse error: syntax error, unexpected T_DNUMBER in /home/shieldsd/public_html/includes/application_top.php on line 270
ON the FRONT OF THE SITE!
WHY is this happening? I then went back and put back what was there before and i still have this error.
I am going to get into so much trouble if in the morning my client sees this....she asked me to fix this issue and i came here and i did exactly what was said i even cut and pasted and now i have no idea why when i put back the original line of code i still have the error message on the front of the site and there is nothing there but that line of error
debbie



