Something installed is messing with the $user object. It's passed by reference throughout CB. If something unsets it then it's going to break CB. Disable non-core CB/Joomla plugins/extensions 1 by 1 until it goes away.
I can not stress the below process enough to avoid these problems.
1. Enable debug mode
2. Set error reporting to maximum
3. Install extension
4. Test
5. Enable extension
6. Test
7. Configure extension
8. Test
This should always be the process. You always need to be aware of the before, during, and after. Having debug mode and error reporting configured ensures errors, notices, warnings, etc.. are always exposed. The only notices you should ignore are strict standards. Nothing else should ever be ignored and should be fixed as soon as possible.
Skipping the above process and installing, configuring, installing, configuring, rinse repeat will guarantee cause issues and you'll have no idea what installed is doing it without constant debugging.
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.