I have change my provider and i have this error now
Fatal error: Class 'GxController' not found in /home/clients/bbbf03544f22c763cd3acfefa31454be/web/protected/controllers/SiteController.php on line 6
i used to import like this :
Yii::import(‘application.components.GxController);
and now i have to do
include Yii::app()->getBasePath().'/components/GxController.php';
any idea ? i doesn't want to change all the code..
before i use php 5.4 and now 5.6
Many thanks..