Hi,

I'm using block cache on my site for a while.
Now I'm trying to move my site to another server. I dump the sql db and transfer the file system files to the new system.
Everything looks good except the block cache. The block cache is freezed at the migration time.
I can only reactivate it, if I got to a cached block uncheck every box which tells the block when to refresh. After this the block cache refreshes and I can set it back to the old configuration.

Is there something I can do to remove the cache at once? Where is the cache stored?

Regards,

Roi Danton

Comments

RoiDanton’s picture

Is someone reading this?

Christefano-oldaccount’s picture

Status: Active » Fixed

block_cache uses the 'cache_block' table, which needs to be flushed when migrating your database. You can determine this by looking at the install file that comes with the module.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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