XF 2.3 JS issues after upgrading to 2.3 RC1

Andy.N

Well-known member
Created a testing site at bvtot.com and use a backup database of my production site (2.2.16)
Updated to 2.3 RC fine but a lot of items are not working. I believe it's mainly javascript related.

1) All the timestamp are shown as later_today_at_x but when hover on it, it shows the correct time.
2) All the usercards are messed up. Again, maybe JS related.
Screenshot 2024-07-05 at 6.45.16 PM.webp

3) Editor are missing icons, etc.

Below are a few console errors from the browser.

Uncaught TypeError: XF.on is not a function
at masters-degree-vs-work-experience.58345/:199:6

Uncaught ReferenceError: jQuery is not defined
at editor-dialog-code.min.js?_v=2b545e65:4:419

Uncaught ReferenceError: $ is not defined
at core.min.js?_v=2b545e65:1:2852
at NodeList.forEach (<anonymous>)
at makeUnitsResponsive (core.min.js?_v=2b545e65:1:2746)
at core.min.js?_v=2b545e65:1:3602

Where do I start?
 
Back
Top Bottom