XF 2.2 XF2.1 to 2.2 upgrade - Page does not refresh when submitting a PM and sometimes a regular post

CZ Eddie

Active member
I did an upgrade from Xenforo 2.1.2 to 2.2.16 RC2.
And now when someone sends or responds to a Private Message, the page does not refresh.
And once in awhile, the same thing happens with regular forum posts. But mostly it's PM's.
It remains on the page where you just typed your message.
So, it looks like the message didn't go through and users will keep hitting "submit" over and over.
But in reality, the message went through fine. So, we're getting duplicates.

I've made sure to CHMOD 755 the data and internal_data folders.

I do see this error.
And I should note that email (postfix+G-Suite) is no longer working as well.
1718158668018.webp

Code:
GET

xf2-1-to-2-2-upgrade-now-page-does-not-refresh-when-sending-a-private-message.222311/:147

https://cloudmetrics.xenforo.com/script.js net::ERR_BLOCKED_BY_CLIENT
 
Solution
Did some sort of SQL tables magic and it's somehow working again.
I'm not entirely sure exactly what did the trick though.
It was a culmination of like 30 different things.

It was definitely mail-related somehow though.
Mail still isn't working but at least I'm no longer getting mail errors.
That coincided with pages suddenly refreshing again.
2024-06-11 20:59:45.199859 [NOTICE] [15318] [T0] [70.114.175.39:63178-H3:E8E1DD5F860BCA1A-4204#MyWebsite] [STDERR] PHP Fatal error: Declaration of Egulias\EmailValidator\Validation\MessageIDValidation::isValid(string $email, Egulias\EmailValidator\EmailLexer $emailLexer): bool must be compatible with Egulias\EmailValidator\Validation\EmailValidation::isValid($email, Egulias\EmailValidator\EmailLexer $emailLexer) in /usr/local/lsws/sites/MyWebsite/public_html/src/vendor/egulias/email-validator/src/Validation/MessageIDValidation.php on line 23\n
 
Did some sort of SQL tables magic and it's somehow working again.
I'm not entirely sure exactly what did the trick though.
It was a culmination of like 30 different things.

It was definitely mail-related somehow though.
Mail still isn't working but at least I'm no longer getting mail errors.
That coincided with pages suddenly refreshing again.
 
Solution
Back
Top Bottom