Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).
Notice: Undefined index: status in _block_rehash() (line 439 of /hermes/bosweb/web284/b2840/nf.itwerxorg/public_html/modules/block/block.module).

Obviously a looped error...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

D34dMan’s picture

It seems like the issue exists with all the modules that defines blocks and want to place it in some predefined region. If the region doesn't exists in current theme, the a notices are thrown. #1896468: Errormsg: Notice: Undefined index: status in _block_rehash() is a similar case.

Maybe the solution is in this issue queue #1851530: Notice: Undefined index: status in _block_rehash() .

I think the notices can be ignored if you don't want to patch the core files.

Meanwhile i would try to see if i can find a workaround for extravaganza without compromising the user experience.

Kebz’s picture

I found these two patches that worked for me. They are from the links that @D34dMan provided