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

Error in debug print after updating to 2.5.0 (no replies)

$
0
0
I just updated to 2.5.0 and this message started appearing in my HTTP server's error logs:

PHP Notice:  Undefined index: visit_goal_buyer in [redacted]/core/Tracker/Visitor.php on line 197

That line is just a debug print:

Common::printDebug("The visitor is known (idvisitor = " . bin2hex($this->visitorInfo['idvisitor']) . ",
        config_id = " . bin2hex($configId) . ",
        idvisit = {$this->visitorInfo['idvisit']},
        last action = " . date("r", $this->visitorInfo['visit_last_action_time']) . ",
        first action = " . date("r", $this->visitorInfo['visit_first_action_time']) . ",
        visit_goal_buyer' = " . $this->visitorInfo['visit_goal_buyer'] . ")");

I temporarily commented it out and haven't noticed any ill effects yet.

Is this a bug, or did something not upgrade properly?

-David

Viewing all articles
Browse latest Browse all 4243

Trending Articles