Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: After Update "by hand" form 1.11 to 2.0.2 get errors

$
0
0
to fix the first part of the error message, replace :

        // set the log writers
        $logWriters = $logConfig[self::LOG_WRITERS_CONFIG_OPTION];

with

        // set the log writers
$logConfig['log_writers'] = array('screen');
        $logWriters = $logConfig[self::LOG_WRITERS_CONFIG_OPTION];

in file/core/Log.php

Keep in mind this is just a temporary fix

Viewing all articles
Browse latest Browse all 13117

Trending Articles