JANEY73 Posted September 22, 2005 Posted September 22, 2005 I've deleted something in my index php page and not sure what. The error i get when i enter my shop is Parse error: parse error, unexpected ')' in /home/knotjust/public_html/catalog/includes/languages/english/index.php on line 13 Can anyone help please! Thanks
dahui Posted September 22, 2005 Posted September 22, 2005 I've deleted something in my index php page and not sure what. The error i get when i enter my shop is Parse error: parse error, unexpected ')' in /home/knotjust/public_html/catalog/includes/languages/english/index.php on line 13 Can anyone help please! Thanks <{POST_SNAPBACK}> post yr catalog/includes/languages/english/index.php there is somewhere a ) too much dahui
♥Vger Posted September 22, 2005 Posted September 22, 2005 To work with osCommerce you need a good plain text editor which will show you the line numbers, so that you can track down errors yourself. Text Pad and Crimson Editor are both good plain text editors, and freely available via download. Vger
JANEY73 Posted September 22, 2005 Author Posted September 22, 2005 post yr catalog/includes/languages/english/index.php there is somewhere a ) too much dahui <{POST_SNAPBACK}> Thanks deleted ) but still no luck. define ('TEXT_MAIN','privacy';Hello......and welcome to Knot Just Jigs the online this is the line that is producing the error.
♥Vger Posted September 22, 2005 Posted September 22, 2005 'privacy'; The final apostrophy and semi-colon close the statement. They should be at the end, as in. define('TEXT_MAIN', 'Put all your text in here'); Vger
JANEY73 Posted September 22, 2005 Author Posted September 22, 2005 'privacy'; The final apostrophy and semi-colon close the statement. They should be at the end, as in. define('TEXT_MAIN', 'Put all your text in here'); Vger <{POST_SNAPBACK}> Thankyou!!!!!!!!!!!!!!!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.