I'm not sure if it's related but since I installed CB Profile Pro, whch I know is not your component, I have been getting this error when I try to update profile:
var cbDefaultFieldBackground; function cbFrmSubmitButton() { var me = this.elements; var r = new RegExp("[\<|\>|\"|\'|\%|\;|\(|\)|\&|\+|\-]", "i"); var errorMSG = ''; var iserror=0; if (cbDefaultFieldBackground === undefined) cbDefaultFieldBackground = ((me.style.getPropertyValue) ? me.style.getPropertyValue("backgroundColor") : me.style.backgroundColor);
Fatal error: Cannot access protected property cbTabs::$fieldJS in /home3/ironman/public_html/conciergeluggagesolutions.com/components/com_comprofiler/comprofiler.html.php on line 245
Can you tell me if you are familiar with this problem and how to get rid of it. Thank you.
We don't have a JS function called cbFrmSubmitButton. We don't have fieldJS variable on cbTabs class. Looks like CB Profile Pro is still modifying core files despite me adding triggers specifically so they don't have to. I suggest contacting CB Profile Pro regarding this. They can replace profile display, profile edit, and registration purely using triggers now. More specifically the below.
Basically they just use reference variable $return and they can replace the output with whatever they need.
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.