Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

i18n, ecommerce in german doesent work


Go to End


3 Posts   7631 Views

Avatar
Kai7307

Community Member, 2 Posts

6 September 2008 at 12:33am

Hello,

I have problems to use the ecommerce modul in german.

In my _config.php I have enabled i18n like this:

i18n::enable();

i18n::set_default_lang('de_DE');

if I so like to run (/i18n/textcollector/?module=ecommerce) the textcollector I get this error:

Collecting text...

Warning: Cannot modify header information - headers already sent by (output started at /var/kunden/webs/web1/sapphire/core/i18n.php:1302) in /var/kunden/webs/web1/sapphire/core/Debug.php on line 151

Error
The website server has not been able to respond to your request.

But I think that i18n work, because in the CMS it´s now possible to use "Translation".

Greatings
Kai

P.S. I use SS 2.2.2

Avatar
Ingo

Forum Moderator, 801 Posts

12 September 2008 at 9:35am

Hm, looks like this is not the actual error message, but an error caused by displaying the error message ;) Please make sure you have your site running in dev-mode (http://doc.silverstripe.com/doku.php?id=devmode&s=dev%20mode) is provide us with the actual error output. Most likely its complaining about duplicate entity definitions.

Avatar
Kai7307

Community Member, 2 Posts

12 September 2008 at 8:09pm

Hello,

the textcollector is now working, but the ecommerce modul is still
unable to use in german. But no more errors :)...

Greatings
Kai