I updated to RC1 today and was presented with the following @ admin/reports/updates

Notice: Undefined index: omega in theme_update_report() (line 202 of /public_html/modules/update/update.report.inc).
CommentFileSizeAuthor
#6 omega.code_.2088029-6.patch693 bytesfubhy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fubhy’s picture

Can you please clear your caches and see if that error goes away?

VM’s picture

Clearing cache did not help. Also of note, the Notice is generated without an omega theme actually being enabled. Bartik is set as the default but because omega is in the file system the Notice is generated.

fubhy’s picture

Yes, because it's the status update page.. This issue has nothing to do with Omega I am afraid. It's rather something with your registry. Hmm... Can you try on a fresh install with a clean Drupal (no install profiles, etc.)?

joeseven’s picture

I just started getting this error on a fairly fresh install.

fubhy’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm.. I can't reproduce this problem :/. Can you please provide steps you took to reproduce this? Otherwise I don't know how to help as I have absolutely 0 idea how Omega could even interfere with that page.

fubhy’s picture

Status: Postponed (maintainer needs more info) » Fixed
FileSize
693 bytes

Aha! We just identified a core bug here. A 'hidden' base theme (Omega is hidden nowadays @see omega.info [hidden = TRUE]) does not appear as a viable base theme in theme_update_report() which is the cause for this error. It's really a core bug but it can be easily fixed by removing "hidden = TRUE" from the omega.info file (which I will do now, at least temporarily to avoid this bug).

Thanks for reporting.

fubhy’s picture

I just committed b4dc46c which fixes this issue.

Status: Fixed » Closed (fixed)

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