Hi
Just installed Moodle 1.6.1 onto a Win2003 Server, with IIS6, PHP 5.1.6 & MySQL 5.0.24. Everything was going fine, created database, connected and confirmed the configuration details in Moodle in the first time run/installation options. Everytime I try and run the install in the browser now, I get the following error:
Setting up plugin tables
calculated plugin needs upgrading
(mysql): CREATE TABLE mdl_question_calculated ( id int(10) unsigned NOT NULL auto_increment, question int(10) unsigned NOT NULL default '0', answer int(10) unsigned NOT NULL default '0', tolerance varchar(20) NOT NULL default '0.0', tolerancetype int(10) NOT NULL default '1', correctanswerlength int(10) NOT NULL default '2', correctanswerformat int(10) NOT NULL default '2', PRIMARY KEY (id), KEY question (question), KEY answer (answer)) TYPE=MyISAM COMMENT='Options for questions of type calculated'
1050: Table 'mdl_question_calculated' already exists
Error
This is also repeated for the other plugins as well:
match plugin needs upgrading
multianswer plugin needs upgrading
multichoice plugin needs upgrading
numerical plugin needs upgrading
randomsamatch plugin needs upgrading
rqp plugin needs upgrading
shortanswer plugin needs upgrading
truefalse plugin needs upgrading
If I click continue at the bottom of the page, the same error listing is sown again. If anyone has got any ideas on whats wrong I'd appreciate it if you could help me out!!
Thanks