Warning: Invalid argument supplied for foreach() in _block_rehash() (line 389 of /home/content/01/7110201/html/drupalcontractors/modules/block/block.module).

I am getting this on a fresh install in a subdirectory hosted on Go Daddy any advice?

Comments

mh86’s picture

Status: Active » Postponed (maintainer needs more info)

can you add following debugging code before line 389?

if (!is_array($module_blocks)) {
  drupal_set_message("Invalid block from module: " . $module);
}

and report what the output is!

Thanks

mh86’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Re-open the issue if the problem still exists.

SivaprasadC’s picture

Issue summary: View changes

@mh86

Thanks for the #1, it helped me a lot.