Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Scrip error


jusa31

Recommended Posts

Can anyone see a mistake here:

 

define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s

 

I get this message when i try to open the site:

 

Parse error: parse error, unexpected T_STRING in /home/........./public_html/main/includes/languages/english.php on line 131

Link to comment
Share on other sites

Can anyone see a mistake here:

 

define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s

 

I get this message when i try to open the site:

 

Parse error: parse error, unexpected T_STRING in /home/........./public_html/main/includes/languages/english.php on line 131

Link to comment
Share on other sites

With PHP commonsense, the complete line should be

define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s');

Pay attention to the last three characters

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...