Moodle

Feedback module will not show responses for any feedbacks

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 1.9.3
  • Fix Version/s: None
  • Component/s: Feedback
  • Labels:
    None
  • Environment:
    MySQL, PHP5, Apache2, Linux
  • Database:
    MySQL
  • Affected Branches:
    MOODLE_19_STABLE

Description

Version: 1.9.3+ (Build: 20081217)

Module: Feedback

URL: /mod/feedback/show_entries.php?id=25885&do_show=showentries

Error shows:
==========
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 46 bytes) in /usr/local/apache2/htdocs/moodle/lib/dmllib.php on line 838

Line 838 is this cast:
================
function rs_fetch_next_record(&$rs) {
...
/// Cast array to object
$rec = (object)$recarr; //line 838
...
}

Activity

Hide
Ann Adamcik added a comment -

Fixing component (was forum). This might be a duplicate of MDL-17005.

Show
Ann Adamcik added a comment - Fixing component (was forum). This might be a duplicate of MDL-17005.

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated: