I have a problem when creating new users in CB in the backend. When I click on "create new" it ends with a blank screen. The admin interface is still there but there are no fields to fill in.
When enabling error reporting I can see this:
Notice: Undefined offset: 1 in /home/website.nl/public_html/libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 867
Notice: Trying to get property of non-object in /home/website.nl/public_html/libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 867
Line 867 says: if ( $this->_plugins[$pluginId]->published || $ignorePublishedStatus )
Also I can't edit existing users.
I am on Joomla 3.7.3 and CB 2.1.3
Anyone a suggestion/solution?
Last edit: 7 years 6 days ago by krileon. Reason: Added [SOLVED] tag to subject
Ensure CB Core and the Default template within CB > Plugin Management are both public and published. If issue persists unpublish non-core CB plugins 1 by 1 until issue goes away.
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.
krileon wrote: Ensure CB Core and the Default template within CB > Plugin Management are both public and published. If issue persists unpublish non-core CB plugins 1 by 1 until issue goes away.
Thanks for your reply and the solution. I was searching for so long that I didn't notice the CB Core was not published as "public". I changed that and it solved my problem.