News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Login Errors time outs

Started by desertrat_ps, November 26, 2017, 12:23:29 PM

Previous topic - Next topic

desertrat_ps

]When a person is logging in the following message appears.


http://flyafava/images/Errors/SMFlogin.jpg

This is the cure - however you should be able to login as in example one.

http://flyafava/images/Errors/ForumLogin.JPG

Steve

DO NOT pm me for support!

drewactual

put the .com in there and it works...

you need to add a sessions check to your index.template for that theme...

find:
<input type="hidden" name="hash_passwrd" value="" />

replace with:
<input type="hidden" name="hash_passwrd" value="" />
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />

desertrat_ps

Quote from: drewactual on November 26, 2017, 01:04:23 PM
put the .com in there and it works...

you need to add a sessions check to your index.template for that theme...

find:
<input type="hidden" name="hash_passwrd" value="" />

replace with:
<input type="hidden" name="hash_passwrd" value="" />
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />


SOLVED - this was working for a year but the fix cured the problem Thanks

Advertisement: