check if you have some files with an uppercase letter. Windows is case-insensitive while linux is case-sensitive.
Saludos, Pablo Viojo CTO, Groupon Latinoamerica http://tiopaul.io <[email protected]> http://www.groupon.com.ar http://www.groupon.cl http://www.groupon.com.co http://www.groupon.com.mx http://www.groupon.com.pa http://www.groupon.com.pe http://www.groupon.com.pr http://www.groupon.com.uy http://www.groupon.com On Fri, Feb 3, 2012 at 4:47 PM, byhill <[email protected]> wrote: > Thanks for the response but i'm not sure if I understand the > question. The javascript helper is being used to write the html that > includes my javascript files. (Which happen to be jquery) > > This is similar to how the html helper is used to include the css > files. > > So i have something like this: > echo $javascript->link(array('jquery')); > > Used to work but $javascript isn't defined now that I've moved the > application to a new server. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
