Currently im running NGINX - PHP7 - PHP-FPM.
The bootstrap function of base/Application is not being called by init().
When debugging i noticed base/Application->init() is not being called by Object::__constructor() but the Object->init() is.
Does someone know what is happing? or what the problem is?