21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 917 Views |
-
multilanguage support

9 January 2010 at 10:05am
hello guys
first i have to say the cms is not bad - i just look at it the first time
and have already problem
the multilanguage supporti found a docu where it says to add
Object::add_extension('SiteTree', 'Translatable');
in mysite/-config.phpi have done it and i get an error back
[User Error] Couldn't run query: SELECT Distinct Locale FROM SiteTree GROUP BY Locale Unknown column 'Locale' in 'field list'
GET /silver/admin/Line 400 in C:\wamp\silver\sapphire\core\model\MySQLDatabase.php
can somebody explain to me in language which is understandable
i really dont understand the statements on the docuthanks
-
Re: multilanguage support

11 January 2010 at 7:27am
Have you given a dev/build? (as in: go to http://yoursite.com/dev/build/ in your browser)
-
Re: multilanguage support

17 January 2010 at 3:37am
Have you this setup?
Object::add_extension('SiteTree', 'Translatable');
i18n::enable();
Translatable::set_default_locale('it_IT');
| 917 Views | ||
|
Page:
1
|
Go to Top |

