keith23832 Posted December 7, 2006 Posted December 7, 2006 I am a newbie at this I now I have a serious problem (at least to me). I followed a previous post in TIPS AND TRICKS about adding a link and it did not work. Now I cannot access my webpage. I was trying to add a link using my english.php. // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_ABOUTUS', 'About Us'); define('BOX_INFORMATION_NEWS', 'News Bulletin'); define('BOX_INFORMATION_FORUM', 'Forums / Message Board'); I added "define('BOX_HEADING_DIRECTIONS','directions');" between "define('BOX_INFORMATION_ABOUTUS', 'About Us');" and "define('BOX_INFORMATION_NEWS', 'News Bulletin');". It did not work so I deleted the file I added and now when I try to access my webpage I get the following error: "Parse error: syntax error, unexpected T_STRING in /home/thegu5/public_html/includes/languages/english.php on line 158" HELP!!!
rusty1001 Posted December 7, 2006 Posted December 7, 2006 I am a newbie at this I now I have a serious problem (at least to me). I followed a previous post in TIPS AND TRICKS about adding a link and it did not work. Now I cannot access my webpage. I was trying to add a link using my english.php. // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_ABOUTUS', 'About Us'); define('BOX_INFORMATION_NEWS', 'News Bulletin'); define('BOX_INFORMATION_FORUM', 'Forums / Message Board'); I added "define('BOX_HEADING_DIRECTIONS','directions');" between "define('BOX_INFORMATION_ABOUTUS', 'About Us');" and "define('BOX_INFORMATION_NEWS', 'News Bulletin');". It did not work so I deleted the file I added and now when I try to access my webpage I get the following error: "Parse error: syntax error, unexpected T_STRING in /home/thegu5/public_html/includes/languages/english.php on line 158" HELP!!! You may have added a white space(which is not a character nor can you see it!!) in that file go to the end right next to the last ?> put your cursor to the right of it and hit delete ...you may see a small movement but in a sense nothing will happen...save hope this helps Rusty -------------------------------------------
keith23832 Posted December 7, 2006 Author Posted December 7, 2006 You may have added a white space(which is not a character nor can you see it!!) in that file go to the end right next to the last ?> put your cursor to the right of it and hit delete ...you may see a small movement but in a sense nothing will happen...save hope this helps thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.