First of all.. my compliments for Knowledgeroot.. great script and we use it as a knowledgebase in our company.
I couldn't reply to the first Translation Problem topic started by MHolkamp , so i started a new topic because i have the same translation problem (Dutch language).
I also upgraded from 0.8.6 -> 0.9.9.3 and the dutch translation didn't work as a guest. When i logged in and set the language for my account, the translation did work.
When i choose the language dropdown menu on the front page and (as a guest) i changed the language the translation did work.
After some time i realised that in the admin configuration menu i had to change 'set default language' from 'nl' to 'nl_NL.UTF8' and then the translation did work as a guest.
I think that is not very clear that nl_NL.UTF8 has to be used, perhaps a tip to change this?
Furthermore i experienced problems upgrading. After upgrading i got a gettext error and a white page on the front end. After some google search i found out that i had to install php with the 'multibyte string' extension. i don't know if the 'gettext' extension is also needed. In the previous version only the mysql extension was neccesary.
I use knowledgeroot with IIS, php 5.2.4 as as a cgi. Perhaps a tip for other IIS users.
I also found out that de skin selection for the fckeditor doesn't work. When i choose office2003 skin or toolbar, it always shows the default skin and toolbar. When i view the source while editng content you can see the default skin is always used:
<input type="hidden" id="content___Config" value="SkinPath=skins/default/&CustomConfigurationsPath=/extension/fckeditor/fckconfig.js&AutoDetectLanguage=true&DefaultLanguage=en" style="display:none" /><iframe id="content___Frame" src="./extension/fckeditor/fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Default" width="600" height="450" frameborder="0" scrolling="no"></iframe>
Only when i copy the office2003 skin in the default skin, the office2003 skin is shown.
I hope this is some use to you.