gmaister22 Active member Licensed customer Jan 31, 2011 #1 Hey guys, those are my permissions for Administrator's group: when i click on a conversation , nothing happens; i mean it does not let me to edit it any ideas why?
Hey guys, those are my permissions for Administrator's group: when i click on a conversation , nothing happens; i mean it does not let me to edit it any ideas why?
P Paul B XenForo moderator Staff member Licensed customer Jan 31, 2011 #2 Are you on RC1? There is an open bug related to editing conversations. http://xenforo.com/community/thread...conversation-results-in-uncaught-error.10861/ Upvote 0 Downvote
Are you on RC1? There is an open bug related to editing conversations. http://xenforo.com/community/thread...conversation-results-in-uncaught-error.10861/
gmaister22 Active member Licensed customer Jan 31, 2011 #3 Brogan said: Are you on RC1? There is an open bug related to editing conversations. Click to expand... Yeap RC1 Ah pheeeww, then i though there was a mistake on my end maybe a coding or something cause i did couple of edits and thought i messed it up somewhere Thanks Brogan Upvote 0 Downvote
Brogan said: Are you on RC1? There is an open bug related to editing conversations. Click to expand... Yeap RC1 Ah pheeeww, then i though there was a mistake on my end maybe a coding or something cause i did couple of edits and thought i messed it up somewhere Thanks Brogan
FredC Well-known member Licensed customer Jan 31, 2011 #4 Im also having this problem. I am thinking a template needs to be reverted but no idea which one.. Im actually receiving an error message then when i close the error and click edit again nothing happens.. --------------- edit: Im to slow.. Thanks Brogan. Upvote 0 Downvote
Im also having this problem. I am thinking a template needs to be reverted but no idea which one.. Im actually receiving an error message then when i close the error and click edit again nothing happens.. --------------- edit: Im to slow.. Thanks Brogan.
P Paul B XenForo moderator Staff member Licensed customer Jan 31, 2011 #5 It's the same bug. It will be fixed in the next release or you can apply the fix yourself using the instructions posted by Mike in the thread above. Upvote 0 Downvote
It's the same bug. It will be fixed in the next release or you can apply the fix yourself using the instructions posted by Mike in the thread above.
gmaister22 Active member Licensed customer Jan 31, 2011 #6 same here VonDoom , first time i get that error and then nothing happens ! but its all about the RC1 bug! waiting for RC2 then!!! Upvote 0 Downvote
same here VonDoom , first time i get that error and then nothing happens ! but its all about the RC1 bug! waiting for RC2 then!!!
FredC Well-known member Licensed customer Jan 31, 2011 #7 Thanks again Brogan.. Its all fixed now took an entire 30 seconds. Upvote 0 Downvote
gmaister22 Active member Licensed customer Jan 31, 2011 #8 VonDoom said: Thanks again Brogan.. Its all fixed now took an entire 30 seconds. Click to expand... you fixed it? Upvote 0 Downvote
VonDoom said: Thanks again Brogan.. Its all fixed now took an entire 30 seconds. Click to expand... you fixed it?
P Paul B XenForo moderator Staff member Licensed customer Jan 31, 2011 #9 gmaister22 said: you fixed it? Click to expand... Mike said: 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 -/+!) Click to expand... Upvote 0 Downvote
gmaister22 said: you fixed it? Click to expand... Mike said: 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 -/+!) Click to expand...