From: Reini U. <ru...@x-...> - 2004-06-22 12:24:39
|
Paul Henry schrieb: > 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? This code is for a translation from some non-language language to english, mostly used to find an unknown action page. >>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. No, all default values which are not present in config.ini are taken from config-default.ini. line by line. Most DBAUTH sql statememnts had defaults, so you explicitly had to turn them off by ... = "" > > Thanks for the quick response Reini. Cheers. > > -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |