I just updated to 2.5.0 and this message started appearing in my HTTP server's error logs:
That line is just a debug print:
I temporarily commented it out and haven't noticed any ill effects yet.
Is this a bug, or did something not upgrade properly?
-David
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