Re: Cannot execute javascript

2009-03-09 Thread SergioTorresC.

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  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.  
> 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  wrote:
> >> On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC.  
> >> 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:
>
> >> > 
> >> > 

Re: Cannot execute javascript

2009-03-07 Thread brian

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=cakephp+subdirectory&aq=2&oq=cakephp+sub

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.  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 example http://localhost/cake/customers/login is 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  wrote:
>> On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC.  
>> 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:
>>
>> > 
>> > 

Re: Cannot execute javascript

2009-03-07 Thread SergioTorresC.

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 example http://localhost/cake/customers/login is 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  wrote:
> On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC.  
> 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:
>
> > 
> > 

Re: Cannot execute javascript

2009-03-05 Thread brian

On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC.  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:
>
> 
> 

Re: Cannot execute javascript

2009-03-05 Thread SergioTorresC.

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:




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?


On Mar 4, 10:13 pm, brian  wrote:
> On Wed, Mar 4, 2009 at 8:09 PM, SergioTorresC.  
> wrote:
>
> >        link('prototype.js')); ?>
>
> Is this a typo? I ask because, further on in your mail, you leave out
> the ".js", which is the correct way. Always leave out the extension
> for both JS & CSS files.
>
> >        
>
> > In myview.ctp file
>
> >        link('listinvoices', false)); ?>
>
> > Firebug reports for both files a "syntax error" on line 1.
> > Line 1 has the document declaration
>
> >  > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
> > I checked on the web and the declaration seems to be ok.
>
> This is the same thing I see when the path to a JS file is incorrect.
> You didn't mention what the script tag's src looks like (when you view
> source).

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cannot execute javascript

2009-03-04 Thread brian

On Wed, Mar 4, 2009 at 8:09 PM, SergioTorresC.  wrote:
>
>
>        link('prototype.js')); ?>

Is this a typo? I ask because, further on in your mail, you leave out
the ".js", which is the correct way. Always leave out the extension
for both JS & CSS files.


>        
>
> In myview.ctp file
>
>        link('listinvoices', false)); ?>
>
>
> Firebug reports for both files a "syntax error" on line 1.
> Line 1 has the document declaration
>
>  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
> I checked on the web and the declaration seems to be ok.

This is the same thing I see when the path to a JS file is incorrect.
You didn't mention what the script tag's src looks like (when you view
source).

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---