Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error_log message


MLu

Recommended Posts

Posted

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

Posted

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Thanks Steve :D

The error was a missing ");" in line 14.

 

Mogens

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...