WPLMS Chat error script

Home Forums WPLMS Live WPLMS Chat WPLMS Chat error script

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262718
    Nibu2019
    Participant
    Hello, I bought and installed a wplms chat addon plugin a good month ago. However, when it is activated, people who use an iPhone can't connect to WPLMS because the plugin generates a script error. So I disabled it to allow students to connect. WPLMS chat script error I also received a message from the Firebase console from google notifying me that the chat Realtime Database had unsafe rules.
    #263147
    Scott Lang
    Moderator
    Please add here your firebase rules:https://prnt.sc/sokzur Rules: { "rules": { ".read": "auth != null", ".write": "auth != null", "notifications": { ".indexOn": [ "status" ] }, "users": { "$uid": { "chats": { ".indexOn": [ "lastUpdated" ] } } } } }
    #265546
    Nibu2019
    Participant
    Hello, Sorry to answer so late. The rule was already defined in Firebase. When I activate the plugin, Chrome detects a script error. Do I need to change something in my .htaccess file? Thanks
    #265730
    Scott Lang
    Moderator
    Also this issue you are getting only on apple devices? There is some issue with chat in apple devices we will fix these in next update.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WPLMS Chat error script’ is closed to new replies.