By gökhan on Thursday, 24 April 2014
Posted in General Issues
Replies 3
Likes 0
Views 647
Votes 0
Hi,

A warnign (your e-mail and password does not match) appears on reset password proggress evertime, after password reset progress complating this error appears again instead of success message. Actually they appears on later on somewhere, for example, sometimes on dasboard, please test it

A Note on Optional Information area
I have the same problem. when i use a wrong username or password the warning (your e-mail and password does not match) wont show, but when i loging correctly that's when the warning will show on the dashboard
·
Thursday, 24 April 2014 20:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Yeah, you are right, Robert, warnings genearlly appear on dasboard
·
Thursday, 24 April 2014 20:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Guys,

I am sorry for the delay of this reply.

Em, it seems like when this issue only happen when the cache enabled in your site. If you clean the cache or disabled the cache, will this issue resolved? If problem persist, then can you edit this file 'JOOMLA/administrator/components/com_easysocial/includes/info/info.php' and comment out below code at line 115. e.g

//$session->clear( 'messages' , SOCIAL_SESSION_NAMESPACE );


Now, in the same file, please add the below code at line after 85,

$session->clear( 'messages' , SOCIAL_SESSION_NAMESPACE );


Basically you are moving the code from line 115 into line 85.

Let me know if the above fix your issue or not.

Hope this help and have a nice day
Sam
·
Friday, 25 April 2014 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post