Errors upgrading Journal module

Errors upgrading Journal module

by Paul Shew -
Number of replies: 2

I ran into errors when upgrading to the latest development version. I was upgrading from a version from about March 10th, to the latest version in the CVS. I ran into the following errors when it did the journal module upgrade. It says there are errors in the SQL syntax.


Is this a serious problem? How can it be fixed?



journal module needs upgrading


(mysql): SELECT * FROM mdl_journal WHERE introformat = '3'
Average of ratings: -
In reply to Paul Shew

Re: Errors upgrading Journal module

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
It's a bug in cvs:/moodle/lib/wiki_to_markdown.php which converts all texts using the obsolete 'Wiki-like" formatting to Markdown, now fixed in CVS.

Did you use the Wiki-like format a lot? Those entries may look a little odd now because of the failed upgrade.

To fix it, when you get the new code, you can try decrementing the number in the database->modules->journal->version and re-upgrading.