callalilyz Posted July 19, 2005 Share Posted July 19, 2005 my website has this error <Parse error: parse error, unexpected T_STRING in /home/public_html/includes/languages/english.php on line 79> how do i go about fixing this problem? please help. Link to comment Share on other sites More sharing options...
Guest Posted July 19, 2005 Share Posted July 19, 2005 my website has this error <Parse error: parse error, unexpected T_STRING in /home/public_html/includes/languages/english.php on line 79> how do i go about fixing this problem? please help. <{POST_SNAPBACK}> Do a search on T_String this will bring back 786 items, this has been answered many many many times before Link to comment Share on other sites More sharing options...
callalilyz Posted July 19, 2005 Author Share Posted July 19, 2005 Do a search on T_String this will bring back 786 items, this has been answered many many many times before <{POST_SNAPBACK}> Yes, i was able to seach on T_string and found some information at <http://www.oscommerce.com/forums/index.php?showtopic=78144&hl=> The error was the string 'What's news', need to correct to 'What\'s news' My question now, is that i didn't change that line, the website worked with 'What's news" before until i tried to change this follwing line: define('BOX_HEADING_INFORMATION', 'Information'); changed to define('BOX_HEADING_INFORMATION', 'CompanyHistory'); and then it was giving me an error. Do you know why? Link to comment Share on other sites More sharing options...
Guest Posted July 19, 2005 Share Posted July 19, 2005 Yes, i was able to seach on T_string and found some information at <http://www.oscommerce.com/forums/index.php?showtopic=78144&hl=> The error was the string 'What's news', need to correct to 'What\'s news' My question now, is that i didn't change that line, the website worked with 'What's news" before until i tried to change this follwing line: changed to and then it was giving me an error. Do you know why? <{POST_SNAPBACK}> The error generally means there is a rogue ' somewhere, either an extra one or one missing. post up an extract from your file from say line 70 to 90 (you didnt use osCommerce file manager to edit did you?) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.