Page 1 of 1

Jquery Install Problem

Posted: Sun Dec 19, 2010 3:34 pm
by GabbyG
Good Morning Everyone,
Having a problem with my jquery install. I get the below error listed about 15 times. Can anyone advise in layman's terms? I've already completed a forum search and was not able to find a solution to this. Thank you kindly as I really need this module


Gabby

Warning: Illegal offset type in isset or empty in home******public_html/modules/jQuery/jQuery.module.php on line 149

Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:02 pm
by Jos
This is reported as a bug for this module: http://dev.cmsmadesimple.org/bug/list/685

But, I guess you don't really need a module to include jquery. Just put

Code: Select all

<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></__script>
into the section of your page-template

Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:26 pm
by GabbyG
OK thank you very much. Glad it wasn't something I did wrong which is typically the case. LOLĀ  On average, how long does it taek for these bugs to get fixed? I tried your solution and it offset my page all the way to the left?

ThankĀ  you again,

Gabby

Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:33 pm
by Jos
GabbyG wrote: On average, how long does it taek for these bugs to get fixed?
Nobody knows... depends when the moduledeveloper is in the mood and has time for it.
GabbyG wrote:I tried your solution and it offset my page all the way to the left?
That is almost impossible... did you put it somewhere between and ?

Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:39 pm
by GabbyG
Yes, it shifted the content to the left. I'm using the same ocean template if that is at all important.

Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:44 pm
by GabbyG






CMS Made Simple Site - jq test




Re: Jquery Install Problem

Posted: Sun Dec 19, 2010 4:45 pm
by uniqu3
if you placed tag correctly it could be possible that used jQuery plugin in Ocean theme doesn't work with latst jQuery version so try changing 1.4.4 to a lower number like 1.4.1 0r 1.3.6 depends what plugin is used in the theme.