Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Maxtor on January 20, 2018, 05:27:24 PM

Title: Core Theme "session timed out while posting"
Post by: Maxtor on January 20, 2018, 05:27:24 PM
As i have noticed, with core theme i got this error while trying to login from my second pc "Your session timed out while posting. Please go back and try again"

To solve it i have changed to SMF Default curve theme and then tried again to login from second pc, and work successfully.

So i think some code is missing or not upgraded properly at core theme.
Title: Re: Core Theme "session timed out while posting"
Post by: vbgamer45 on January 20, 2018, 05:42:15 PM
It is a bug.

in core theme's index.template.php find

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

Change to

<input type="hidden" name="hash_passwrd" value="" /><input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
Title: Re: Core Theme "session timed out while posting"
Post by: Big Gangsta on January 21, 2018, 03:32:52 PM
You can click on the "log in" button and it will be ok, I'm facing this problem too
Title: Re: Core Theme "session timed out while posting"
Post by: Maxtor on January 21, 2018, 03:42:34 PM
perfect ,fixed!

you should at this code to next update.
Title: Re: Core Theme "session timed out while posting"
Post by: Illori on January 21, 2018, 03:46:06 PM
install https://custom.simplemachines.org/mods/index.php?mod=4167

also next time please open your own topic for your issue.