03-02-2017, 11:44 PM
Try updating to version 4.2.1g in https://userspice.com/updates/
and see if that fixes your jQuery errors
and see if that fixes your jQuery errors
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
|
03-02-2017, 11:44 PM
Try updating to version 4.2.1g in https://userspice.com/updates/
and see if that fixes your jQuery errors
03-03-2017, 03:00 PM
Getting there!
Code: has-error Code: $(function(){})
03-03-2017, 03:03 PM
Ok. Thank you so much for your help on that one. I will check that out. There's always something to fix!
03-17-2017, 01:20 PM
Glad I can help! Any update?
03-19-2017, 10:54 PM
I have this on my list for the next update. Sorry. It got overlooked on the last bugfix.
04-16-2017, 01:28 PM
Sorry for the delay. This is coming out today in 4.2.4
04-19-2017, 09:02 AM
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? |