Index: branches/5.1.x/core/install/upgrades.sql =================================================================== diff -u -N -r13168 -r13170 --- branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13168) +++ branches/5.1.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13170) @@ -1681,4 +1681,7 @@ KEY Prefixes (Prefixes), KEY Cached (Cached), KEY LifeTime (LifeTime) -); \ No newline at end of file +); + +INSERT INTO ConfigurationAdmin VALUES ('CacheHandler', 'la_section_SettingsCaching', 'la_config_CacheHandler', 'select', NULL, 'Fake=la_None,Memcache=+Memcached,Apc=+Alternative PHP Cache', 80.02, 0, 0); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'CacheHandler', 'Fake', 'In-Portal', 'in-portal:configure_advanced'); \ No newline at end of file