When I run my app on my locale machine it works fine, but when I run it on my sever using cpanel, everything works fine expect when I use js helper using jquery library the following error occurs
Error: jqueryEngineHelper could not be found.
Error: Create the class jqueryEngineHelper below in file: app/View/Helper/jqueryEngineHelper.php
<?php class jqueryEngineHelper extends AppHelper { } Nb: all the files exists.