Ideally restore from your backup,
to get around the specific issue shown, update modules/AM_ProjectHolidays/AM_ProjectHolidays_sugar.php and change where it says:-
parent::Basic();
to
parent::__construct();
Ideally restore from your backup,
to get around the specific issue shown, update modules/AM_ProjectHolidays/AM_ProjectHolidays_sugar.php and change where it says:-
parent::Basic();
to
parent::__construct();