12-03-2017, 12:12 PM
Hmm. I am not having that same problem. Let's start with a few of the basics.
1. Have you modified any of the core userspice files?
2. If you ran an upgrade that brought you to 4.3.8 did you run the update.php file before going to 4.3.9?
3. When is this happening? Does it happen after the user hits the submit button?
If that's the case, try going to usersc/scripts/custom_login_script.php
Change that to
Do you still have a problem?
If so, change it to
Does it go to google?
Thanks for your help in figuring this out. If you have this problem, there is a chance someone else does as well.
1. Have you modified any of the core userspice files?
2. If you ran an upgrade that brought you to 4.3.8 did you run the update.php file before going to 4.3.9?
3. When is this happening? Does it happen after the user hits the submit button?
If that's the case, try going to usersc/scripts/custom_login_script.php
Change that to
Code:
Redirect::to($us_url_root.'index.php');
If so, change it to
Code:
Redirect::to('https://google.com');
Does it go to google?
Thanks for your help in figuring this out. If you have this problem, there is a chance someone else does as well.