Carbon-Forum icon indicating copy to clipboard operation
Carbon-Forum copied to clipboard

Inbox and avatar issues

Open muhv7 opened this issue 7 years ago • 12 comments

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.

muhv7 avatar Dec 05 '17 22:12 muhv7

  1. Yes, he can.
  2. Refresh browser cache.

lincanbin avatar Dec 06 '17 01:12 lincanbin

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

muhv7 avatar Dec 06 '17 07:12 muhv7

Is there an error log?

lincanbin avatar Dec 06 '17 07:12 lincanbin

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.

muhv7 avatar Dec 06 '17 07:12 muhv7

Press F12 and open Console, what is displayed?

lincanbin avatar Dec 06 '17 07:12 lincanbin

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?

muhv7 avatar Dec 06 '17 07:12 muhv7

[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.

  1. You mean this? tim 20171206160653

https://www.94cb.com/search/user%3Alincanbin+post%3Atrue

lincanbin avatar Dec 06 '17 08:12 lincanbin

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)

muhv7 avatar Dec 06 '17 08:12 muhv7

There is no quick fix.

lincanbin avatar Dec 06 '17 08:12 lincanbin

Perhaps the future version may add this switch.

lincanbin avatar Dec 06 '17 08:12 lincanbin

Alright, thanks for your help!

muhv7 avatar Dec 06 '17 08:12 muhv7

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?

muhv7 avatar Dec 06 '17 10:12 muhv7