X Xon Well-known member Aug 26, 2017 #1 Affected version 2.0 DP10 Code: trigger_error("Accessed unknown getter '$originalKey' on " . $this->__toString(), E_USER_WARNING); This doesn't show the stack trace making finding what caused this challenging. Could you add an \XF::app()->error->logError here?
Code: trigger_error("Accessed unknown getter '$originalKey' on " . $this->__toString(), E_USER_WARNING); This doesn't show the stack trace making finding what caused this challenging. Could you add an \XF::app()->error->logError here?
Kier XenForo developer Staff member Aug 29, 2017 #2 A full exception log is now made both with and without debug mode, while the error is only shown in debug mode.
A full exception log is now made both with and without debug mode, while the error is only shown in debug mode.