Page MenuHomePhabricator

memsess_key undefined in matchEditToken if $wgSessionsInMemcached is false
Closed, ResolvedPublic

Description

Author: alan.harder

Description:
Found this with 1.6.3, seems the same in current svn.

includes/User.php function matchEditToken calls memsess_key, but function
SetupSession only includes MemcachedSessions.php if $wgSessionsInMemcached is true.

I got a PHP error from this when clicking "Show Changes" during editing a page,
but tried a few other times on other edits and show changes worked ok. So,
don't know how to reliably reproduce, but the code does seem to expect that
function when it might not be included.


Version: 1.7.x
Severity: normal
URL: http://codex.gallery2.org

Details

Reference
bz5576

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:11 PM
bzimport set Reference to bz5576.
bzimport added a subscriber: Unknown Object (MLST).

Live debugging hack accidentally committed.

Fixed on trunk in r13651; in REL1_6 in r13652.