-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
1.4.5
-
None
-
All
-
MOODLE_14_STABLE
line 98 in http://moodle.cvs.sourceforge.net/moodle/moodle/backup/restore.php (MOODLE_14_STABLE) now reads:
raise_memory_limit(memory_limit,128M);
but it should read:
raise_memory_limit(128M);
because:
function raise_memory_limit($newlimit)
I know the MOODLE_14_STABLE branch is becoming obsolete but I think our site is not the only one still deploying Moodle 1.4.5, and it took me quite a lot of time to locate the problem with restores not getting finished.
DM
- is duplicated by
-
MDL-38191 Backup and restore should use large memory limit
-
- Closed
-