Clear the cache on Old Fogbugz


Follow

Overview:

Clearing the tables can fix unstable menus on FogBugz, fragmented caches issues and this also helps when the FragmentedDependencies table is broken.

Audience:

Agent-Only

Step-By-Step Guide:

  1. Enter the SQL section on FogBugz
  2. Run the following query:
  •  DELETE FROM FragmentCache;

For the FragmentedDependencies table

  1. Run the following queries:
    • DELETE FROM FragmentCache;
    • DELETE FROM FragmentDependency;
    • UPDATE Setting SET sValue = '1' WHERE sKey = 'sCacheVersion';
  2. Go to any page in FogBugz and it will refill the FragmentedDependencies table.