I'm running version v2.73 of Community Builder. When I try to login to the frontend of my website,
www.nphic.org
, the login returns me to the home page and does not log me in. When I try to login to the backend, the first login attempt fails, but the second login attempt is successful. I've executed all the CB Tools in the backend and nothing comes up as an error. Can you provide some guidance as to where I should look next for the problem?
Thanks,
Joe
Last edit: 3 years 3 months ago by krileon. Reason: Added [SOLVED] tag to subject
Your backend login failing is a concern. CB has nothing to do with backend login and has no logic applied to it. Problems like that are usually due to the form pointing to the wrong URL. For example from http to https and is usually because live_site is configured incorrectly in configuration.php (typically it should just be set to '' (empty string)).
Looking at your link you provided an http link then login page sent me to https. You're mixing schemes. Recommend setting your site in Joomla global settings to always use https so users will always be sent to the https version of your site or configure this from your hosting.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Thanks! I had Force https set to entire site already. I removed the "live_site" variable content and it started working correctly! I've never seen that before so I guess we learn something new everyday!