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?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | uc_option_image.install.patch | 454 bytes | fred0 |
Comments
Comment #1
unifam commentedThanks.
It also needs to close php tag in the end of the file.
Comment #2
tjholowaychuk commentedYou dont need closing PHP tags
Comment #3
fred0 commentedWell, this is still problem so, here's patch. Also bumping to critical because this bug causes WSOD on install.
Comment #4
fred0 commentedEr, never mind. This is being fixed here:
http://drupal.org/node/550344
Marking as duplicate.