Hello,I am currently working on a Joomla! site running version 3.10.12, but it’s in poor condition with an outdated template. I am also unable to switch to PHP 8.1. My current Community Builder version is 2.9.1+build.2023.12.19.18.xxx.I have created a new test site and successfully migrated the (joomla) user and group tables.
I installed a new version of Community Builder (2.9.1+build.2023.12.19.18.xxx).Could you please advise me on which database tables I need to transfer from the old site so that the user profile fields and other related data are carried over to the new site?
Thank you for your assistance!
It's typically easier to just migrate Joomla 3 up to 5 once you've cleared out incompatible extensions, which should just be a matter of uninstalling them. With that said all of CBs data is stored in tables prefixed with the following.
_comprofiler
_groupjive
_cbsubs
That covers all our products including free CB. This is just CB database data though. There's files to consider as well. Typically all of CBs user uploads should be in the following folder and you may also want to migrate it.
/images/comprofiler
Now you still need to contend with Joomla user data. You'll need their Joomla user to remain in sync with CB. Joomla user data is stored in the following tables.
_users
_user_profiles
_user_keys
_user_mfa
Finally you need to consider their usergroups and view access levels. Those are contained in the following.
_usergroups
_viewlevels
_user_usergroup_map
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.