Brian, Thank you for your help.
I tried to move my cake installation to my root web folder and now everything is working. I guess, in the future, I will examine the subfolder configuration. Thank you again, Sergio On Mar 7, 11:27 am, brian <[email protected]> wrote: > I did receive the email that you sent directly to me. I replied: > -- snip -- > I guess I'd have to agree with that. But, as I said, I don't have any > experience using a subdirectory. I know it can work, though. Check > some of the links here: > > http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_ENUS271&=&q=... > > You can probably ignore the "Apache alias" ones, unless you have > access to httpd.conf. Other than that, though, I can't really say > which is the best (correct) method to use. > -- snip -- > > Sorry, I don't know of any other solution. > > On Fri, Mar 6, 2009 at 5:33 PM, SergioTorresC. <[email protected]> > wrote: > > > Brian, > > > I have tries twice to send you an answer, but I don't get it > > published... > > > I said cake is my web_root directory. > > > For examplehttp://localhost/cake/customers/loginis a valid URL in my > > setup and it is working, so I guess the tag src "/cake/js/prototype" > > sgould work, no? > > > On Mar 5, 10:33 am, brian <[email protected]> wrote: > >> On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC. <[email protected]> > >> wrote: > > >> > Brian, > > >> > Thank you for your answer. > > >> > You are right, it was a typo. I am not using the extensions when > >> > calling the scripts. > > >> > When I see the view source the links appear like this: > > >> > <script type="text/javascript" src="/cake/js/prototype.js"></script> > >> > <script type="text/javascript" src="/cake/js/listinvoices.js"></ > >> > script> > > >> > And both files are, indeed, under cake/webroot/js > > >> > Since my Www_Root variable is "C:\Inetpub\wwwroot\cake\app\webroot\" > > >> > I understand the tags' src is correct, maybe not? > > >> No, it should begin with '/js/...' if webroot dir is root. But you > >> mentioned that you'd tried several ways; is this the result of using > >> $javascript->link('prototype')? That should be the correct one. > > >> Keep in mind that you should also be able to open the JS file directly > >> in your browser by pointing it to this URL: > > >> /js/prototype.js > > >> If that works, you'll know that Cake is set up properly for your > >> directory structure. > > >> It's a bit confusing in that, when using the link() method, you leave > >> off the initial js directory, as well as the extension. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
