Skip to content
Advertisement

Cake php Missing helper, working on local but not on remote

Faced this issue and none of the solutions mentioned online actually helped: Using Cake php all my project was working perfectly fine on a local windows machine but not working on a linux server and I was presented with this error:

JavaScript

Eventually I found out that I wasn’t missing any helpers but the issue was in the ctp file and the different ways Linux and Windows read that file. I will write the answer below

Advertisement

Answer

The way this was solved was by changing these:

JavaScript

to this:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement