cancel
Showing results for 
Search instead for 
Did you mean: 

Notice: Array to string conversion

Notice: Array to string conversion

Hallo, 

 

Ich habe Magento 2.0 installiert und nun bekomme ich egal ob beim admin panel oder bei der haupt seite immer diesen Fehler: 

 

Notice: Array to string conversion in /vendor/magento/framework/View/Page/Config/Renderer.php on line 317

 

Ich kann aber allerdings in der Datei keinen Fehler erkennen. 

Ich hoffe ihr könnt mir Helfen... 

 

Hier der Fehler: 

 

 

    protected function getAssetTemplate($contentType, $attributes)
    {
        switch ($contentType) {
            case 'js':
                $groupTemplate = '<script ' . $attributes . ' src="%s"></script>' . "\n"; //Hier ist der Fehler
                break;

            case 'css':
            default:
                $groupTemplate = '<link ' . $attributes . ' href="%s" />' . "\n";
                break;
        }
        return $groupTemplate;
    }

 

 

//Edit Problem is fixed... 

2 REPLIES 2

Re: Notice: Array to string conversion

How did you solve it?
I too have the same problem.

Re: Notice: Array to string conversion

@AeroxToby Can you please also post the solution you used for this problem!

Would appreciate that!