I tried replacing the /limesurvey/tmp directory with a new empty directory, it looks like this did the trick! Though I have no idea why this was a problem in the first place, as I am completely deleting the /limesurvey/* folder when updating, which includes the /tmp/ subdirectory. All files within this directory could only be created
after uploading the new version.
I have an updater_version.php which looks fine to me, also.
Code:
$config['updaterversion'] = 6;
$config['comfort_update_server_url'] = 'comfortupdate.limesurvey.org/';
//$config['comfort_update_server_url'] = 'web.comfortupdate.org/';
$config['comfort_update_server_ssl'] = 0;
return $config;
The content of the _settings_global table looks suspicious to me:
- dbversion=261
- updatebuild=120919
- updateversion=1.92+
- updatelastcheck=2014-11-11 23:16:23
- updateavailable=0
- updatecheckperiod=7
Looks like some of these values haven't been touched since the previous major release... do you think this is a problem?