> I just installed Firebug, so I don't know my way around it very well
> yet.  Loading the page that's been giving me problems gives me the
> following two errors there:
>
> Error #1 >>
> syntax erroreffects.js (line 1)
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> << End error #1

yep, that's the 404 from the server, I have minbe installed like so:

/app/webroot/js/scriptaculous1.6.1/

so to use them I do:

echo $javascript->link('scriptaculous1.6.1/lib/prototype.js');

not

echo $javascript->link('prototype.js');

I'm guessing you've screwed the include paths for the rest of the libs.

hth

jb



-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to