From: John J. <jj...@as...> - 2005-12-27 18:59:13
|
Hi, I just did a cvs update and get the errors below on the list of problems page, in the right panel which shows the screen set header. I have not made any changes to the headers recently. I can't see where other recent changes might be causing this either. In trying to see what might be the matter, I was confused by the passing of psvn to WeBWorK::PG::new, which then gets passed forward. It looks like the psvn value which is passed is never used. Instead, the routines are extracting it from $set (which is where the error comes from). John Warning messages Error messages |Can't call method "psvn" without a package or object reference at /opt/devel/webwork-modperl/lib/WeBWorK/PG.pm line 78. | Call stack The information below can help locate the source of the problem. * |in WeBWorK::PG::Local::new called at line 50 of /opt/devel/webwork-modperl/lib/WeBWorK/PG.pm| * |in WeBWorK::PG::new called at line 223 of /opt/devel/webwork-modperl/lib/WeBWorK/ContentGenerator/ProblemSet.pm| * |in WeBWorK::ContentGenerator::ProblemSet::info called at line 152 of /opt/devel/webwork-modperl/lib/WeBWorK/Template.pm| * |in WeBWorK::Template::template called at line 437 of /opt/devel/webwork-modperl/lib/WeBWorK/ContentGenerator.pm| * |in WeBWorK::ContentGenerator::content called at line 174 of /opt/devel/webwork-modperl/lib/WeBWorK/ContentGenerator.pm| * |in WeBWorK::ContentGenerator::go called at line 299 of /opt/devel/webwork-modperl/lib/WeBWorK.pm| |