Before installing CB 1.4 I had four super user accounts created in Joomla 1.6.2.
I installed CB 1.4. I went to the configuration tab; on the General tab I changed "Name Style" to "First and Last Name Field". I then went to tools and synchronized the users.
When I click on a name in the CB user manager a JS error is thrown "listItemTask is not defined". When I click a checkbox next to a name a JS error is thrown "isChecked is not defined". Predictably when I click the edit button with one of the checkboxes checked I get an alert: "Please select an item from the list to edit".
This is a known bug introduced by J1.6.2. It has broken many extensions, including CB, we've already addressed the bug on forge with proposed patches. Please see the below sticky thread from these boards regarding the 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.
(Stripping trailing CRs from patch.)
patching file ./admin.comprofiler.html.php
Hunk #1 FAILED at 66.
Hunk #2 FAILED at 92.
Hunk #3 FAILED at 108.
Hunk #4 FAILED at 414.
Hunk #5 FAILED at 1060.
Hunk #6 FAILED at 1110.
Hunk #7 FAILED at 1137.
Hunk #8 FAILED at 1153.
Hunk #9 FAILED at 1217.
Hunk #10 FAILED at 1246.
Hunk #11 FAILED at 1260.
Hunk #12 FAILED at 1274.
Hunk #13 FAILED at 2202.
Hunk #14 FAILED at 2256.
Hunk #15 FAILED at 2278.
Hunk #16 FAILED at 2297.
Hunk #17 FAILED at 2347.
17 out of 17 hunks FAILED -- saving rejects to file ./admin.comprofiler.html.php.rej
I applied all four of your patches and the patches at joomlacode.org/gf/project/joomla/tracker...racker_item_id=25657, and it is still throwing JS errors:
g.elements[c] is undefined
/components/com_comprofiler/js/cb12.min.js?8e9680693cdee62d141deead1968d803 Line 1
I notice that we patch cb12.js, but cb12.min.js is loading.
Anyhoo, it seems that both you and Joomla are releasing updates either this week or next, so I guess I'll just have to find some way of looking busy until then.
Last edit: 13 years 7 months ago by blechler. Reason: It may not be worth pursuing this issue further since updates appear imminent.
The minified version of CBs JS is not patched, you need to re-mini cb12.js and save it as cb12.min.js. Alternatively just install Joomla 1.6.3 which just released and not have to worry about patching as they've fixed the 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.