I created a class in the Lib folder of cakephp with some functions. Testing locally, and adding in controller
App::uses('readMessages', 'Utility');
Everything works correctly, but when I upload to the actual server, it says it can not find the class readMessages.
Does anyone know how to get around this? Is there a configuration file that I need to modify?
Locally my server is windows and online my server is <