2.0.14 & 7.1.1

Started by a10, May 15, 2017, 10:13:50 AM

Previous topic - Next topic

a10

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.
2.0.19, php 8.0.23, MariaDB 10.5.15. Mods: Contact Page, Like Posts, Responsive Curve, Search Focus Dropdown, Add Join Date to Post.

Sir Osis of Liver

Confirmed, also in IE11.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Gluz

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>';

Sir Osis of Liver




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


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

a10

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.
2.0.19, php 8.0.23, MariaDB 10.5.15. Mods: Contact Page, Like Posts, Responsive Curve, Search Focus Dropdown, Add Join Date to Post.

a10

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.
2.0.19, php 8.0.23, MariaDB 10.5.15. Mods: Contact Page, Like Posts, Responsive Curve, Search Focus Dropdown, Add Join Date to Post.

Advertisement: