Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error message when i change the 'oscommerce'


Guest

Recommended Posts

Posted

Hello, please someone help me because im gonna crazy... with this.

i have install the greek langu. i have set up the shop and it works in both langu, GR and EN

when i change the 'shop name' and the 'powered by' strings in greek.php

 

from

// page title

define('TITLE', 'osCommerce');

to

// page title

define('TITLE', STORE_NAME);

or

define('TITLE', 'DiDogr');

 

 

and

from

define('FOOTER_TEXT_BODY_OSC', 'Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');

define('FOOTER_TEXT_BODY', 'Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');

to

define('FOOTER_TEXT_BODY_OSC', 'Powered by <a href="http://www.Mysite.com" target="_blank">Mysite</a>');

define('FOOTER_TEXT_BODY', 'Powered by <a href="http://www.Mysite.com" target="_blank">Mysite</a>');

 

i made the same changes in EN langu(ecxept the storename it was variant allready) and there everything works fine

In Greek Langu when i press in the main page the button 'my account' or the checkout i got this message

 

Warning: Cannot modify header information - headers already sent by (output started at /home/didogr/public_html/dido/includes/languages/greek.php:1) in /home/didogr/public_html/dido/includes/functions/general.php on line 33

Posted

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /dido/includes/languages/greek.php (line 1)

 

The opening PHP tag:

 

<?php

MUST be at the very beginning of the file, no blank lines, spaces, or other characters (seen or unseen) preceding it.

 

Another possibility:

 

click me

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...