This is the second time I have this problem. A week ago when working on a question i suddenly got this message.
The LimeSurvey database is being upgraded (2010-11-05 13:44:32) . Please be patient...
Moving user templates to new location at /home/XXXX/public_html/vragenlijst/upload/templates...
Uitvoeren.....ALTER TABLE `lime_questions` ADD `parent_qid` integer NOT NULL default '0'...Fout! Reden: Duplicate column name 'parent_qid'
Uitvoeren.....ALTER TABLE `lime_answers` ADD `scale_id` tinyint NOT NULL default '0'...Fout! Reden: Duplicate column name 'scale_id'
Uitvoeren.....ALTER TABLE `lime_questions` ADD `scale_id` tinyint NOT NULL default '0'...Fout! Reden: Duplicate column name 'scale_id'
Uitvoeren.....ALTER TABLE `lime_questions` ADD `same_default` tinyint NOT NULL default '0' COMMENT 'Saves if user set to use the same default value across languages in default options dialog'...Fout! Reden: Duplicate column name 'same_default'.
Uitvoeren.....CREATE TABLE `lime_defaultvalues` ( `qid` int(11) NOT NULL default '0', `scale_id` int(11) NOT NULL default '0', `sqid` int(11) NOT NULL default '0', `language` varchar(20) NOT NULL, `specialtype` varchar(20) NOT NULL default '', `defaultvalue` text, PRIMARY KEY (`qid` , `scale_id`, `language`, `specialtype`, `sqid` ) ) ENGINE=myISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci...Fout! Reden: Table 'lime_defaultvalues' already existsUnknown column 'a.default_value' in 'where clause':select a.*, q.sid, q.gid from lime_answers a,lime_questions q where a.qid=q.qid and q.type in ('L','O','!') and a.default_value='Y'
I found no help on these forums so i did a clean install of the latest version. Everything worked fine. I have a survey running.
When making a new survey, i clicked on the icon to edit the labelsets. This screen appeared again. I can no longer access any admin part.
The survey which is active is still accesible but i can't enter the admin pages.
Any help is welcome. Do i have to reïnstall LS?