Page with area layout not loading
Permalink
Page Error Reads:
When I ran debug and stepped through to the error it gets into AreaLayout::getByID();
Then it seems to attempt load a class of.
Running things like findFile and findFileWithExtension but it never gets anything.
Returning to the page with code printed out.
PLEASE HELP!!! HUGE ISSUE! This was working but now is not. No known changes to area presets or the areas themselves.
Whoops \ Exception \ ErrorException (E_ERROR) Maximum function nesting level of '100' reached, aborting!
When I ran debug and stepped through to the error it gets into AreaLayout::getByID();
Then it seems to attempt load a class of.
Concrete\Core\Area\Layout\Layout
Running things like findFile and findFileWithExtension but it never gets anything.
Returning to the page with code printed out.
/var/www/vhosts/johnsoncontrols/c57/kallio/concrete/vendor/illuminate/support/Illuminate/Support/helpers.php * @param string $key * @param mixed $default * @return mixed */ function array_get($array, $key, $default = null) { global $debug_this_now_count; if (is_null($key)) return $array; if (isset($array[$key])) return $array[$key];
PLEASE HELP!!! HUGE ISSUE! This was working but now is not. No known changes to area presets or the areas themselves.