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
Jquery Install Problem
Jquery Install Problem
Last edited by GabbyG on Sun Dec 19, 2010 3:56 pm, edited 1 time in total.
Re: Jquery Install Problem
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
into the section of your page-template
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>
Re: Jquery Install Problem
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
Thank you again,
Gabby
Re: Jquery Install Problem
Nobody knows... depends when the moduledeveloper is in the mood and has time for it.GabbyG wrote: On average, how long does it taek for these bugs to get fixed?
That is almost impossible... did you put it somewhere between and ?GabbyG wrote:I tried your solution and it offset my page all the way to the left?
Re: Jquery Install Problem
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
CMS Made Simple Site - jq test
Re: Jquery Install Problem
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.