Update your files
To manually update from 1.0.7 to 1.1.0, download the update from Gumroad. Next, you will need to update the following files/folders:
README.md > replace this file
_htaccess > replace this file with the contents of (/_htaccess)
application/config/hooks.php > add/replace this file
application/config/migration.php > add/replace this file
application/config/routes.php > add/replace this file
application/config/bloxby.php > add/replace this file
application/config/webpack.php > add/replace this file
application/helpers/base64_helper.php > add/replace this file
application/helpers/folder_helper.php > add/replace this file
application/language/english/builderlite_lang.php > add/replace this file
application/libraries/Paypal.php > add/replace this file
application/libraries/Simple_html_dom.php > add/replace this file
application/migrations/003_update_v1_1_0.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/autoupdate/controllers/Autoupdate.php > add/replace this file
application/modules/builder_elements/controllers/Builder_elements.php > add/replace this file
application/modules/builder_elements/models/Blocks_model.php > add/replace this file
application/modules/builder_elements/views/block_editor.php > add/replace this file
application/modules/builder_elements/views/blocks.php > add/replace this file
application/modules/builder_elements/views/browser.php > add/replace this file
application/modules/builder_elements/views/components.php > add/replace this file
application/modules/builder_elements/views/partial_blockdetails.php > add/replace this file
application/modules/customdomain/controllers/Customdomain.php > add/replace this file
application/modules/file_editor/controllers/File_editor.php > add/replace this file
application/modules/file_editor/views/editor.php > add/replace this file
application/modules/package/controllers/Package.php > add/replace this file
application/modules/package/models/Packages_model.php > add/replace this file
application/modules/package/views/package_details.php > add/replace this file
application/modules/package/views/package_details_form.php > add/replace this file
application/modules/package/views/package_table.php > add/replace this file
application/modules/package/views/packages.php > add/replace this file
application/modules/sent/controllers/Sent.php > add/replace this file
application/modules/sent/views/email_default.php > add/replace this file
application/modules/sent/views/email_text.php > add/replace this file
application/modules/settings/controllers/Settings.php > add/replace this file
application/modules/settings/models/Apps_settings_model.php > add/replace this file
application/modules/settings/models/Settings_model.php > add/replace this file
application/modules/settings/models/Whitelabel_model.php > add/replace this file
application/modules/settings/views/settings.php > add/replace this file
application/modules/shared/views/header.php > add/replace this file
application/modules/shared/views/layout.php > add/replace this file
application/modules/shared/views/modal_account.php > add/replace this file
application/modules/shared/views/nav.php > add/replace this file
application/modules/shared/views/pagedata.php > add/replace this file
application/modules/shared/views/sitedata.php > add/replace this file
application/modules/sites/controllers/Sites.php > add/replace this file
application/modules/sites/models/Frames_model.php > add/replace this file
application/modules/sites/models/Pages_model.php > add/replace this file
application/modules/sites/models/Sites_model.php > add/replace this file
application/modules/sites/views/create.php > add/replace this file
application/modules/sites/views/layout.php > add/replace this file
application/modules/sites/views/sites.php > add/replace this file
application/modules/subdomain/controllers/Subdomain.php > add/replace this file
application/modules/subfolder/controllers/Subfolder.php > add/replace this file
application/modules/subscription/controllers/Subscription.php > add/replace this file
application/modules/subscription/views/layout.php > add/replace this file
application/modules/templates/controllers/Templates.php > add/replace this file
application/modules/templates/models/Templates_model.php > add/replace this file
application/modules/templates/views/catstbody.php > add/replace this file
application/modules/templates/views/modal_deletecategory.php > add/replace this file
application/modules/templates/views/partial_templates.php > add/replace this file
application/modules/templates/views/templates.php > add/replace this file
application/modules/user/controllers/User.php > add/replace this file
application/modules/user/views/layout.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
assets/css/style.css > add/replace this file
/* FOLLOWING SECTION APPLIES TO ENTERPRISE PLAN CUSTOMERS ONLY */
assets/elements_enterprise/Parrot/header2.html > add/replace this file
assets/elements_enterprise/Parrot/header3.html > add/replace this file
assets/elements_enterprise/Parrot/header4.html > add/replace this file
assets/elements_enterprise/Parrot/header5.html > add/replace this file
assets/elements_enterprise/Parrot/header6.html > add/replace this file
assets/elements_enterprise/Yummy/navbar13.html > add/replace this file
assets/elements_enterprise/Yummy/navbar14.html > add/replace this file
assets/elements_enterprise/Yummy/navbar15.html > add/replace this file
assets/elements_enterprise/Yummy/navbar16.html > add/replace this file
assets/elements_enterprise/bundles/Enterprise_headers.css > add/replace this file
assets/elements_enterprise/bundles/Enterprise_headers.css.map > add/replace this file
assets/elements_enterprise/bundles/Enterprise_skeleton.css > add/replace this file
assets/elements_enterprise/bundles/Enterprise_skeleton.css.map > add/replace this file
/* FOLLOWING SECTION APPLIES TO PROFESSIONAL PLAN CUSTOMERS ONLY */
assets/elements_professional/Yummy/navbar10.html > add/replace this file
assets/elements_professional/Yummy/navbar11.html > add/replace this file
assets/elements_professional/Yummy/navbar12.html > add/replace this file
assets/elements_professional/Yummy/navbar13.html > add/replace this file
assets/elements_professional/Yummy/navbar14.html > add/replace this file
assets/elements_professional/Yummy/navbar15.html > add/replace this file
assets/elements_professional/Yummy/navbar16.html > add/replace this file
assets/elements_professional/bundles/Professional_skeleton.css > add/replace this file
assets/elements_professional/bundles/Professional_skeleton.css.map > add/replace this file
/* FOLLOWING SECTION APPLIES TO STARTER PLAN CUSTOMERS ONLY */
assets/elements_starter/bundles/Professional_skeleton.css > add/replace this file
assets/elements_starter/bundles/Professional_skeleton.css.map > add/replace this file
/* MAKING ANY CHANGES TO FILES IN /assets/js/ REQUIRES YOU TO REBUILD USING WEBPACK */
assets/js/builder.js > add/replace this file
assets/js/custom/block_editor.js > add/replace this file
assets/js/custom/builder.js > add/replace this file
assets/js/custom/elements_blocks.js > add/replace this file
assets/js/custom/elements_browser.js > add/replace this file
assets/js/custom/elements_components.js > add/replace this file
assets/js/custom/images.js > add/replace this file
assets/js/custom/inblock.js > add/replace this file
assets/js/custom/login.js > add/replace this file
assets/js/custom/packages.js > add/replace this file
assets/js/custom/register.js > add/replace this file
assets/js/custom/sent.js > add/replace this file
assets/js/custom/settings.js > add/replace this file
assets/js/custom/sites.js > add/replace this file
assets/js/custom/templates.js > add/replace this file
assets/js/custom/users.js > add/replace this file
assets/js/elements_blocks.js > add/replace this file
assets/js/elements_browser.js > add/replace this file
assets/js/elements_components.js > add/replace this file
assets/js/file_editor.js > add/replace this file
assets/js/images.js > add/replace this file
assets/js/inblock.js > add/replace this file
assets/js/login.js > add/replace this file
assets/js/modules/builder/builder.js > add/replace this file
assets/js/modules/builder/content.js > add/replace this file
assets/js/modules/builder/export.js > add/replace this file
assets/js/modules/builder/preview.js > add/replace this file
assets/js/modules/builder/styleeditor.js > add/replace this file
assets/js/modules/builder/templates.js > add/replace this file
assets/js/modules/config.js > add/replace this file
assets/js/modules/config_custom.js > add/replace this file
assets/js/modules/packages/packages.js > add/replace this file
assets/js/modules/shared/imageLibrary.js > add/replace this file
assets/js/modules/shared/notify.js > add/replace this file
assets/js/modules/shared/ui.js > add/replace this file
assets/js/modules/shared/utils.js > add/replace this file
assets/js/modules/sites/sites.js > add/replace this file
assets/js/modules/templates/categories.js > add/replace this file
assets/js/modules/templates/templates.js > add/replace this file
assets/js/packages.js > add/replace this file
assets/js/register.js > add/replace this file
assets/js/sent.js > add/replace this file
assets/js/settings.js > add/replace this file
assets/js/sites.js > add/replace this file
assets/js/templates.js > add/replace this file
assets/js/users.js > add/replace this file
assets/js/vendor/bootstrap-confirmation.min.js > add/replace this file
assets/js/vendor/froala_editor_sources_2/bower.json > add/replace this entire folder
assets/js/vendor/notify.min.js > add/replace this file
assets/index.html > add/replace this file
assets/sass/browser.scss > add/replace this file
assets/sass/builder.scss > add/replace this file
assets/sass/file_editor.scss > add/replace this file
assets/sass/other.scss > add/replace this file
assets/sass/popover_confirmation.scss > add/replace this file
img/dnd.png > add/replace this file
img/nothumb.png > add/replace this file
install/assets/install.sql > add/replace this file
install/done.php > add/replace this file
install/index.php > add/replace this file
webpack.config.js > add/replace this file
config.ini > add/replace this file
Update your database
Bloxby version 1.1.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!
I still have a problem with publishing my first website.
I am new at all these things and there must be something I do wrong…
I read the links support portal, but I don’t understand it completely.
When I type “carina.be” (the website I want to publish) in my browser, the login screen of our server appears “welcome.be/auth”, instead of the website “carina.be”
This is what I already did:
1) In Bloxby I made the website and went to the Site Settings, and there I choose “custom domain” and typed “Carina.be”.
I got the following message:
“Yeah! All went well.”
The site’s details were saved successfully, however the provided FTP details could not be used to successfully establish a connection; you won’t be able to publish your site.
In the settings I see that there are fields to fill out concerning FTP, but I don’t know if I have to type something there… (someone of your support told me not to change anything there, so I didn’t.)
2) Where the domain name carina.be is hosted, I changed the “A record” into the IP address of our server. (that is probably why typing carina.be, I come to welcome.be/auth…)
Do I have to do something else there?
You also sent me a link with the instruction below, but I don’t know what the cPanel is and where I can find it:
cPanel based hosting
As explained before, using cPanel in combination with custom domain publishing means you will need to maunally add each and every custom domain used by your end-users. You can do so by the following these steps:
1. Login to your cPanel
2. Go to “Aliases” from “Domains” section.
3. Add the custom domain name and click the button labeled “Add Domain”.
Thank you for helping me out!
Hi Carina,
Please kindly post support requests to the forums at https://support.bloxby.com/forums/. Thanks!
Hi, plan to create a post for updates from 1.1.0 to 1.1.1?