Vinai / groupscatalog2

Magento extension to enable you to hide categories and products from customers depending on their customer group. This is a Magento 1.6 and newer compatible version of the Netzarbeiter Customer Groups Catalog extension.
139 stars 59 forks source link

"Array" stored in "groupscatalog2_groups" column #110

Open robbanl opened 9 years ago

robbanl commented 9 years ago

Hi,

We've noticed 2 times the last 2 months that data in flat category tables are stored as "Array" (plain text). This is causing logged in customers to receive a 404 page when visiting the category. Performing a reindex of "catalog_category_flat" does not help, but reindexing "catalog_category_flat" fixes the issue.

skarmavbild 2015-01-14 kl 14 51 52

Also noticed this commit in a newer version https://github.com/Vinai/groupscatalog2/commit/4492e10decec9e1159de9309aae2e9cbc0f430e8, is that one solving this problem?

Since I cannot yet reproduce the error I'm not sure about upgrading the module just yet.

Using version 0.3.4 of the module and Magento Enterprise 1.14.0.1.

Vinai commented 9 years ago

Thanks for the report! The commit you referenced is just that when a new customer group is created, it will only update the index for that one new customer group. It will not affect the issue you are experiencing.

I've never seen this happen before. Before I can fix it, we need to be able to reproduce the issue. The next few weeks I'm very busy. However, if you manage to reliably reproduce the problem I'll might be able to fix it more quickly.

robbanl commented 9 years ago

@Vinai Ok, great! Then I'll take some time trying to reproduce it and see what's going wrong and when. I'll keep you posted!

Vinai commented 9 years ago

:+1: