I just finished installing WebWork on a Fedora 8 server, and everything works fine until I add the admin course. Once I click on the admin course, I get the following error:
error instantiating DB schema WeBWorK::DB::Schema::NewSQL::NonVersioned for table set_user: Can't locate object method "new" via package "WeBWorK::DB::Schema::NewSQL::NonVersioned" at /opt/webwork/webwork2/lib/WeBWorK/DB.pm line 262.
at /opt/webwork/webwork2/lib/WeBWorK.pm line 286
Also, randomly when refreshing the error page, I will get the error that it cant locate Iterator/Util.pm in @INC, however Util.pm is located at "/usr/lib/perl5/site_perl/5.8.8/Iterator/Util.pm", and "/usr/lib/perl5/site_perl/5.8.8/" is in the @INC variable path list...
Can anyone shed some light on what is wrong here, anything I can try to troubleshoot? Thanks!
Jay