Warning: Invalid argument supplied for foreach()

Re: Warning: Invalid argument supplied for foreach()

by Matteo Scaramuccia -
Number of replies: 1
Picture of Core developers Picture of Peer reviewers Picture of 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

In reply to Matteo Scaramuccia

Re: Re: Warning: Invalid argument supplied for foreach()

by Todd W. Roat -
So does she/we fix it in more detail ;^)