1. HDcms
  2. Bug Report
  3. Friday, January 17 2020, 06:48 PM
​Hi,

I have a big problem and I'm looking for an extension that could cause this problem.
When I log in with my testH3 (non-admin) account, I arrive on the edit page for another member's profile.
It is serious and I have never seen this before.
Do you have an idea ?

Regards
Accepted Answer
admin Accepted Answer
Admin
Hi,
this is a bug, to solve it try to open file /plugins/system/jsn_system/jsn_system.php and at line 214 replace this
if($user->id && $checkRequired && !(JFactory::getApplication()->input->get('option','')=='com_jsn' && JFactory::getApplication()->input->get('view','')=='opField'))
with this
if($user->id && $checkRequired && !(JFactory::getApplication()->input->get('option','')=='com_jsn' && JFactory::getApplication()->input->get('view','')=='opField') && !(JFactory::getApplication()->input->get('option','')=='com_users' && JFactory::getApplication()->input->get('layout','')=='logout'))
  1. more than a month ago
  2. Bug Report
  3. # Permalink
HDcms Accepted Answer
HI,
I have contacted other extensions but it seems to me that it comes from yours. Observed several times if member does not finalize his registration (long session joomla parameter of 1200mn). This prevents this member from disconnecting and the new member who connects retrieves the edition of his profile
Regards
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Hi,
this sound strange, sessions and login are managed by Joomla. Do you use some cache extensions? if yes then try to disable it, clean Joomla cache and check if the issue persists.
  1. more than a month ago
  2. Bug Report
  3. # 2
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Hi,
I cannot log out!

Have you a menu item of type Users->Logout or Login module visible in edit profile page?
  1. more than a month ago
  2. Bug Report
  3. # 4
HDcms Accepted Answer
Hi,
I only have a "disconnect" joomla menu link at the bottom of the screen.
What should i do? is it compulsory?
I will appreciate a hard copy to be sure I understand
Regards
  1. more than a month ago
  2. Bug Report
  3. # 5
HDcms Accepted Answer
Hi,
Does my previous post help?
Could the code to prevent you from going to another page of the site, if the member has not completed his registration, cause this problem?
Another idea?
Regards
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
Could the code to prevent you from going to another page of the site, if the member has not completed his registration, cause this problem?
Yes, this is because you have enabled the Easy Profile option called "Force the compilation of the required fields on login", with this option enabled the logged in users are not able to navigate the site until he have filled all fields. Anyway Logout should works, so can you please post me your site details to check this behavior?
  1. more than a month ago
  2. Bug Report
  3. # 7
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 8
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 9
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 10
admin Accepted Answer
Admin
Hi,
sorry for late reply, unfortunately we were unable to verify this problem because the administration was not accessible :(
  1. more than a month ago
  2. Bug Report
  3. # 11
HDcms Accepted Answer
Hi,
I disabled the account because I thought you didn't want to watch.
Regards
  1. more than a month ago
  2. Bug Report
  3. # 12
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 13
HDcms Accepted Answer
HI,
Thanks for this solution. I imagine it will be in the next version !?
I still did not buy again, the pro version (I put a good opinion on the JED) because the few answers to my questions on future easyProfil versions do not reassure me !
I wish you, anyway, a great success
Regards
  1. more than a month ago
  2. Bug Report
  3. # 14
admin Accepted Answer
Admin
Hi,
I imagine it will be in the next version !?
Of course :D

I wish you, anyway, a great success
Thank you :)
  1. more than a month ago
  2. Bug Report
  3. # 15
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.