vote up 0 vote down star

Hi , I m having a doubt in cakePHP.I m building an application in CakePHP.I kept prototype.js and scriptacuolous.js in the /app/webroot/js folder..But in the view

I gave as $javascript->link("prototype");

But it s generating the script

src="/cake_1.2.1.8004/index.php/js/prototype.js"

instead of src="/cake_1.2.1.8004/app/webroot/js/prototype.js"

I dont know where to set this..Please resolve me this error...

flag

34% accept rate
Myself Got the answer... – Aruna May 11 at 12:20
I just changed the core.php file in config folder..I uncommented the baseUrl part in that core.php..Now its working .... – Aruna May 11 at 12:21

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.