From: Paul H. <he...@ma...> - 2004-06-22 11:49:45
|
On Monday 21 June 2004 13:45, Reini Urban wrote: > > lib/FileFinder.php (In template 'info') (In template 'browse') (In > > template 'body') (In template 'html'):186: Fatal[256]: > > LC_MESSAGES/phpwiki.php: file not found > aha, strange. > which language and which theme? Cannot reproduce so far. Strange. English, all themes, 20 June build. What's the LC_MESSAGES refer to? Perhaps I can find it? > Yes, the defaults from config/config-default.ini are used if there's no > config.ini or previous definition (starter script) of such a constant. Ahh. But I am using config.ini. For lines (such as in my example), where I am turning on/off a feature by commenting (rather than by substituting a value) in config.ini, there should be a default value of "" in config-default.ini, or config-default.ini should not be loaded if config.ini is present? Problem was I assumed that by leaving something commented out, it was turned off (in this case the ability of users to create their own accounts), but this was not the case. Thanks for the quick response Reini. Cheers. |