We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 45719
    • 1 Posts
    I have the same problem with Gallery's cache and I found this solution.

    in galitem.class.php at ~ line 247
    change this line
    if ($modx->getCacheManager() && $cache = $modx->cacheManager->get($cacheKey)) {

    to these two
    $sort = $modx->getOption('sort',$scriptProperties,'rank');
    if ($modx->getCacheManager() && $sort != 'rand' && $cache = $modx->cacheManager->get($cacheKey)) {


    This solution will allow skip the cache