Are you using the accept link sent in the email? CB and CBSubs don't have a "Please login first" error. That's a Joomla error. More specifically it's the language string JGLOBAL_YOU_MUST_LOGIN_FIRST. That assumes the "Login or subscribe text (displayed if not logged in)" parameter in CBSubs > Settings > Display > Plans wasn't set to just "Please login first". The JGLOBAL_YOU_MUST_LOGIN_FIRST message would suggest a Joomla authorization error. Compare the Itemid in the accept URL to your Joomla menu items and ensure the menu item Access is set to Public.
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 for the advice to check menu item access Krileon. I had a menu item to the cb user profile that was not accessible to the public (registered status required) and when following the link in the sharing email generated the login error not surprisingly. Changing that to public access successfully achieved the outcome intended as detailed in your previous post - much appreciated!