Skip to main content
Topic: IE11 cannot accept privacy policy 1.1.4 (Read 5096 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

IE11 cannot accept privacy policy 1.1.4

IE11 fails to load the page for accepting the privacy policy.  The browser acts as if loading but never does.  Once the user accepts the privacy policy in a different browser, they can successfully login using IE11 again.  


Re: IE11 cannot accept privacy policy 1.1.4

Reply #2

Strange ... I wonder if it does not like the refresh vs using a location header?  I'm not sure why refresh was used but @emanuele should know.

Re: IE11 cannot accept privacy policy 1.1.4

Reply #3

This is demonstrated to be a significant issue.  One user could not login using FF either until he cleared all browsing and cookie data, even though the first attempt was in IE.  

Full disclosure:  nginx 1.14.0, php 7.2.7, mariadb 10.2.16. 

Re: IE11 cannot accept privacy policy 1.1.4

Reply #4

hmm... well, try without refresh I guess.
Code: [Select]
redirectexit('action=register;sa=agreement', true);
to:
Code: [Select]
redirectexit('action=register;sa=agreement');
and:
Code: [Select]
redirectexit('action=register;sa=privacypol', true);
to:
Code: [Select]
redirectexit('action=register;sa=privacypol');
Bugs creator.
Features destroyer.
Template killer.

Re: IE11 cannot accept privacy policy 1.1.4

Reply #5

What file is that?  register.controller.php? 

Re: IE11 cannot accept privacy policy 1.1.4

Reply #6

Quote from: badmonkey – Full disclosure:  nginx 1.14.0, php 7.2.7, mariadb 10.2.16.
Good latest setup you have there[1]@badmonkey though I don't think IE11 error is related to it in anyway.
Off topic: Mariadb has been 10.3 for quite some times now so you might want to upgrade. ;D


Re: IE11 cannot accept privacy policy 1.1.4

Reply #8

Quote from: emanuele – hmm... well, try without refresh I guess.
Code: [Select]
redirectexit('action=register;sa=agreement', true);
to:
Code: [Select]
redirectexit('action=register;sa=agreement');
and:
Code: [Select]
redirectexit('action=register;sa=privacypol', true);
to:
Code: [Select]
redirectexit('action=register;sa=privacypol');
 
 That seems to work!  Thanks eman!   8)





Quote from: ahrasis –
Quote from: badmonkey – Full disclosure:  nginx 1.14.0, php 7.2.7, mariadb 10.2.16.
  Good latest setup you have there[1]@badmonkey though I don't think IE11 error is related to it in anyway.
 
 Thanks!  10.3 has been on the radar.  Admittedly I've been to lazy to set it up the repo.   :-X  Agreed, though in the interest of being thorough.... :D




Quote from: Spuds –
Quote from: badmonkey – What file is that?  register.controller.php?
  Both lines are in Load.php
 
 Ah yes!  Duh!  lol!  Thanks spuds! 
Off topic: Mariadb has been 10.3 for quite some times now so you might want to upgrade. ;D

Re: IE11 cannot accept privacy policy 1.1.4

Reply #9

oops... I thought I posted the file name... :-[
Bugs creator.
Features destroyer.
Template killer.

Re: IE11 cannot accept privacy policy 1.1.4

Reply #10

I think we can plan a quick release to fix this specific bug that is quite important?
A week or two maximum?
Bugs creator.
Features destroyer.
Template killer.

Re: IE11 cannot accept privacy policy 1.1.4

Reply #11

 Spuds goes looking for more bugs :D


Re: IE11 cannot accept privacy policy 1.1.4

Reply #13

 emanuele is the only one allowed to write bugs!
Bugs creator.
Features destroyer.
Template killer.

Re: IE11 cannot accept privacy policy 1.1.4

Reply #14

I'm so glad I don't have the privacy agreement feature enabled on our forum yet, then.

Quote from: badmonkey – Full disclosure:  nginx 1.14.0, php 7.2.7, mariadb 10.2.16.

Oh, and you think your versions are old?

Full disclosure: nginx-openresty 1.13.6.2, php 7.0.30, mariadb 5.5.56. This is what I got from running CentOS 7, with EPEL, Webtatic, and two OpenResty repositories.