Cant find Base Controller in production server...

Hello,

I have a weitd problem happening, My module (CRM) cant find the base controller (CrmController) when i publish to my production server, however works fine when I’m developing locally…???

My CrmController is located in crm/components

I extend all my crm/controllers from this CrmController, and its just saying “Fatal error: Class ‘CrmController’ not found in /home1/lookatla/public_html/lux_app/modules/crm/controllers/DashController.php on line 18” When I try to access it online…???

Help…

If you are sure that the file is there… it could be some permission problems…

I re-uploaded the file as well as the module 2 times just to make sure there was no data corruption in the transfer and still no go… it just cant seem to find it inside components folder… but locally it runs fine…

I’m embarrased to say it was 2 things i did wrong…

I had cleared cache but somehow chrome was persisting to use the "old" page, and the second error was defining yumcontroller in lowercase instead of YumController in Yii::import…

Sorry for wasting your time with this :frowning: but happy it worked again :slight_smile: