I'm trying to upgrade from Joomla 2.5.28 to 3.6 and from CB 1.9.1 to 2.0. I have a number of sites to upgrade so I want to do this programatically (which I have done before). One of the things I need to do is to modify the CB configuration information that used to be in ue_config.php. I don't find that file in 2.0 and wonder if anybody could tell me where the information is now stored?
Last edit: 8 years 1 month ago by krileon. Reason: Added [SOLVED] tag to subject
It's not an upgrade, but a migration. You are likely not going to be able to do this programmatically. Each install varies as to what problems arise from migrating. Clone your site, turn off everything except core CB, then download latest CB 2.x release only. Once done unzip the installer package and within the folder extensions/packages/ will be the Joomla package for CB 2.x. Install that on your clone and after it is completed begin updating your CB plugins 1 by 1. Once that's done review all your configuration after enabling everything again and see if anything is broken. Since CB 2.x works on Joomla 2.5 I'd probably update Joomla last. Configuration for CB 2.x is stored in CB Core plugin row params column.
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.
Thanks. I found the config information ok. I do understand how difficult this is. I did the same thing when going to Joomla 1.5 and it took a while I have too many sites to think of doing each one manually.