After migrating from D6 to D7, I have the following two messages in admin/reports/dblog everytime cron is run:

Warning: array_intersect(): Argument #2 is not an array in uc_catalog_uc_store_status() (line 372 of /var/www/html-new/sites/all/modules/ubercart/uc_catalog/uc_catalog.module).
Notice: Undefined index: node in uc_catalog_uc_store_status() (line 372 of /var/www/html-new/sites/all/modules/ubercart/uc_catalog/uc_catalog.module).

However, I'm not sure that this actually causes any problems. But there are still lots of stuff to work out on the new site.

Comments

longwave’s picture

Status: Active » Postponed (maintainer needs more info)

Does the product catalog work otherwise? Does the taxonomy_catalog field exist? Which content types is it attached to?

oivind’s picture

The overall background for this issue was my effort to bring back the Catalog menu items which disappeard after migrating from D6 to D7. However, the warning and notice above are long gone. I don't know why, because I have tried out so much to find a solution on the overall problem. Things does not work yet, but at least it looks like it's all there (taxonomy_catalog field and so on) and the Catalog works otherwise.
The Taxonomy Menu looked promising. But right now I belive that the missing Catalog menu items might have something to do with the uc_catalog view.
I will have to take a couple of steps back and try again with some cleaner code.

longwave’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)