Update your files
To manually update from 1.1.4 to 1.2.0, download the update from Gumroad. Next, you will need to update the following files/folders:
.htaccess > add/replace this file
README.md > add/replace this file
application/config/hooks.php > add/replace this file
application/config/ldap.php > add/replace this file
application/config/migration.php > add/replace this file
application/config/profiler.php > add/replace this file
application/config/rest.php > add/replace this file
application/config/routes.php > add/replace this file
application/core/MY_Controller.php > add/replace this file
application/helpers/urlcheck_helper.php > add/replace this file
application/hooks/hooks.profiler.php > add/replace this file
application/language/english/builderlite_lang.php > add/replace this file
application/language/english/rest_controller_lang.php > add/replace this file
application/libraries/Format.php > add/replace this file
application/libraries/REST_Controller.php > add/replace this file
application/migrations/005_update_v1_2_0.php > add/replace this file
application/modules/api/controllers/Packages.php > add/replace this file
application/modules/api/controllers/Users.php > add/replace this file
application/modules/asset/controllers/Asset.php > add/replace this file
application/modules/auth/controllers/Auth.php > add/replace this file
application/modules/customdomain/controllers/Customdomain.php > add/replace this file
application/modules/settings/controllers/Settings.php > add/replace this file
application/modules/settings/models/Settings_model.php > add/replace this file
application/modules/settings/views/settings.php > add/replace this file
application/modules/sites/controllers/Sites.php > add/replace this file
application/modules/user/controllers/User.php > add/replace this file
application/modules/user/models/Users_model.php > add/replace this file
application/modules/user/views/user_details_form.php > add/replace this file
application/modules/user/views/users.php > add/replace this file
/*
REPLACING THE ENTIRE BUILD FOLDER WILL OVERWRITE POSSIBLE CHANGES TO THE FRONT-END CODE
IF YOU HAVE MADE CHANGES TO THE FRONT-END CODE, PLEASE APPLY THE CHANGES LISTED BELOW TO
THE CONTENTS OF /ASSETS/JS/ AND MAKE SURE YOU MAINTAIN YOUR CUSTOM CODE, THEN REBUILD
USING WEBPACK
*/
build/ > replace entire folder
/* MAKING ANY CHANGES TO FILES IN /assets/ REQUIRES YOU TO REBUILD USING WEBPACK */
assets/css/style.css > add/replace this file
assets/js/modules/builder/styleeditor.js > add/replace this file
assets/js/modules/shared/imageLibrary.js > add/replace this file
assets/js/modules/shared/utils.js > add/replace this file
assets/js/modules/users/users.js > add/replace this file
config.ini > add/replace this file
package.json > add/replace this file
Update your database
Bloxby version 1.2.0 includes a number of changes to the main database. In order to implement these changes, please follow the steps outlines below:
- Make a full backup for your database
- Edit /application/config/migration.php and set “$config[‘migration_enabled’]” to TRUE
- Open a browser and navigate to http://[yourdomain.com]/migrate. Replace [yourdomain.com] with your actual domain name.
The database will now be updated and you will see a confirmation message. - Edit /application/config/migration.php and set “$config[‘migration_enabled’]” to FALSE
- All set!
Leave A Comment?
You must be logged in to post a comment.