array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array w pliku /home/sites/co.uk/public_html/sites/all/modules/contributions/domain/domain.module, linia 75.
  $domain = domain_lookup($_domain['domain_id']);
  $_domain = array_merge($domain, $_domain); // <!-- line 75

Comments

agentrickard’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

I need more context.

This should never happen if the module is installed and configured correctly. Are you seeing any other errors?

kenorb’s picture

No, but now I don't remember when this happen, I'll try to reproduce it again.

agentrickard’s picture

This might have happened before you adding the include call to settings.php. That would also generate an additional error message, though.

kenorb’s picture

Status: Postponed (maintainer needs more info) » Postponed
agentrickard’s picture

Status: Postponed » Closed (cannot reproduce)