Closed (fixed)
Project:
Domain
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2011 at 19:26 UTC
Updated:
20 Dec 2011 at 21:30 UTC
Jump to comment: Most recent file
Because of how hook_domain_batch is structured, the menu hook invokes that code and it executes, which should likely be changed.
In the meantime, you can see endless recursion under the following conditions:
* Domain Conf is installed.
* Cache is fully cleared.
* Menu module is installed.
The error is Fatal error: Maximum function nesting level of '100' reached, aborting! in /shared/www/includes/database/query.inc on line 325
What happens is that domain_conf_domain_batch() calls menu_parent_options, which can hit an endless loop.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1362906-domain-conf-batch-menu.patch | 2.2 KB | agentrickard |
| #1 | 1362906-domain-conf-batch-menu.patch | 2.11 KB | agentrickard |
Comments
Comment #1
agentrickardAnd a patch.
Comment #2
agentrickardCommitted to 7.x.3.
Comment #3
agentrickardPatch for 7.x.2.