Failing Widget: 'SC Catalog Item'

ericgilmore
Tera Guru

Just loaded an update set from our dev instance to test, with 3 new catalog items. For two of the items I get this when I try to access them from the portal: find_real_file.png

The third catalog item is using the SC Catalog Item widget just fine. What gives here?

 

1 ACCEPTED SOLUTION

ericgilmore
Tera Guru

Here's what I managed to suss out. After examining the variables contained within the catalog item, I found that 2 were essentially pointing to places that hadn't be translated over by the update set. One was a List Collector that was pointing to a non-existent List Table (Type Specifications tab), the second was a Macro that was pointing to a non-existent Widget (Default Value tab).

 

After manually pulling this data over via exported XML files, things came around. I'm 95% sure this was it, although I didn't confirm (via logs) that these were the explicit things which caused the errors to be thrown.

View solution in original post

11 REPLIES 11

This was the exact issue I had. Had 2 variable I cleared the "field" value for but "Map to field" was not set to false

Experienced the same issue as in the posted question. Found out the cause was record producer variables which were mapped to table fields and those table fields did not exist in Prod. Tested by deactivating those variables and the error was gone.

Oleg
Mega Sage

The information, which you posted is't full enough to help you. The console log of web browser contains the code fragment, which throws NullPointer exception. It could be some problem on Catalog Script or some problem with multi-value variable, but I'm afraid nobody could help you without seen information from console log and without additional information about the corresponding catalog item. 

Ok, here's what I'm seeing when I click on the catalog item link in the portal;

find_real_file.png

find_real_file.png

 

I don't think it's very helpful, but maybe I'm completely missing something.

Community Alums
Not applicable

This looks troublesome to me.

find_real_file.png

 

However, there still appears to be not enough information provided to diagnose the issue.

Can you provide more error logs ?