- Posts: 98
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
$config['versionnumber'] = '6.1.0'; $config['dbversionnumber'] = 606; $config['buildnumber'] = 230522; $config['updatable'] = true; $config['templateapiversion'] = 3; $config['assetsversionnumber'] = '30337'; return $config;
$config['updateable'] = true;
$config['updateable'] = false;
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
No, no,noJust change the line:
to:Code:$config['updateable'] = true;Code:$config['updateable'] = false;
This has resolved it for me on version 6.1.0+230522
'config'=>array( 'debug'=>0, 'debugsql'=>0, 'updatable'=>false, )
Please Log in to join the conversation.
Please Log in to join the conversation.