Hello jnrdavo
Please try to deactivate it by file.
core/includes/config.php
In order to do this,
Open your
config.php file and add the following code directly below it in
<?php
PHP Code:
define('DISABLE_HOOKS', true);
This is how it looks:
PHP Code:
<?php
define('DISABLE_HOOKS', true);
If the same problem persists, I recommend trying the update again. There may have been a defect in the previous update.