awethemes / awebooking

AweBooking: A free online hotel booking for WordPress
https://wordpress.org/plugins/awebooking/
GNU General Public License v2.0
43 stars 22 forks source link

Beta 13 Plugin cause fatal error #65

Closed LouiLu closed 6 years ago

LouiLu commented 6 years ago

Hi, I got a fatal error after updated to Beta 13, it broke my entire site. Here follows the error message: PHP Fatal error: Class 'Skeleton\Admin_Menu' not found in /var/www/html/comnet/comnet-developments/mayflower-dev/wp-content/plugins/awebooking/inc/Admin/Admin_Menu.php on line 9

LouiLu commented 6 years ago

I think its the problem cause by the directory of "vendor/awethemes/skeleton/inc/Admin_Menu.php", I added "require_once trailingslashit( DIR ) . 'vendor/awethemes/skeleton/inc/Admin_Menu.php'; "manually into the bootstrap.php file which fix the problem. But i dont think it will be a good solution.