Closed (cannot reproduce)
Project:
Domain
Version:
6.x-2.0-rc5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 23:54 UTC
Updated:
5 Aug 2011 at 18:24 UTC
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