Carbon-Forum
Carbon-Forum copied to clipboard
Inbox and avatar issues
Hey.
Two issues. Other members cant send private messages, admins can?
Secondly, avatars show only on the index page, when you click on the topic it shows the default one.
- Yes, he can.
- Refresh browser cache.
Thanks. I meant the inbox thing is actually my issue right now. I talked to someone trough PM and all of the sudden he told me he cant send any more
Is there an error log?
I would need to look for one. The description of the issue is however that he cant click the send button but it does not do anything.
Press F12
and open Console
, what is displayed?
Hi.
Nothing on my end. I will tell him to check when it happens again. However a lot of this shows up in the error log
[04-Dec-2017 22:56:02 Asia/Shanghai] PHP Warning: Error while sending STMT_PREPARE packet. PID=32603 in /home/ot/public_html/library/PDO.class.php on line 95
Any idea what that is?
One last thing as well, is there any quick fix that I could do so users can sort posts by time they were posted?
[04-Dec-2017 22:56:02 Asia/Shanghai] PHP Warning: Error while sending STMT_PREPARE packet. PID=32603 in /home/ot/public_html/library/PDO.class.php on line 95
Modify your max_allowed_packet
in the MySQL configuration file.
- You mean this?
https://www.94cb.com/search/user%3Alincanbin+post%3Atrue
Thanks for the help.
No, I mean when you open a topic so you could sort every post by the date they were posted on. Like either you want from post 1-99 (oldest to newest) or 99-1 (newest to oldest)
There is no quick fix.
Perhaps the future version may add this switch.
Alright, thanks for your help!
So I found this code:
ORDER BY PostTime ASC
And it's possible to switch ASC to DESC but then it switches out the first post of the topic as well, do you think there's a way to lock the first one by adding a line and then display other posts in DESC?