Drupal namespace collisions
Why does my newly created clientname_block() hook kill all the blocks on my site? Because we also have a theme named clientname, which causes a namespace collision.
Changing the module name to clientnamemodule (and all function names) fixes it.
http://drupal.org/node/375674#comment-1560314
Comments
Post new comment