Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0 regressions, 4.0.5
-
2
-
Team Hedgehog Sprint 1.2, Team Hedgehog Sprint 1.3
-
Small
Description
Hi,
I was testing upgrading our Moodle code from 3.11.11+ to 4.1 released yesterday.
I've seen 72 entries (I suppose this 72 is due to our database content) having this exact form, varying some values like $lastslot or the time of the stack.
Warning: Creating default object from empty value in /var/www/html/lib/db/upgrade.php on line 2336
|
|
Call Stack:
|
0.0006 426592 1. {main}() /var/www/html/admin/cli/upgrade.php:0
|
2.8278 59720488 2. upgrade_core($version = 2022112800, $verbose = TRUE) /var/www/html/admin/cli/upgrade.php:196
|
5.6403 61957664 3. xmldb_main_upgrade($oldversion = '2021051710.02') /var/www/html/lib/upgradelib.php:1891
|
564.1398 63750216 4. {closure:/var/www/html/lib/db/upgrade.php:2332-2339}($lastslot = '1005824', $tagstrings = [0 => '5779,multirespuesta']) /var/www/html/lib/db/upgrade.php:2346
|
I'm posting it here, since it is referring to code on upgrading from core. However, the "closure" exposed on the fourth line may refer to third party plugin code.
These 72 warnings appeared between this upgrade process part:
++ 2022020200.04: Èxit (8,97 segons) ++
|
|
[################################
|
[... here 72 warnings ...]
|
####################++ 2022020200.05: Èxit (303,28 segons) ++
|
++ 2022020200.06: Èxit (17,16 segons) ++
|
"Èxit" means "Success", and "segons" means "seconds".
I'll be back if I have something new to say.
Attachments
Issue Links
- is a regression caused by
-
MDL-73808 Moodle 4.0 question bank upgrade uses a lot of memory and is slow
-
- Closed
-