Opened 2 years ago

Closed 2 years ago

#84 closed defect (fixed)

Piwik 2.16.4

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

Description

The Changelog:

Piwik 2.16.4 fixes a regression introduced yesterday in Piwik 2.16.3. The Scheduled reports were not working for websites where the website’s timezone was UTC+N or UTC-N. This is now fixed.

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 the notes from Piwik#Upgrades:

sudo -i
cd /var/www
vi piwik/config/config.ini.php
export PIWIK="2.16.4"
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
  gpg: assuming signed data in `piwik-2.16.4.tar.gz'
  gpg: Signature made Tue 04 Oct 2016 12:34:09 AM GMT using RSA key ID 5590A237
  gpg: Good signature from "Matthieu Aubry <matt@piwik.org>"
  gpg:                 aka "Matthieu Aubry <matt@piwik.pro>"
  gpg:                 aka "Matthieu Aubry <matthieu.aubry@gmail.com>"
  gpg: WARNING: This key is not certified with a trusted signature!
  gpg:          There is no indication that the signature belongs to the owner.
  Primary key fingerprint: 814E 346F A01A 20DB B04B  6807 B5DB D592 5590 A237
cp piwik/config/config.ini.php .
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
  
  Everything is already up to date.
  
vi piwik/config/config.ini.php

Checking the web interface and all is good, closing.

Note: See TracTickets for help on using tickets.