Ticket #910 (closed maintenance: fixed)

Opened 7 months ago

Last modified 7 months ago

Piwik 2.16.1

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Piwik Keywords:
Cc: ade Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.25

Description

The changelog:

Security release

This release is rated critical.

Change History

comment:1 Changed 7 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Status changed from new to closed
  • Resolution set to fixed
  • Total Hours changed from 0.0 to 0.25

Following wiki:PiwikServer#Updates

vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php
cd /web/stats.transitionnetwork.org/
cp piwik/config/config.ini.php .
export PIWIK="2.16.1"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz.asc"
gpg --verify piwik-$PIWIK.tar.gz.asc
tar -zxvf piwik-$PIWIK.tar.gz
cp config.ini.php piwik/config/
chown -R www-data:www-data piwik/
php /web/stats.transitionnetwork.org/piwik/console core:update
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php

Checking the web interface there are quite a few errors:

Error: ViewDataTable ID 'table' is already in use!

Which has been discused in the forum and the answer is to remove PivotBy.php, so:

find ./ -name PivotBy.php 
./piwik/plugins/CoreVisualizations/Visualizations/HtmlTable/PivotBy.php
rm piwik/plugins/CoreVisualizations/Visualizations/HtmlTable/PivotBy.php

And that solved the issue, marking this as resolved.

Note: See TracTickets for help on using tickets.