- Posts: 70
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
Keep remind me update even if I have already done that.
- free521521521
-
Topic Author
- Offline
- Senior Member
-
Less
More
4 weeks 22 hours ago #243222
by free521521521
Please help us help you and fill where relevant:
Your LimeSurvey version: url=https://community.limesurvey.org/]LimeSurvey Community Edition[/url] [url=https://edu.freezhao.com/survey/index.php?r=questionAdministration/view&surveyid=565433&gid=64&qid=939#modalSystemInformation]Version 6.0.6+230508 [/url
Own server or LimeSurvey hosting: Self-hosting
Survey theme/template: Fruity
==================
I update to the latest version LimeSurvey Community Edition Version 6.0.6+230508 , the update page show the up-to-date.
But the uodate purple reminder tip keep showing that message on every page.
Your LimeSurvey version: url=https://community.limesurvey.org/]LimeSurvey Community Edition[/url] [url=https://edu.freezhao.com/survey/index.php?r=questionAdministration/view&surveyid=565433&gid=64&qid=939#modalSystemInformation]Version 6.0.6+230508 [/url
Own server or LimeSurvey hosting: Self-hosting
Survey theme/template: Fruity
==================
I update to the latest version LimeSurvey Community Edition Version 6.0.6+230508 , the update page show the up-to-date.
But the uodate purple reminder tip keep showing that message on every page.
Please Log in to join the conversation.
4 weeks 20 hours ago #243224
by usastice
Replied by usastice on topic Keep remind me update even if I have already done that.
I also have the same problem
Please Log in to join the conversation.
1 week 4 days ago - 1 week 4 days ago #243777
by djelusive
Replied by djelusive on topic Keep remind me update even if I have already done that.
A quick resolution to this is to modify the version.php file.
This can be found at /application/config/version.php
In the file you'll find:
Just change the line:
to:
This has resolved it for me on version 6.1.0+230522
This can be found at /application/config/version.php
In the file you'll find:
Code:
$config['versionnumber'] = '6.1.0'; $config['dbversionnumber'] = 606; $config['buildnumber'] = 230522; $config['updatable'] = true; $config['templateapiversion'] = 3; $config['assetsversionnumber'] = '30337'; return $config;
Just change the line:
Code:
$config['updateable'] = true;
Code:
$config['updateable'] = false;
This has resolved it for me on version 6.1.0+230522
Last edit: 1 week 4 days ago by djelusive.
Please Log in to join the conversation.
- free521521521
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 70
- Thank you received: 0
1 week 4 days ago #243781
by free521521521
Replied by free521521521 on topic Keep remind me update even if I have already done that.
Cool I will update ASAP.
Please Log in to join the conversation.
- free521521521
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 70
- Thank you received: 0
1 week 4 days ago #243782
by free521521521
Replied by free521521521 on topic Keep remind me update even if I have already done that.
Please Log in to join the conversation.
1 week 4 days ago #243789
by holch
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic Keep remind me update even if I have already done that.
Did you do what djelusive showed by editing the version.php fil?
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Please Log in to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 13146
- Thank you received: 2423
6 days 18 hours ago #243869
by DenisChenu
Never update LimeSurvey file if you can do it via config.php file
Add it at end of your config file manual.limesurvey.org/Optional_settings#Introduction
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic Keep remind me update even if I have already done that.
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
Never update LimeSurvey file if you can do it via config.php file
Add it at end of your config file manual.limesurvey.org/Optional_settings#Introduction
Code:
'config'=>array( 'debug'=>0, 'debugsql'=>0, 'updatable'=>false, )
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: tpartner
Please Log in to join the conversation.