You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-->tool_excimer
!!! Error writing to database !!!
!! You can't specify target table 'mdl_tool_excimer_page_groups' for update in FROM clause
DELETE FROM mdl_tool_excimer_page_groups
WHERE id NOT IN (
SELECT MIN(id)
FROM mdl_tool_excimer_page_groups
GROUP BY LOWER(name), month
)
[array (
)]
Error code: dmlwriteexception !!
!! Stack trace: * line 497 of /lib/dml/moodle_database.php: dml_write_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1181 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 506 of /admin/tool/excimer/db/upgrade.php: call to mysqli_native_moodle_database->execute()
* line 789 of /lib/upgradelib.php: call to xmldb_tool_excimer_upgrade()
* line 1967 of /lib/upgradelib.php: call to upgrade_plugins()
* line 274 of /admin/cli/upgrade.php: call to upgrade_noncore()
!!
The text was updated successfully, but these errors were encountered:
On mysql 8, php 7.4 get error on Moodle upgrade:
The text was updated successfully, but these errors were encountered: