wp-admin becomes blank after installing HireBee
I just installed today's hirebee-dev version. I can see the frontend of my site but
wp-admin and all admin pages are blank. My host tried to help and here's what he says:
______________________________
We're seeing this error repeatedly in the /home/workpric/public_html/
wp-admin/error_log file:
[19-Jul-2014 02:25:41 UTC] PHP Fatal error: Class 'HRB_Expire_Handler' not found in /home/workpric/public_html/
wp-content/themes/hirebee/includes/admin/project-single.php on line 227
[19-Jul-2014 02:26:59 UTC] PHP Fatal error: Class 'HRB_Expire_Handler' not found in /home/workpric/public_html/
wp-content/themes/hirebee/includes/admin/project-single.php on line 227
[19-Jul-2014 02:27:02 UTC] PHP Fatal error: Class 'HRB_Expire_Handler' not found in /home/workpric/public_html/
wp-content/themes/hirebee/includes/admin/project-single.php on line 227
Line 227 of the listed file in the error says this:
class HRB_Project_Timeline_Meta extends HRB_Expire_Handler {
The issue is that there is a "HRB_Project_Timeline_Meta" that makes use of a "HRB_Expire_Handler", but "HRB_Expire_Handler" does not seem to exist. We tried commenting out this section of the file as a hack way just to get the site live again, but that just caused another error to come up.
__________________________________________________
We tried version 1.0 but it didn't work either. Thank you in advance for your help.