Quick Reply For Guest

Quick Reply For Guest 1.0.9

No permission to download
Hi @Nobita.Kun ,

I keep getting an error when I try to install the XML file:
Code:
Parse error: syntax error, unexpected T_STRING in /home/user/public_html/subdomain/xenforo/library/Nobita/QuickReplyGuest/Installer.php on line 1

How do I solve this issue?

Thanks
 
Hi @Nobita.Kun ,

I keep getting an error when I try to install the XML file:
Code:
Parse error: syntax error, unexpected T_STRING in /home/user/public_html/subdomain/xenforo/library/Nobita/QuickReplyGuest/Installer.php on line 1

How do I solve this issue?

Thanks
What PHP version you are using??
 
Hi @Nobita.Kun ,

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?
 
Last edited:
I guess that I will have to upgrade sooner than I thought then :)
Thanks for the quick response and great addon, I can't wait to see it work for me.
 
Hi Nobita,

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.

Thanks!
 
@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
 
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.
 
Last edited:
Back
Top Bottom