-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.1
-
None
-
MOODLE_401_STABLE
In current master, I changed my prefix to try out a fresh install, but it doesn't work. Here is the error:
Error
|
Table "config" does not exist
|
Debug info:
|
Error code: ddltablenotexist
|
Stack trace:
|
|
line 673 of \lib\dml\moodle_database.php: dml_exception thrown
|
line 1711 of \lib\dml\moodle_database.php: call to moodle_database->where_clause()
|
line 1517 of \lib\moodlelib.php: call to moodle_database->get_field()
|
line 4273 of \lib\outputrenderers.php: call to get_config()
|
line 219 of \lib\mustache\src\Mustache\Context.php: call to core_renderer->favicon()
|
line 138 of \lib\mustache\src\Mustache\Context.php: call to Mustache_Context->findVariableInStack()
|
line 29 of C:\Users\sm449\data\moodledata\junk_core-moodle-github\localcache\mustache\1\boost\__Mustache_79de2b7bc59b3edaf42bddd54f84759a.php: call to Mustache_Context->findDot()
|
line 67 of \lib\mustache\src\Mustache\Template.php: call to __Mustache_79de2b7bc59b3edaf42bddd54f84759a->renderInternal()
|
line 204 of \lib\outputrenderers.php: call to Mustache_Template->render()
|
line 34 of \theme\boost\layout\maintenance.php: call to renderer_base->render_from_template()
|
line 1473 of \lib\outputrenderers.php: call to include()
|
line 1399 of \lib\outputrenderers.php: call to core_renderer->render_page_layout()
|
line 543 of \lib\outputrenderers.php: call to core_renderer->header()
|
line 42 of \admin\renderer.php: call to plugin_renderer_base->__call()
|
line 232 of \admin\index.php: call to core_admin_renderer->install_licence_page()
|
Looks like it's trying to display the license page, but this eventually results in trying to display a favicon, which then fails because it needs to get something from the config table.
(Note: It's possible this could be my config or something - I haven't verified that it happens to anyone else.)
- duplicates
-
MDL-75841 Web install broken after favicon changes
-
- Closed
-