Fixed by changing line 226 in
/webwork2/lib/WeBWorK/DB/Schema/NewSQL/Moodle.pm
from this ...
my $coursename_field = $self->sql->_quote("coursename");
to this ...
my $coursename_field = $self->sql->_quote("course");
and restarting apache.
Installation
Upgrade problem?
This forum has a limit to the number of forum postings you can make in a given time period - this is currently set at 5 posting(s) in 1 day