Thread Starter
ptlj41
(@ptlj41)
OK, I fixed it!!! If you have the problem with the HighendWP
1. Go into your file manager.
2. edit this file
/wp-content/themes/HighendWP/hbframework/admin/utilities/class-install-plugins.php
3. Change (this is around line 12) –
class HB_Upgrader_Skin extends WP_Upgrader_Skin {
public function feedback( $string ) {
return;
}
to
class HB_Upgrader_Skin extends WP_Upgrader_Skin {
public function feedback($string, …$args) {
return;
}
Thread Starter
ptlj41
(@ptlj41)
Yes, I am seeing it isn’t compatible. We need a workaround to get into Word Press, so we can fix the site. Currently, our issue isn’t how the auto-update happened. Our issue is to get our site back up and running as quickly as possible.