Head scratcher - Global Area (Stack) flip flops between states
PermalinkThe interesting symptom is that at each page load it flip-flops between the current version and the previous version. Not just one block/stack but both.
Version: 5.6.1.2
Yes, I've cleared the cache and deleted the older versions ... if I just reload the view of the stack in the backend it randomly picks a testimonial but doesn't show the same problem that it does on the front-end.
Has anyone ever seen this or encountered something similar? The client is getting antsy to finish off the site.
And, does it also happen if you request the stack in your template with code?
<?php
$s = Stack::getByName('....');
$s->display($c);
?>
Cheers, Adri
Thanks!
With the stacks, have you approved the stack versions? (as well as the page version you are showing them on).
Does the behaviour change depending on whether you are logged in or not?
Does the behaviour change if you enter the page via a 'Post' request rather (eg via a form) than the usual 'Get' request (via a url)?
Yes, all page types are using the same elements/footer.php reference.