Hello,
I've been struggling with this strange issue for the last couple of days and thought someone else might have dealt with it.
As of a few days ago, with no reason or real changes to the site, the Ubercart catalog is visible only to me as the superadmin and others with administrator access, but not to any registered or anonymous users. It sounds like a permissions issue, so I did the following:
1. Ensured all roles had "View Catalog" permissions under uc_catalog
2. Ensured all roles had "Access all views" under views
3. Ensured all roles had "Access all panes" under panels (though the catalog is not using a panel page)
4. Ensured all roles had "View payments" under uc_payments
5. Ensured all roles had "Create orders" under uc_orders
Additionally, I rebuilt the content permissions.
Despite this, the catalog does not appear. Firebug does not show me any errors. I am utterly confused.
Any ideas?
Thanks
Comments
Comment #1
eusebius commentedBy sheer luck, I found out that the problem (at least for me) was that the Taxonomy Breadcrumb module was not installed. It was installed before when Ubercart was working fine, but I thought it was unnecessary, so I removed it. Lo and behold, reinstalling it returned the Ubercart catalog to anonymous and registered users. Not sure why, but I thought this might help others with the same problem and perhaps the developers.