Closed (fixed)
Project:
Domain
Version:
7.x-3.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 12:48 UTC
Updated:
17 Mar 2013 at 20:50 UTC
Jump to comment: Most recent file
Hi,
I have 16 domains added to my site via domain access, and after added adding the 15th domain I started getting these errors.
I tried removing a domain but it didn't help.
the only consistent way I can reproduce the error is by surfing to
http://web17.2bwebsite.com/
and them surfing to
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1917190-domain-source-lookup.patch | 903 bytes | agentrickard |
Comments
Comment #1
agentrickardFirst, thank you for opening a new issue.
I see the problem, I think. It would occur when an invalid $nid is passed to the function, which should not happen, but is happening in your case.
Here's a quick patch.
Comment #2
VanessaM commentedwow! you responded so quickly! thank you so much.
the patch worked like a charm!
Thanks again.
Comment #3
agentrickardI would be interested to know, if you can tell, what value is being passed to that function (and from where.)
Comment #4
agentrickardCommitted.
Comment #5
VanessaM commentedwhere do I check?
I am not a php developer
Comment #6
agentrickardThat's ok. You would need to do some PHP-level debugging.
Thanks for the clear error report.
Comment #7
andrea.cavattoni commented#1 fixed the problem also for me.. tnx
Comment #8
agentrickardThis was reverted / removed by #1930212: domain_source_lookup() can cause infinite recursion