New version seems to have typo, this is the message on installation attempt:
Parse error: syntax error, unexpected ';', expecting ')' in xxx/sites/all/modules/uc_option_image/uc_option_image.install on line 11
Easy to fix, replaced ';' with ',' in 'filename' => 'option_image_0_0_0'; and it worked.

On different topic: is there a way to avoid going back to default node.tpl.php in order to have it working?

CommentFileSizeAuthor
#3 uc_option_image.install.patch454 bytesfred0

Comments

unifam’s picture

Thanks.

It also needs to close php tag in the end of the file.

tjholowaychuk’s picture

You dont need closing PHP tags

fred0’s picture

Priority: Normal » Critical
StatusFileSize
new454 bytes

Well, this is still problem so, here's patch. Also bumping to critical because this bug causes WSOD on install.

fred0’s picture

Status: Active » Closed (duplicate)

Er, never mind. This is being fixed here:
http://drupal.org/node/550344

Marking as duplicate.