Ben paylaşılan bir bilgisayar benim pasta php dosya yüklemek için çalışıyorum ben bir Eksik Yardımcısı hata alıyorum.
Undefined variable: javascript Missing Helper File
Benim yerel makine üzerinde iyi çalışıyor.
Ben hosting aşağıdaki dizin yapısı vardır: (cpanel kullanarak)
/home/user/
/app
/cake
/vendors
/public _html
/css
/img
/js
.htaccess
index.php
I have also made all the relevant changes to the index.php file and I was getting the full colored cake php intro page. The strange thing is that it is recognizing the HTML helper and hence i am able to see my web page with full CSS. However, it is giving problems with javascript and other helpers. I already have an app_controller file with all helpers well defined in $helpers =array().
Neden bu hatayı veriyor?
As mentioned above, I have made changes to my cake directory structure. So, do I have to make changes to the paths.php file located in the cake/config folder?? I think that cake is not finding the javascript helper because something is messed up with config files. Is it so or there is some other problem??