Thank you for your reply.
I followed the above steps (minus step 2) and had no luck
.I restored one course into my experimental moodle site that contained one instance of a Wiki activity. I then installed Nwiki following the above steps (without step 2). On re-logging in to my experimental moodle I got the "wiki module needs upgrading" message and then a series of 'success' messages but no [continue] button at the bottom of the page: see attached PDF.
I then reloaded the page, and got these 'messages'
(mysql): SHOW TABLES
(mysql): SELECT * FROM mdl_modules WHERE name = 'dfwiki' LIMIT 1
dfwiki installed. Upgrading dfwiki (start)
(mysql): SHOW COLUMNS FROM `mdl_modules`
(mysql): UPDATE mdl_modules SET name = 'dfwiki', version = '2006052502', cron = '2007053101', lastcron = '0', search = '', visible = '0' WHERE id = '23'
dfwiki installed. Upgrading dfwiki (end)
wikis to dfwiki (start)->
(mysql): SELECT * FROM mdl_wiki
(mysql): SELECT * FROM mdl_wiki_entries WHERE wikiid='1' LIMIT 1
(mysql): SELECT * FROM mdl_modules WHERE name = 'wiki' LIMIT 1
(mysql): SELECT * FROM mdl_course_modules WHERE module=22 AND instance=1 LIMIT 1
Reloading the page again gets the same messages. The only way to get back to the top page is to remove the NWiki module from the mod directory.
Just to make sure that Nwiki would install correctly into my system, I removed the course that contained the instance of a Wiki activity, so that there were no wikis in my system. This time, the installation was a success, so it seems that there is a bug in the migration process
.Any ideas?
My experimental Moodle is running on the following system:
PowerBook G4, Mac 10.4.10
moodle 1.8.3 (downloaded 29th Nov from CVS)
MySQL 5.0.24
php 5.2.1
Are there any other steps I should carry out?