Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#71 closed defect (fixed)

Piwik 2.16.1

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

Description

Change History (1)

comment:1 Changed 2 years ago by chris

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

Following wiki:Piwik#Upgrades

sudo -i
cd /var/www
vi 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 piwik:piwik /var/www/piwik/
php /var/www/piwik/console core:update
vi piwik/config/config.ini.php

Due to this issue:

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

The web interface was checked and all is good, closing.

Last edited 2 years ago by chris (previous) (diff)
Note: See TracTickets for help on using tickets.