- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,828
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Bug Report: ACP “Send Message” throws error when no valid user is loaded
XenForo version: 2.3.10
Area: Admin Control Panel -> Users -> Send Message
Error type: PHP Warning / Null pointer access
Description
When opening the “Send Message” action in the ACP without a valid user record (for example when
Code:
XenForo version: 2.3.10
Area: Admin Control Panel -> Users -> Send Message
Error type: PHP Warning / Null pointer access
Description
When opening the “Send Message” action in the ACP without a valid user record (for example when
user_id is missing, empty, or refers to a deleted user), XenForo throws a PHP warning:Code:
ErrorException: [E_WARNING] Attempt to read property "user_id" on null...