MLu Posted May 21, 2004 Posted May 21, 2004 Anyone who could explain what this error message from my error_log file is about? [06-maj-2004 22:19:52] PHP Parse error: parse error, unexpected T_STRING in /home/vig299bc/public_html/oscommerce/includes/languages/dansk/checkout_payment_address.php on line 15 Thanks! Mogens
241 Posted May 21, 2004 Posted May 21, 2004 there is an error on or before line 15 of oscommerce/includes/languages/dansk/checkout_payment_address.php causing a break in the code as a parse error. The unexpected T_STRING could suggest something like a . where there should not be one. post from a few lines before line 16 to a few lines after line 16 of languages/dansk/checkout_payment_address.php line 16 of the english version in a default catalog would be define('HEADING_TITLE', 'Payment Information'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
MLu Posted May 21, 2004 Author Posted May 21, 2004 Thanks Steve :D The error was a missing ");" in line 14. Mogens
Recommended Posts
Archived
This topic is now archived and is closed to further replies.