-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Copy link
Labels
DatabaseRegressionA recent change has introduced a new bug.A recent change has introduced a new bug.
Description
Basic Information
Sorry I was unavailable for a while (& I'm about to head out of town again...). I just tried this again, and it's still happening, even with #8996 merged.
See the log below.
This affects messages as well as PMs.
For the record, my PR as originally submitted deals with this (#8991 and #8996 as originally submitted).
See also #8993 (which I thought was closed...??)
Steps to reproduce
- Send a PM (or start a new topic) with the subject
Hello World \ - Add the word
I'llas the body - Press SEND
Expected result
PM sent
Actual result
Version/Git revision
2.1 - current GitHub as of today
Database Engine
All
Database Version
8.4.4
PHP Version
8.4.5
Logs
No direct access...
INSERT INTO smf_personal_messages(`id_pm_head`, `id_member_from`, `deleted_by_sender`, `from_name`, `msgtime`, `subject`, `body`)
VALUES
(0, 1, 0, SUBSTRING('admin_shawnb', 1, 255), 1762455918, SUBSTRING('Hello world \\', 1, 255), SUBSTRING('I'll', 1, 65534))
Function: sendpmAdditional Information
No response
Metadata
Metadata
Assignees
Labels
DatabaseRegressionA recent change has introduced a new bug.A recent change has introduced a new bug.