Warning: Invalid argument supplied for foreach()

Re: Warning: Invalid argument supplied for foreach()

ved Matteo Scaramuccia -
Antal besvarelser: 1
Billede af Core developers Billede af Peer reviewers Billede af Plugin developers

Hi Mary,
are you running a "custom" theme?

        // cascade all layouts properly
        foreach ($baseconfig->layouts as $layout=>$value) {
            if (!isset($this->layouts[$layout])) {

It looks like an issue with the configuration of the theme.

HTH,
Matteo