I saw this thread before I just upgraded from 5.62 to 6.11.
Quote:
Originally Posted by Chuck S Turn off your category cache in admin perform your upgrade you will be fine. |
I did this before I started the upgrade, but it didn't solve the problem. After the upgrade I turned category cache back on and I ran into the same problem shown the screenshots in the first post.
Quote:
Originally Posted by vigape UPDATE `pp_cache` SET `statscache` = NULL ,
`recentcache` = NULL ,
`popularcache` = NULL ,
`randomcache` = NULL ,
`calcache` = NULL ,
`catcache` = NULL ,
`catprops` = NULL WHERE `id` =1 LIMIT 1 ; |
So I did the SQL command above, then re-enabled the category cache and it seems to be working fine now. Thanks, vigape.