I am getting a white screen on EDIT profile. Following problems reported by joomla maximum error reporting:
Notice: Undefined property: CB\Database\Table\TabTable::$_cbsfp_params in xxxxxxxxxxxxxxx/xxxxx/xxxx/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php on line 508
Fatal error: Call to a member function get() on a non-object in xxxxxxxxxxxxxxx/xxxxx/xxxx/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php on line 508
Are you rendering the same field twice in profile edit and conditioning it with CBSubs Fields Tabs Protection? That shouldn't happen unless a tab gets parsed twice for display resulting in the params parsing not happening the second time around. Find what tabs you've configured with CBSubs Fields Tabs Protection then provide their configuration and will attempt to duplicate your issue.
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.
OK I found the error. I had put the tab "subscription" as Custom HTML on the Account Details tab. CB did not like this. Missing feature?
I unpublished the field and it started working again.
I have one further tab under CB subs fields tabs protection. That is the tab for MypmsmspPro. I have one more tab that I have made and which is a a tab where I have put a Custom HTML into showing the MypmsmspPro.
The substitution tab is a form. It can't render in profile edit. If you need it in a Custom HTML field be sure to disable that fields edit display. For backend to function with those tabs as fields you will likely also need to use the below usage.
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.