By Ben Goldie on Wednesday, 16 July 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 573
Votes 0
Hello,

I just discovered a small issue with my EasyBlog admin component.

Under Team Blogs > (Team Name) > Members,

I want to 'Give Admin Rights' to a user so I click on that link, but it leads to an error page. The message is: Invalid Token and the URL is:

http://www.eslrok.com/administrator/index.php?option=com_easyblog&lang=&c=teamblogs&task=markAdmin&teamid=1&userid=791&undefined=1

Is there any way to fix this problem?

Thank you very much for your continued support,
Best,
Ben
Hello Ben,

Thanks for reporting this! I have fixed this on your site and it should work fine now I have edited the file /administrator/components/com_easyblog/controllers/teamblogs.php and at line 283 removed the codes below,


// Check for request forgeries
JRequest::checkToken( 'GET' ) or jexit( 'Invalid Token' );
·
Thursday, 17 July 2014 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post