memcache and product_fields cache
Submitted Jason H, Mar 05 2012 11:56 AM | Last updated Mar 05 2012 11:56 AM
We're hitting this more and more.. It seems that when nexus and memcache are in use, the product_fields cache, if empty, does not contain an array..
So, if you go to ACP->Cache Management, and view the product_fields cache, it's blank.. Doesn't even have
So, you wind up with a ton of foreach failures.. There's a simple workaround for it.. Just add a 'placeholder' field, and all is well. The problem only occurs it seems when memcache is in use and there's no custom fields.
So, if you go to ACP->Cache Management, and view the product_fields cache, it's blank.. Doesn't even have
Array
{
}
So, you wind up with a ton of foreach failures.. There's a simple workaround for it.. Just add a 'placeholder' field, and all is well. The problem only occurs it seems when memcache is in use and there's no custom fields.
| Status: | Cannot Reproduce |
| Version: | 1.4.0 |
| Fixed In: |











1 Comments
Send it up to me when you hit it again and I'll take a look