Needs review
Project:
Reverse Node Reference
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 11:35 UTC
Updated:
21 Nov 2012 at 16:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thsutton commentedI encountered this problem too. As oswajas said, hook_requirements() is called before the database details have been entered during installation.
Comment #2
Anonymous (not verified) commentedThis patch removes HOOK_requirements() so that this module can be installed within an install profile. The intention is for this patch to be applied by drush make.
Comment #3
sblommers commentedMadness, fix the module instead