I DL the 2.26 version to update my 2.22 release...

I get a page of error messages all indicating there is no such folder when I update

profiles/commerce kickstart/themes/omega, and there is no Omega which is true.
--------------------------------------------------------------------
The KS 2.22 version I downloaded from Drupal.org has the following folders

profiles/commerce_kickstart/themes/commerce_kickstart_admin

profiles/commerce_kickstart/themes/commerce_kickstart_theme

profiles/commerce_kickstart/themes/omega

profiles/commerce_kickstart/themes/omega_kickstart

profiles/commerce_kickstart/themes/shiny
------------------------------------------------------
The KS 2.26 version I downloaded from Drupal.org has the following folders

profiles/commerce_kickstart/themes/commerce_kickstart_admin

profiles/commerce_kickstart/themes/commerce_kickstart_theme

profiles/commerce_kickstart/themes/contrib
-------------------------------------------------------

I thought I could just include the Omega folder and files it is calling, but the addition in the 2.26 version showing no Omega and addition folder called "Contrib" could mean there is some variations in the code that could create problems. I don't have the luxury of rebuilding this site, since it is production site

I probably missed some discussions on this. I would appreciate to know best course to take.

Looking at all the open issues, it seems everyone is using the 7.x-2.x-dev version. I never use dev versions of modules or themes on production sites.

Comments

domineaux’s picture

I looked inside the contrib folder of the KS 2.26 release and the omega and omega_kickstart themes are located inside that folder.

On the server removed all the original install of KS2.22 folders/files and left the sites folder only.
them FTP all the KS2.26 distribution files leaving out the sites folder.
On address line pointed to domain
then got a large number of error messages indicating the Omega files are not there.

Since I used the entire KS2.26 release and only failed to change the sites folder you would think the proper file pointers would be in the 2.26 code.

mglaman’s picture

Status: Active » Fixed

2.26 is correct! There is a commit in -dev to fix this issue you're seeing #2533236: Error on update to 2.24 - 2.26. Themes were moved into the sub folder contirb, however an update hook to rebuild the registry was not run. Apparently update.php and drush updb don't do this ahead of time :/ I'm working to get another release out with quite a bit of bugfixes by the end of this month.

If you don't want to patch, just grab https://www.drupal.org/project/registry_rebuild and run it and then do your updates.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.