J2.5

Difference between revisions of "Broken configuration screen in 2.5.10"

From Joomla! Documentation

(Created page with "If you use memcached you may have a broken configuration screen. The best solution to this is to update to 2.5.11. If for some reason you cannot update to 2.5.11 you may appl...")
(No difference)

Revision as of 03:43, 27 April 2013

The "J2.5" namespace is a namespace scheduled to be archived. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

If you use memcached you may have a broken configuration screen. The best solution to this is to update to 2.5.11. If for some reason you cannot update to 2.5.11 you may apply the following hotfix.

Find the file libraries/joomla/cache/storage/memcached.php

At line 317 change Memcache to Memcached.

-    $memcached = new Memcache;
+    $memcached = new Memcached;