Hello, I have installed and configured a working memcache implementation on my development server. Everything is running perfectly. It was a surprisingly smooth upgrade.

The only issue I have seen is that when I go to /update.php on my site, and click on "run the database upgrade script," nothing happens. The page reloads, but it's the same page, as if you'd never clicked on it. And yes, this is true whether I set access_control to FALSE or log in or what not.

I did an svn diff on my code from before installing memcache and after, and only memcache-related differences are there. Also, doing a database structure dump and comparing pre-and-post upgrade SQL format pre and post installation of memcache reveals only memcache-related changes (addition of serialized column to cache tables).

Any idea what's going on?

Comments

slantview’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,

Is this still a problem? I have several sites running memcache 1.7 and do not have this problem.

-s

robertdouglass’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Can't confirm the problem.