XoopsCore
XoopsCore copied to clipboard
Exception when viewing admin account.
Not tested with simple user account. User Menu -> View account
Ubuntu 15.04 / Apache 2.4.10 / Php 5.6.4 /
Mysql 5.6.25
It appears to be a concurrency issue with the session updates.
Affects all accounts.
The menu link points to the basic built in version, and that redirects to the profile module via a preload event using a plain location header() call. You can reload the page over and over, and it won't happen. But click the menu link and you have a very high probability (but not 100%) of throwing an exception.
Thanks for the report.