I have recently installed Webwork with some perl module difficulties, but I believe I now have all modules correctly installed. Running check_modules.pl returns a completely installed list. I seem to now be having issues after running the addcourse script. I get the Course Administration link, but when I click on it, I get the following error:
Error messages
error instantiating DB driver WeBWorK::DB::Driver::SQL for table set_user: DBI connect('webwork','webworkWrite',...) failed: Access denied for user 'webworkWrite'@'localhost' (using password: YES) at /opt/webwork/webwork2/lib/WeBWorK/DB/Driver/SQL.pm line 65
at /opt/webwork/webwork2/lib/WeBWorK.pm line 286
Call stack
The information below can help locate the source of the problem.
in Carp::croak called at line 262 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::init_table called at line 254 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::init_table called at line 223 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::new called at line 286 of /opt/webwork/webwork2/lib/WeBWorK.pm
Any help is appreciated. Thanks.