Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#3668 closed defect (bug) (worksforme)

having ENABLE_CACHE on causes weirdness during upgrade

Reported by: scenic's profile scenic Owned by:
Milestone: Priority: low
Severity: normal Version: 2.1
Component: General Keywords: upgrade cache reporter-feedback
Focuses: Cc:

Description

Upgrading to 2.1 from 2.0.7 with ENABLE_CACHE on causes weirdness after upgrade. I don't have the exact error messages because to show that this was the issue, I had to delete the files in the cache.

Basically, because of the category changes in 2.1 I was seeing errors wherever there was a dropdown for categories that merged the link_cats and regular categories. I believe this is because the queries are different here, but I'm not sure (haven't tracked this down in code yet).

The basic fix for this is that the cache needs to get purged as part of the upgrade process. This would maintain a good user experience throughout.

Change History (3)

#1 @markjaquith
18 years ago

Cache flush is part of the upgrade. Once before, and once after. Could it be that you have plugins that need to be upgraded?

#2 @Nazgul
18 years ago

  • Keywords reporter-feedback added
  • Milestone changed from 2.1.1 to 2.1.2

#3 @markjaquith
18 years ago

  • Milestone 2.1.2 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

The cache is flushed before and after the upgrade... something else is at work here.

Note: See TracTickets for help on using tickets.