hi guys
hi guys, i have a quick query and i don't know whether it is a bug or not. i was used to limes 1.92 and the structure/options of the config.php there.
i have just done an installation of limes 2.0+ and after looking at the config files it looks like the samples config are not clear with the docs not helping much, therefore maybe you can help me clarify things.
in the latest build
- the config-defaults has the same format as the old 1.9 distribution
- the config-sample-mysql looks identical to the config.php created after installation
from the comments in the files ithink i understood that the new options should be added to the array in the config.php where the config array is set, i.e. lines 61-70
// Use the following config variable to set modified optional settings copied from config-defaults.php
'config'=>array(
// debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this
// then please check your error-logs - either in your hosting provider admin panel or in some /logs directory
// on your webspace.
// LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates
'debug'=>0,
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
'shownoanswer' => 2,
'memory_limit' => '64',
'maxemails' => 100,
'defaulthtmleditormode' => 'inline'
)
but it doesn't look it is doing anyhing
is this something not yet implemented or am i looking in the wrong places?
many thanks! (and happy to add this info for those upgrading in the wiki)
lorenzo