|
|
|
Issue Links:
|
Dependency
|
|
This issue will help resolve:
|
|
|
MDL-20513 Make anomaly the default theme in Moodle 2.0
|
|
|
|
|
|
|
|
|
Can no longer use the anomaly theme on 2.0. It also prevents upgrading.
Error is:
Notice: Undefined variable: OUTPUT in /var/www/moodle-head/theme/anomaly/header.html on line 36
Fatal error: Call to a member function container_start() on a non-object in /var/www/moodle-head/theme/anomaly/header.html on line 36
After removing the anomaly theme setting from the db, I get the error:
Unknown error upgrading qtype_calculated to version 2009082000, can not continue.
Clicking "continue" seems to fix the upgrade, but anomaly still cannot be used.
|
|
Description
|
Can no longer use the anomaly theme on 2.0. It also prevents upgrading.
Error is:
Notice: Undefined variable: OUTPUT in /var/www/moodle-head/theme/anomaly/header.html on line 36
Fatal error: Call to a member function container_start() on a non-object in /var/www/moodle-head/theme/anomaly/header.html on line 36
After removing the anomaly theme setting from the db, I get the error:
Unknown error upgrading qtype_calculated to version 2009082000, can not continue.
Clicking "continue" seems to fix the upgrade, but anomaly still cannot be used. |
Show » |
|
Just a quick note the error caused by qtype_calculated when upgrading was a seperate issue.
I've just created
MDL-20275(and commited a fix) for that bug.Cheers
Sam