I looked around for resolusion but no luck.
Finally, after debug, I find out that, problem stay in quicktab, not mini panel 7.3x
what dit i do?
1.
in quicktabs module
/**
* Implements hook_block_info().
*/
function quicktabs_block_info() {
foreach (quicktabs_load_multiple() as $qt_name => $quicktabs) {
$blocks[$qt_name]['info'] = $quicktabs->title;
# add this row
$blocks[$qt_name]['cache'] = DRUPAL_NO_CACHE;
}

and clear cache, it works for me. Test at http://TravelFog.Com

Comments

merlinofchaos’s picture

Status: Needs review » Closed (won't fix)

Perhaps you should file this against quicktabs then? There's certainly nothing I can do about this in Panels.