#126 closed defect (fixed)

Piwik 3.2.0

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.5

Change History (1)

comment:1 Changed 11 months ago by chris

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

Following Piwik

sudo -i
cd /var/www
vi piwik/config/config.ini.php
export PIWIK="3.2.0"
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 piwik/config/config.ini.php .
chown -R piwik:piwik /var/www/piwik/
php /var/www/piwik/console core:update

And the web interface was checked and the MaxMind GeoIP2 Location Provider was updated and the system check rempoted:

Files were found in your Piwik but we didn't expect them.
--> Please delete these files to prevent errors. <--

File to delete: libs/sparkline/lib/Object.php
File to delete: plugins/DevicesDetection/Segment.php
File to delete: plugins/Events/Segment.php
File to delete: plugins/Referrers/Segment.php
File to delete: plugins/Resolution/Segment.php
File to delete: plugins/UserCountry/Segment.php
File to delete: plugins/VisitTime/Segment.php
File to delete: plugins/VisitTime/Columns/ServerTime.php


To delete all these files at once, you can run this command:
rm "/var/www/piwik/libs/sparkline/lib/Object.php" "/var/www/piwik/plugins/DevicesDetection/Segment.php" "/var/www/piwik/plugins/Events/Segment.php" "/var/www/piwik/plugins/Referrers/Segment.php" "/var/www/piwik/plugins/Resolution/Segment.php" "/var/www/piwik/plugins/UserCountry/Segment.php" "/var/www/piwik/plugins/VisitTime/Segment.php" "/var/www/piwik/plugins/VisitTime/Columns/ServerTime.php"
Note: See TracTickets for help on using tickets.