We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
Just a note that this seems to be occurring again with custom zones. 10.0.30 fresh install on live server running php 7.4. If this isn't a bug, then perhaps a tutorial on breadcrumbs for custom zones running catalogues transparently from site/ would be useful because the closest I can get is for the Zone to be shown in the breadcrumbs on catalogue entries, I cannot get the Zone in the breadcrumbs on the category page. On the entry page, we lose the parent page in the breadcrumbs as with this previous issue.
I set up a transparent redirect so catalogues could run out of the collaboration zone then added this ABOVE the default catalogue breadcrumbs.xml rules and it worked ok.
<substitution match_key="collaboration:catalogues:index:tree=0" final="true"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:category"> <!-- Skip catalogues list. This rule won't run for non-tree catalogues as the above rule terminates first; i.e. it is only for tree catalogues -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:atoz"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
Still not happening for me with a custom zone, collaboration isn't a brand new zone. I can get them working on pages, just not catalogues running in a custom zone.
(Click to enlarge)
(Click to enlarge)
#3268 - Catalogue breadcrumb issue
<substitution match_key="collaboration:catalogues:index:tree=0" final="true"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:category"> <!-- Skip catalogues list. This rule won't run for non-tree catalogues as the above rule terminates first; i.e. it is only for tree catalogues -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:atoz"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
(Click to enlarge)