Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: a10 on May 15, 2017, 10:13:50 AM

Title: 2.0.14 & 7.1.1
Post by: a10 on May 15, 2017, 10:13:50 AM
Did the upgrade on my testforum, after initial testing all seems to work very well on 7.1.1, and a blank error log :O)

One funny thing, maintenance mode shows a double 'login' (firefox), don't think I've seen that before :O)
see attach.
Title: Re: 2.0.14 & 7.1.1
Post by: Sir Osis of Liver on May 15, 2017, 01:30:36 PM
Confirmed, also in IE11.
Title: Re: 2.0.14 & 7.1.1
Post by: Gluz on May 15, 2017, 03:06:15 PM
I see that an input slip in the last replace in the Login.template.php

<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" /><p class="centertext"><input type="submit" value="', $txt['login'], '" class="button_submit" /><input type="hidden" name="hash_passwrd" value="" />
</div>
</form>';


Should be:
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" /><p class="centertext"><input type="hidden" name="hash_passwrd" value="" />
</div>
</form>';
Title: Re: 2.0.14 & 7.1.1
Post by: Sir Osis of Liver on May 15, 2017, 11:20:19 PM



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


Title: Re: 2.0.14 & 7.1.1
Post by: a10 on May 20, 2017, 08:19:34 AM
2.0.14, 7.1.1 and now https, things works (but Like Posts mod problem -posted in mod support), error log blank, but feeling not yet ready to change things on main forum.
Title: Re: 2.0.14 & php 7.1.1, 7.0.15
Post by: a10 on May 22, 2017, 04:50:15 PM
After further testing on the test-forum, things looked good so applied 2.0.14 + php 7.0.15 to main forum.

All seemingly went very well. https at a later date.