Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

by Stefan Eberhard -
Number of replies: 4
After upgrading to 1.83+ (2007021532) I receive
Fatal error: Call to undefined method flexible_table::no_sorting() in..... ../ analysis/report.php on line 249

when trying to get a quiz analysis


Average of ratings: -
In reply to Stefan Eberhard

Re: Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
It's already fixed. MDL-5262.
In reply to Tim Hunt

Re: Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

by Mike Jackson -

Does this mean I need to update to 1.84? Or is there a simpler update?

In reply to Mike Jackson

Re: Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

by Pierre Pichet -
The function no_sorting() is in lib/tablelib.php and the modifications were merged down to 1.6 by Tim on 29/10/2007. MDL-11416.

Pierre
In reply to Pierre Pichet

Re: Quiz Analysis: Fatal error: Call to undefined method flexible_table::no_sorting() in

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Actually, it was Petr Skoda who merged those changes.

To expand on what Pierre says: the minimal fix is to apply just the specific code change from http://tracker.moodle.org/browse/MDL-11416;page=cvs-tabpanel to your Moodle - assuming that fix is entirely self-contained and does not depend on any other changes - which seems to be the case.

However, while requiring more work, upgrading to 1.8.4 will bring you many other bug fixes: http://tracker.moodle.org/secure/ReleaseNote.jspa?version=10242&styleName=Html&projectId=10011