|
|
Laird's Most Liked Post |
Post Subject |
Post Date/Time |
Numbers of Likes |
RE: An error with Conversations |
2021-10-20, 10:42 AM |
1 |
Thread Subject |
Forum Name |
An error with Conversations |
MyBB plugins
MyConversations
|
Post Message |
Hi Larry,
Great to hear from you. Sorry about this nuisance. If you can reliably repeat it, I wonder whether you'd be willing to try the following potential fix:
In `inc/plugins/converse/converse-pm-datahandler-override.php`, on line #137, replace:
Code:
--
SELECT c.cid,
--
with:
Code:
--
SELECT p.cid,
--
Please let me know how you go with that. Happy to work with you further if that doesn't resolve the problem!
Laird |
|