Details
-
Type:
Bug
-
Status:
Open
-
Priority:
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
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fixing component (was forum). This might be a duplicate of
MDL-17005.MDL-17005.