The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
jQuery not defined - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: jQuery not defined (/showthread.php?tid=482) Pages:
1
2
|
jQuery not defined - mudmin - 03-02-2017 Try updating to version 4.2.1g in https://userspice.com/updates/ and see if that fixes your jQuery errors jQuery not defined - aeh - 03-03-2017 Getting there!
Code: has-error Code: $(function(){}) jQuery not defined - mudmin - 03-03-2017 Ok. Thank you so much for your help on that one. I will check that out. There's always something to fix! jQuery not defined - aeh - 03-17-2017 Glad I can help! Any update? jQuery not defined - mudmin - 03-19-2017 I have this on my list for the next update. Sorry. It got overlooked on the last bugfix. jQuery not defined - mudmin - 04-16-2017 Sorry for the delay. This is coming out today in 4.2.4 jQuery not defined - JUG - 04-19-2017 I am experiencing similar error. It looks like that error message (registration fields) is causing this kind of error: Code: Uncaught ReferenceError: $jQuery is not defined The error message looks like this: <pre> Code: <ul class="bg-danger"> I believe that every occurance of $jQuery should be replaced just with $ sign. I tried to locate these scripts with no success. I found similar messages in users/classes/Validate.php and in users/helpers/helpers.php and try to modify it, but the error message still occurs with $jQuery instead of just $. Can you direct me to the files where that error messages are created? |