[mezzanine-users] I get "Bootstrap's JavaScript requires jQuery(…)"

2017-09-24 Thread jenia mtl
Hello.

I get this error on my website http://jeniawebsitetesting.com/:


jquery-1.8.3.min.js:2 Uncaught TypeError: p.setAttribute is not a 
function(…)


Jquery is there:

http://jeniawebsitetesting.com/static/mezzanine/js/jquery-1.8.3.min.js


And I simply got it from:

http://code.jquery.com/jquery-1.8.3.min.js


(and also 
from 
lib/python3.6/site-packages/mezzanine/core/static/mezzanine/js/jquery-1.8.3.min.js)

and placed it into my static folder.


I don't understand what the problem is frankly. Why is JS throwing this 
error? How can I fix this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] I get "Bootstrap's JavaScript requires jQuery(…)"

2017-09-25 Thread Ken Bolton
Hi Jenia,

It sounds like you probably have not run the `collectstatic` script.

I urge you to use the search function on this mailing list's web interface.
Many of your questions have been asked and answered before.

Hope this helps.

-ken

On Sun, Sep 24, 2017 at 1:41 PM, jenia mtl  wrote:

> Hello.
>
> I get this error on my website http://jeniawebsitetesting.com/:
>
>
> jquery-1.8.3.min.js:2 Uncaught TypeError: p.setAttribute is not a
> function(…)
>
>
> Jquery is there:
>
> http://jeniawebsitetesting.com/static/mezzanine/js/jquery-1.8.3.min.js
>
>
> And I simply got it from:
>
> http://code.jquery.com/jquery-1.8.3.min.js
>
>
> (and also from lib/python3.6/site-packages/mezzanine/core/
> static/mezzanine/js/jquery-1.8.3.min.js)
>
> and placed it into my static folder.
>
>
> I don't understand what the problem is frankly. Why is JS throwing this
> error? How can I fix this?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.