[2.4] PHP Error "re-calculate grades" action - Workshop module

[2.4] PHP Error "re-calculate grades" action - Workshop module

by Eder dos Santos -
Number of replies: 0

Hi all,

We're using Moodle 2.4.3+ (Build: 20130405). We're experiencing an error at the Workshop module, with the "re-calculate grades" button.

We activated the debugging mode, ain't got an error code or message. Just a "PHP catchable fatal error". I started to debug it within my IDE (Netbeans + XDebug) and found that the error occurs at lib.php file, at this linepoint:

Method:

update_grading_grades

Code line:

       // do not forget to process the last batch!
        $this->process_assessments($batch, $diminfo, $settings);

I commented this line and the case run well.

Did anybody experience the same problem? I'm using a test site under Ubuntu Lucid Lynx (10.04) with MySQL 5.1.69 and PHP 5.3.2.

Thanks in advance.

 

 

Average of ratings: -