cysote
Forum Replies Created
-
So the real issue here seems to be that the Pages under Page Settings in the plugin need to have a page on the site set. In this case, the Checkout code was trying to redirect the user to the Levels Page on my site, but I had not yet set which pages was “levels” under the Page Settings menu. Once I did that, it correctly redirected me from Checkout to Levels without the infinite redirect.
So, all pages under Page Settings must have a target page, which I didn’t know at the time. Otherwise, redirect loops can happen.
Quick update, I’ve traced the redirect issue to line 42 in the file /paid-memberships-pro/preheaders/checkout.php. Currently trying to figure out exactly what all this code does and then how to implement a good solution still.
Let me know if you have any ideas, Andrew. Thanks.
Hi Andrew, thanks for the quick reply.
When I navigate to this section of the plugin, I am given this message:
“Your Site URL starts with https:// and so PMPro will allow your entire site to be served over HTTPS.”
There is no option to select under Force SSL.
Do you have any other suggestions? I am a C++ programmer, so I’m not afraid of looking through and editing code if there is something I could change that could fix this, I just have no experience with html/php and haven’t had enough time to look at things myself yet.