Difference between revisions of "APR::Table error"

From WeBWorK_wiki
Jump to navigation Jump to search
(Created page with '{| border="1px" |-style="text-align:left" ! OS !! Perl !! Perl Compile Options !! Apache !! mod_perl !! Example |- valign="top" | Ubuntu 8.04 || 5.8.8 || style="width:15%;"| MUL…')
 
Line 1: Line 1:
{| border="1px"
+
{| border="1px" valign="top"
 
|-style="text-align:left"
 
|-style="text-align:left"
 
! OS !! Perl !! Perl Compile Options !! Apache !! mod_perl !! Example
 
! OS !! Perl !! Perl Compile Options !! Apache !! mod_perl !! Example
Line 16: Line 16:
 
* Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 251.
 
* Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 251.
 
* Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 254.
 
* Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 254.
  +
|- valign="top"
  +
| RHEL 5 | 5.8.8 || style="width:15%;" | MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API || httpd-2.2.3-43.el5 || mod_perl-2.0.4-6.el5 || style="width:15%; font-size: 8pt;" |
 
|-
 
|-
 
 
|}
 
|}

Revision as of 13:46, 12 September 2011

OS Perl Perl Compile Options Apache mod_perl Example
Ubuntu 8.04 5.8.8 MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API 2.2.8-1ubuntu0.21 2.0.3-2ubuntu2 From Library/CollegeOfIdaho/setAlgebra_05_01_IntroPolynomials/51IntAlg_09_Polynomial.pg as follows:
  * Error in Translator.pm::process_answers: Answer AnSwEr2: |13984200|
  * Can't locate object method "get" via package "APR::Table" at [WW]/lib/Apache/WeBWorK.pm line 74
    Died within AnswerEvaluator::evaluate called at line 1 of (eval 33003)
  * Error in Translator.pm::process_answers: Answer AnSwEr2:
  * Answer evaluators must return a hash or an AnswerHash type, not type || at /opt/webwork/pg/lib/WeBWorK/PG/Translator.pm line 1175
  * Use of uninitialized value in numeric ge (>=) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 249.
  * Use of uninitialized value in pattern match (m//) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 250.
  * Use of uninitialized value in numeric ge (>=) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 250.
  * Use of uninitialized value in numeric ge (>=) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 251.
  * Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 251.
  * Use of uninitialized value in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm line 254.
5.8.8 MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API httpd-2.2.3-43.el5 mod_perl-2.0.4-6.el5