How to update Add-Ons if not on the Update Add-Ons Menu item

This is a community-contributed tutorial. This tutorial is over a year old and may not apply to your version of Concrete CMS.
Jul 4, 2022

What do you do when your site's core versions isn't considered compatible with a version of an add-on? It can be tricky and might not work correctly, but if you want to test it out, try these instructions assuming the name of the add-on is XXXXX.

Note: this may break your website. Only attempt this if you know know what you are doing and working on a copy of your site for testing.

  1. Navigate to your MarketPlace Projects page and “Release From Project” the XXXXX Add-On.
  2. Navigate to your profile in MarketPlace (the head icon) and click on Purchase History.
  3. Under the Edit Profile click on Licenses on the right hand side
  4. Click on the black text “download archive” which will save the package onto your computer.
  5. Next FTP to your web server and delete the XXXXX folder in the /packages directory.
  6. Extract the ZIP archive that you downloaded in step 4 to your local computer.
  7. Upload the XXXXX folder to the /packages directory on the server
  8. Open your Concrete CMS site and navigate to the dashboard, Click on the “Extend Concrete” item
  9. You will see XXXXX is still listed as the old version
  10. Click on the dashboard menu item “Updated Add-Ons”
  11. You will see that you can now update the installed version of XXXXX. Click Update and you are now complete.
Recent Tutorials
Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Express Form Styling
Apr 11, 2024
By myq.

Different ways to style Express forms

Setting addon/theme version compatibility in the marketplace
Jan 9, 2024

For developers worn out with setting the latest addon or theme version manually across too many core versions, here is a JavaScript bookmarklet to do it for you.

How to get the locale of a page
Jan 8, 2024
By wtfdesign.

Now, why don't we just have a getLocale() method on Page objects beats me, but here's how you work around it

Using a Redis Server
Jun 16, 2023
By mlocati.

How to configure Concrete to use one or more Redis servers to persist the cache.

Improvements?

Let us know by posting here.