Closed (fixed)
Project:
Picture
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2015 at 01:28 UTC
Updated:
8 Dec 2015 at 08:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
JRF commentedI've got the same error on uninstall.
It seems that picture call a function present in the "file entity" module but not present in core during uninstallation. So if you want to avoid this error, a workaround is to install file entity and unsintall picture after.
Comment #3
alek123 commentedAdd the file Entity module call to picture.install, maybe it is necesary to write the dependency.
Comment #4
beanjammin commentedThe settings being removed by the uninstall when it dies are only set if the file_entity module is available. I've updated the patch to test for the file_entity module and only remove its settings when it is found.
Comment #5
attiks commented