Closed (fixed)
Project:
Copyright
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2007 at 03:16 UTC
Updated:
17 Jun 2007 at 16:25 UTC
When i tried to install the module from a profile the installer was warning me that the _block_rehash() function at line 177 in copyright.install is unknown. By commenting out it got installed without a problem.
Comments
Comment #1
Robrecht Jacques commentedNot sure what is going on here because the function
_block_rehash()is defined inblock.module.I'm wondering whether it is because you did not put the block module in the list of modules to install in your profile?
Other then that, I can't find a reason why Drupal wouldn't know
_block_rehash()because all modules are loaded before doing the install iirc.Comment #2
snufkin commentedi had the block module in the profile, actually that was the first module... maybe its a bug in the install profile handling mechanism?
i changed the name so it suits the problem better.
Comment #3
Robrecht Jacques commentedAdded an
if (function_exists('_block_rehash'))to my rehashing. So this should be fixed.Comment #4
Robrecht Jacques commented