| Re: New users: cannot register with firefox, chrome, can with explorer |
| by rossb on 2019/12/21 11:34:21 my issue was in custom theme code, doubt it is yours: le="color: #000000"><?php <div style="background: #F1F1F1 url('')"> ... causing a double reload of all pages fix: le="color: #000000"><?php <div style="background: #F1F1F1"> This also appears to be the cause of performance issues I have been chasing for some time. Regards; Bill |
| Re: New users: cannot register with firefox, chrome, can with explorer |
| by goffy on 2019/12/21 10:09:40 le="color: #000000"><?php who can fix this? it seems that some of my clients have same problems sorry, didn't see last answers. then I have to investigate what is the problem with my clients |
| Re: Solved: New users: cannot register with firefox, chrome, can with explorer |
| by geekwright on 2019/12/20 21:18:37 Awesome! Good to hear it is working. |
| Solved: New users: cannot register with firefox, chrome, can with explorer |
| by rossb on 2019/12/20 21:04:09 Hi Geekwright; Allofa sudden started working. Reverted all my instrumentation changes, back to original register.php Can complete registration process with both chrome and FF. le="color: #000000"><?php <div style="background: #F1F1F1 url('')"> must have been the offender. Just took time to ripple through the caches. You da man. In a million or so years, I MIGHT have found the issue. THANK YOU very much... Regards; Bill |
| Re: New users: cannot register with firefox, chrome, can with explorer |
| by rossb on 2019/12/20 20:22:20 The load twice is because (I think) of the op value mismatch causing fail and reload Hi Geekwright; First time through: $_POST: [op97211] => register $_SESSION: [profile_opname] => op67782 not equal. The submit button is instantiated in modules/profile/include/forms.php. I am unsure how / where from the $_POST [op97211] is for the button. changed <div style="background: #F1F1F1 url('')"> to <div style="background: #F1F1F1">. No behavioral change. Verified changed in page source. Would it help you to have remote access to my sys? Regards; Bill |