Posted by encho on May 1, 2009 at 2:40pm
| Project: | Ubercart Option Images |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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?
Comments
#1
Thanks.
It also needs to close php tag in the end of the file.
#2
You dont need closing PHP tags
#3
Well, this is still problem so, here's patch. Also bumping to critical because this bug causes WSOD on install.
#4
Er, never mind. This is being fixed here:
http://drupal.org/node/550344
Marking as duplicate.