Mark3121 Well-known member Licensed customer Jan 21, 2011 #1 Can someone check if editing conversations is working in rc1? Checked my permssions etc. I'm getting... Uncaught Error... An unexpected error occurred. Please try again later.
Can someone check if editing conversations is working in rc1? Checked my permssions etc. I'm getting... Uncaught Error... An unexpected error occurred. Please try again later.
P Paul B XenForo moderator Staff member Licensed customer Jan 21, 2011 #3 Confirmed. I've moved the thread to bug reports.
Mike XenForo developer Staff member Licensed customer Jan 21, 2011 #4 I stumbled upon this earlier - fixed locally.
Mike XenForo developer Staff member Licensed customer Jan 21, 2011 #6 library/XenForo/ViewPublic/Conversation/EditMessageInline.php: Code: - array('editorId' => 'message' . $this->_params['post']['post_id']) + array('editorId' => 'message' . $this->_params['conversationMessage']['message_id']) "-" is the old line; "+" is the new line. (Don't actually include the -/+!)
library/XenForo/ViewPublic/Conversation/EditMessageInline.php: Code: - array('editorId' => 'message' . $this->_params['post']['post_id']) + array('editorId' => 'message' . $this->_params['conversationMessage']['message_id']) "-" is the old line; "+" is the new line. (Don't actually include the -/+!)