Still using the old 5.2.17 .
I didn't have other issues with this version of PHP, I'm planning to upgrade in a couple of months but not right now though.
Is that the reason?
Still using the old 5.2.17 .
I didn't have other issues with this version of PHP, I'm planning to upgrade in a couple of months but not right now though.
Is there a way to have similar functionality for a guest to start a new post?
Ideally, I'd like to allow a guest to submit a new post (in permissions). Then, once they click on the "Post New Thread" button, you functionality (prompting them to sign up) kicks in.
@Nobita.Kun - I keep getting error: Cannot insert a message in the middle of a discussion.Yesterday at 11:25 PM - library/XenForo/DataWriter/DiscussionMessage.php:449
@Nobita.Kun - I keep getting error: Cannot insert a message in the middle of a discussion.Yesterday at 11:25 PM - library/XenForo/DataWriter/DiscussionMessage.php:449
I regularly encounter this error as well. I am using the latest version - 1.0.9
I wonder if the issue is that between the time that a guest submits their post and when they actually login (and the post actually gets submitted) someone else has posted in the thread. If so, a potential hack that would fix it is to not calculate the post timestamp and post_id until the actual insertion point, after the user has successfully logged in. I haven't looked through the code, so it may already do this, I don't know.