Syntax error, unexpected '{' in memcache/memcache.inc on line 81".

The problem is here http://drupalcode.org/project/memcache.git/blob/refs/heads/7.x-1.x:/memc...

Marked as critical, as this causes a server error, breakig the site.

CommentFileSizeAuthor
#1 0141-Fix-for-1289762-syntax-error.patch720 bytesmrfelton
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrfelton’s picture

Status: Active » Needs review
FileSize
720 bytes
nozies’s picture

Notice: Undefined variable: table in MemCacheDrupal->wildcards() (line 248 of /sites/all/modules/memcache/memcache.inc).
Notice: Undefined index: in MemCacheDrupal->wildcards() (line 248 of /sites/all/modules/memcache/memcache.inc).
Warning: array_keys() expects parameter 1 to be array, null given in MemCacheDrupal->wildcards() (line 248 of  /sites/all/modules/memcache/memcache.inc).
Warning: reset() expects parameter 1 to be array, null given in MemCacheDrupal->wildcards() (line 248 of  /sites/all/modules/memcache/memcache.inc).
catch’s picture

Status: Needs review » Fixed

This was reported and fixed in another issue, please git pull and confirm.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.