Javascript issues
iamshahid opened this issue · 2 comments
Hi, just trying out the lite version and after going through all settings and configuration seeing this error in console. Ajax functionality are not working such as update user status or change settings.
Uncaught TypeError: moment(...).tz is not a function at HTMLDocument.<anonymous> (main.min.js?v=2.4.4:2) at c (vendor-admin.js?v=2.4.4:1) at d (vendor-admin.js?v=2.4.4:1)
Can you someone please help.
Kind regards
Shahid
Hi, please have a look at the installation video-
https://classiebit.com/academy/addchat-codeigniter/getting-started
Hi, Thanks for the link. I did follow the video and managed to install it in one of my application (though some css issues were there, fixed manually). For other application which is having issues, after some investigation, it seems the moment.js file is conflicting and loading two different version. I can't remove mine as I'm relying on it for many functionality. Not sure how to take it from there and use only one compatible version for both addchat and my application.