Ticket #1347 (closed Bug: fixed)

Opened 21 months ago

Last modified 21 months ago

Undefined index: excluded_parameters in Action.php

Reported by: wmartin Owned by:
Priority: major Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: ideasynthesis Sensitive: no

Description (last modified by vipsoft) (diff)

After Piwik Upgrade from 0.5.3 to 0.6.1 found following 6 error messages for each tracked page in .\Apache2.2\logs\error.log:

  • PHP Notice: Undefined index: excluded_parameters in .. Action.php
  • PHP Warning: array_merge(): Argument #1 is not an array in ..
  • PHP Warning: array_map(): Argument #2 should be an array in ..
  • PHP Warning: in_array() expects parameter 2 to be array, null given in ...
  • PHP Notice: Undefined index: excluded_parameters in ..
  • PHP Warning: implode(): Invalid arguments passed in ..

Concerned is .\piwik\\core\\Tracker\\Action.php on line 147-163

Change History

  Changed 21 months ago by vipsoft

  • milestone set to 0 - Piwik 0.6.2

follow-up: ↓ 5   Changed 21 months ago by vipsoft

what version of php?

  Changed 21 months ago by vipsoft

  • cc ideasynthesis added
  • description modified (diff)

  Changed 21 months ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

(In [2189]) fixes #1347

in reply to: ↑ 2   Changed 21 months ago by wmartin

Replying to vipsoft:

what version of php?

php version 5.3.0.0

  Changed 21 months ago by vipsoft

(In [2193]) refs #41, refs #1347 - regenerate cache files

Note: See TracTickets for help on using tickets.