Please look at the bottom of this page (under Support Policy Summary) for our support policy summary, containing important information regarding our working hours and our support policy. Thank you!
I am getting this error message when I try to login using wp-admin
Error thrown
Class 'Akeeba\AdminTools\Admin\Helper\Language' not found
It looks lioke it was auto updated on 1/17/23 according to version.php
Tried renaming main.php and not helping.
Host allows one restore in 24 hours and I had tried 1/31 so can't do anything again until tomorrow.
How can I go around this? Thanks//
<?php /** * @package admintoolswp * @copyright Copyright (c)2017-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 3 or later */ define('ADMINTOOLSWP_PRO', '1'); define('ADMINTOOLSWP_VERSION', '1.6.0'); define('ADMINTOOLSWP_DATE', '2023-01-17'); define('ADMINTOOLSWP_MIN_PHP', '7.4.0');
Norman Berger