Closed (fixed)
Project:
Tweet Button
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 20:18 UTC
Updated:
8 May 2011 at 10:51 UTC
I am getting the following warnings when enabling the module on a new site:
* Warning: Invalid argument supplied for foreach() in _block_rehash() (line 386 of [path]\modules\block\block.module).
* Warning: Invalid argument supplied for foreach() in _block_rehash() (line 386 of [path]\modules\block\block.module).
Can these be ignored and the module will still work or is it not properly installed?
Comments
Comment #1
scw commentedthats because 'hook_block_info' does not offer data... It is proper installed, to avoid the messages delete 'function tweetbutton_block_info' in tweetbutton.module file on line #114 (something around that #).