I recently tried to install a mod on my site (kbank), but completely messed it up. I deleted all the strings that included kbank in phpmyadmin because I was unaware of that this could be added to the config.php
define('DISABLE_HOOKS', true);
Now my site has a 500 error. I tried reuploading the files and doing an upgrade through install/upgrade.php but on step 4 i get this error:
Warning: Invalid argument supplied for foreach() in /home/legacy/public_html/includes/adminfunctions_template.php on line 2489
If anyone can help with this, I'd be greatly appriciative. I'd rather not restart from scratch.
define('DISABLE_HOOKS', true);
Now my site has a 500 error. I tried reuploading the files and doing an upgrade through install/upgrade.php but on step 4 i get this error:
Warning: Invalid argument supplied for foreach() in /home/legacy/public_html/includes/adminfunctions_template.php on line 2489
If anyone can help with this, I'd be greatly appriciative. I'd rather not restart from scratch.
Comment