This is a bug due to the poor API support for installing the default image support for Ubercart. The product module only does this through a page callback function that assumes you'll always want to redirect to admin/store. Unfortunately, this disrupts the installation process so that you don't really know why you're being redirected. As such, the image package needs to be updated once #379820: Create API functions for default image support gets committed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | default_image_func.patch | 760 bytes | rszrama |
Comments
Comment #1
rszrama commentedI just committed Lyle's patch in the above linked issue to enable this in UberDrupal. I made the changes but will wait for the beta 5 release to commit this to the UberDrupal CVS. Feel free to test this patch in the meantime.
Comment #2
rszrama commentedThe fix in Ubercart was pushed up in the latest dev version, so I'm committing the change.