Active
Project:
Ubercart Option Images
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2011 at 10:42 UTC
Updated:
10 Mar 2011 at 05:57 UTC
Hi,
As of http://drupal.org/node/550344#comment-3869596 I build a new issue.
I got WSOD on install uc_option_image on modules page. I tried installing it through the database in the system-table, that worked...but now I see above the options: Image | Preview, but underneath nothing, no [browse] button, completely nothing, only
when I look in firebug. Also no error-message.
Anyone else with same experience on 27-dec dev version?
Thanks a lot in advance for your reply!
greetings,
Martijn
Comments
Comment #1
summit commentedHi,
May be it has to do with: http://drupal.org/files/issues/uc_option_image-install-patch.diff
But in the install file of .dev I see the following line:
Comment #2
summit commentedI downloaded 1.4, and changed the install according to: http://drupal.org/files/issues/uc_option_image-install-patch.diff.
Now no WSOD anymore. So the error is between 1.4 with the patched install file, and .dev.
greetings, Martijn
Comment #3
rickupdegrove commentedChange line 11 from
'filename' => 'option_image_0_0_0';
to
'filename' => 'option_image_0_0_0',
EDIT = oops that's what the patch does.
I haven't diffed the whole module yet but I was surprised to see that WSOD during install in
version = "6.x-1.4"