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
Comment #1
agentrickardI need more context.
This should never happen if the module is installed and configured correctly. Are you seeing any other errors?
Comment #2
kenorb commentedNo, but now I don't remember when this happen, I'll try to reproduce it again.
Comment #3
agentrickardThis might have happened before you adding the include call to settings.php. That would also generate an additional error message, though.
Comment #4
kenorb commentedComment #5
agentrickard