The following exception is thrown on my server:
Fatal error: Class \'My_Model_Bo_User_Agenda_Doctors\' not found in...
Though in localhost everyth
You don't say so in your question, but I suspect that you are developing on windows and hosting on Linux.
Windows is not case sensitive to path names, but Linux is! Check that:-
Do not just think to yourself, yes I've done that, go and check them carefully. Believe me, bitter experience has taught me this problem is always due to a trivial oversight like this.