Hi,
I have made sure all cb and joomla are upto date. Every time I try to add a file and save profile or make any change I get
0 - Call to a member function get() on null with this url showing
financialcomputing.org/cb-profile/saveuseredit
I have gone through all the cb tools making sure users are synced, databases and plugins are updated
Unpublish non-core CB plugins 1 by 1 within CB > Plugin Management until the issue goes away to see if it's a plugin causing your problem. If using CB Auto Actions try it first as often it's due to an incorrectly configured auto action.
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.
Well I found the issue but also the problem.
I kept loading the url to see if it went away and then got "you are a hacker bad person ..." which is admintools kicking in.
I disabled it by renaming the plugins/system/admintools/admintools/main.php file and then tested...all works fine!!
Rename it back, 0 - Call to a member function get() on
Rename it so akeeba admin tools not working... all is fine and profile loads from the front end.
Turns out to be the setting
Disable creating / editing backend users from the frontend. If this is set to Yes then it breaks the saving of any profile thats a manager, admin or SU
Hope this helps others