Hi Max,
My Friend Albert will continue inspect this, since in my end cant be replicated but in Albert's end get that error..
Please be patient, we are working to investigate this issue further.
thank you
Hi Max,
please delete all records at this tables:
community_register_auth_token
community_register
that tables only for temporary use at registration process.
If you still get Invalid Token issue, please provide me FTP access detail and phpmyadmin/cpanel access detail. I need that for debugging purpose.
Regards,
Albert
Xius extensions being turned off AND no-number cache cleaner makes no difference to operation on front-end. Have tested with both these turned off and it still gives invalid token.
After testing this then went and cleared these tables:
please delete all records for this table:
community_register_auth_token
community_register
xius and nn-cache still turned off and no difference .... still get invalid token error.
Have been provided an updated version of the xius extension ... installed updated version .... still get invalid token error (with xius enabled and disabled).
At all times have completely cleared cache AND tried different browsers, OS and computers.
No joy what so ever :(
-> have already provided full login details when registering ticket ... can't see any extra field here now to provide that to you privately .. will also attempt PM.
Hi Max,
please check again about this issue. I made the changes at:
/components/com_community/controllers/register.php lines 49 and 59.
I bypass the condition for session check.
from
return
to
//return
Hi Albertus ... now nothing works on my site .... I get logged out trying to do anything via admin and get invalid security token when ever try to save anything in Joomla admin.
I fail to see how MY SERVER could have anything strange on it in setup. It is a Siteground VPS ... very widely used for Joomla sites and tick EVERY single green box on a Joomla install ... and has no "odd" configurations outside what they normally have on the servers ... plus the JomSocial php.ini changes to increase memory and such - exactly as per JomSocial setup instructions.
So ... this being the case "server settings at your server that we don't know." ... does this mean JomSocial will not function on Siteground hosting ???? Just wondering - as that seems to be what you are saying.
If not ... then how do we get it to work?
Also ... what ever you have done to make the site totally unusable - please change it back .... as you are now killing ANY site functionality.
-> please provide an update as to wether you can get it working - if you think siteground is to blame, or other resolution to this issue.
OK ... after changing the session setting back to database the admin is working fine ... and so is the login process.
... so, seems to be working.
I will review your code updates and report back success or otherwise - thanks.
Hi Albert - yes it does work - thanks for checking.
Wondering, will this fix be overwritten when I update Jomsocial ... ie. is the updated file in a custom/html directory ... or is it a core hack? If it is a change in core files ... what's the best way to override JomSocial templates nowadays ... in the joomla template /html directory .. or is there a better JomSocial way?