I ran wwdb_upgrade, and followed the upgrade instructions.
now I get the opening page but when I click on any of the courses I get this:
Error messages
error instantiating DB driver WeBWorK::DB::Driver::SQL for table problem_user: DBI connect('webwork','',...) failed: Access denied for user 'www-data'@'localhost' (using password: NO) 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 258 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::init_table called at line 219 of /opt/webwork/webwork2/lib/WeBWorK/DB.pm
in WeBWorK::DB::new called at line 286 of /opt/webwork/webwork2/lib/WeBWorK.pm
Request information
Method | GET | ||||||||||||||||||
URI | /webwork2/admin/ | ||||||||||||||||||
HTTP Headers |
|
also when I run check modules I get this:
Checking your $PATH for executables required by WeBWorK...
$PATH= /usr/local/bin
/usr/bin
/bin
/usr/games
/opt/webwork/webwork2/bin
mkdir found at /bin/mkdir
mv found at /bin/mv
mysql found at /usr/bin/mysql
tar found at /bin/tar
gzip found at /bin/gzip
latex found at /usr/bin/latex
pdflatex found at /usr/bin/pdflatex
dvipng found at /usr/bin/dvipng
** tth not found in $PATH
giftopnm found at /usr/bin/giftopnm
ppmtopgm found at /usr/bin/ppmtopgm
pnmtops found at /usr/bin/pnmtops
pnmtopng found at /usr/bin/pnmtopng
pngtopnm found at /usr/bin/pngtopnm
Checking your @INC for modules required by WeBWorK...
@INC= /etc/perl
/usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl
.
Benchmark found and loaded
Carp found and loaded
CGI found and loaded
Data::Dumper found and loaded
Data::UUID found and loaded
Date::Format found and loaded
Date::Parse found and loaded
DateTime found and loaded
DBD::mysql found and loaded
DBI found and loaded
Digest::MD5 found and loaded
Email::Address found and loaded
Errno found and loaded
Exception::Class found and loaded
File::Copy found and loaded
File::Find found and loaded
File::Path found and loaded
File::Spec found and loaded
File::stat found and loaded
File::Temp found and loaded
GD found and loaded
Getopt::Long found and loaded
Getopt::Std found and loaded
HTML::Entities found and loaded
HTML::Tagset found and loaded
IO::File found and loaded
Iterator found and loaded
Iterator::Util found and loaded
Mail::Sender found and loaded
MIME::Base64 found and loaded
Net::IP found and loaded
Net::LDAPS found and loaded
Net::SMTP found and loaded
Opcode found and loaded
PHP::Serialization found and loaded
Pod::Usage found and loaded
Safe found and loaded
** SOAP::Lite found, but failed to load: Weak references are not implemented in the version of perl at /usr/local/share/perl/5.8.8/SOAP/Lite.pm line 2447
BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/SOAP/Lite.pm line 2447.
Compilation failed in require at (eval 68) line 2.
BEGIN failed--compilation aborted at (eval 68) line 2.
Socket found and loaded
SQL::Abstract found and loaded
String::ShellQuote found and loaded
Text::Wrap found and loaded
Time::HiRes found and loaded
Time::Zone found and loaded
URI::Escape found and loaded
XML::Parser found and loaded
XML::Parser::EasyTree found and loaded
XML::Writer found and loaded
XMLRPC::Lite found and loaded
Apache2::Request found and loaded
Apache2::Cookie found and loaded
Apache2::ServerRec found and loaded
Apache2::ServerUtil found and loaded
I tried getting SOAP::Lite from CPAN but it wont install without the force command. I cant help but think that my DB access problems are because of the SOAP module not being loaded.
any help here would be hot!
thanks!