I have installed Webwork twice now. Once it went flawlessly (I created a virtual specifically for Webwork); the second time I tried to install it on a pre-existing Ubuntu 14.04 box of mine ... but it failed this time.
Whenever I go to the main page, click "Course Administration", I'm then shown the following error:
Error messages
[missing table]
Call stack
The information below can help locate the source of the problem.
in Exception::Class::Base::throw called at line 818 of /opt/webwork/webwork2/lib/WeBWorK/DB/Schema/NewSQL/Std.pm
in WeBWorK::DB::Schema::NewSQL::Std::handle_error called at line 413 of /opt/webwork/webwork2/lib/WeBWorK/DB/Schema/NewSQL/Std.pm
in WeBWorK::DB::Schema::NewSQL::Std::_get_fields_where_prepex called at line 381 of /opt/webwork/webwork2/lib/WeBWorK/DB/Schema/NewSQL/Std.pm
in WeBWorK::DB::Schema::NewSQL::Std::get_fields_where called at line 481 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::listUsers called at line 252 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Login.pm
in WeBWorK::ContentGenerator::Login::body called at line 155 of /opt/webwork/webwork2/lib/WeBWorK/Template.pm
in WeBWorK::Template::template called at line 532 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator.pm
in WeBWorK::ContentGenerator::content called at line 202 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator.pm
in WeBWorK::ContentGenerator::go called at line 380 of /opt/webwork/webwork2/lib/WeBWorK.pm
I'm an experienced developer, but unfortunately my Perl knowledge is pretty limited (so I'm not sure how to debug this). The MySQL logs and Apache logs haven't revealed too much (perhaps I'm looking in the wrong place.
Any thoughts? Thanks in advance for your help.
P.S. it's worth noting there are no tables in the database for webwork at this point.