Include and Require Errors
Moderators: egami, macek, gesf
-
- php-forum Fan User
- Posts: 973
- Joined: Mon Oct 01, 2012 12:32 pm
it's saying that the file 'MyCore.php' is not found but is required according to autoload.php. it looks like you have your autoload in an include floder and maybe your 'MyCore' is elsewhere or maybe capitalization is off. find the path of MyCore.php relative to autoload.php and update your code and you should be fine. on that error at least.