Fatal error: Cannot use object of type stdClass as array in /path/to/site/drupal/includes/theme.inc on line 1054

When viewing purchased nodes I see this error (with PHP error reporting on). Turing off UC Node Checkout allows you to view the nodes normally.

CommentFileSizeAuthor
#1 fatal_error_fix.patch596 bytesdrupalprojects
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalprojects’s picture

Status: Active » Patch (to be ported)
FileSize
596 bytes

Attaching a patch with fix

bisonbleu’s picture

Issue summary: View changes
Status: Patch (to be ported) » Reviewed & tested by the community

Ah! stumbled 4 hours on this Fatal error and was staring at the very same line 826!

'#value' => theme('uc_node_checkout_node_attributes', $product),

Thanks for the patch!

Setting to RTBC.