Jump to content

Featured Replies

Posted

Invision Community is still full of bugs... here are two issues you can temporarily fix until IC decides to fix them.

  1. Notifications (they don't open and give an error):

applications/core/extensions/core/Notifications/MyStuff.php

line 189

replace

if (!$item)

With

if ($item)


2. Private messages (template error)

system/Content/Comment.php

find it and remove the sign ( ! )

2.png

However, these are temporary solutions ... but they help. Thanks, friends, for your help.


  • Views 151
  • Created
  • Last Reply

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Important Information