Opened 15 months ago

Last modified 15 months ago

#118 new defect

Piwik 3.0.4 and some setting changes

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: 1.25

Description

The latest Piwik is 3.0.4

Change History (1)

comment:1 Changed 15 months ago by chris

  • Add Hours to Ticket changed from 0 to 1.25
  • Total Hours set to 1.25

Following the notes wiki:Piwik#Upgrades:

sudo -i
cd /var/www
vi piwik/config/config.ini.php
export PIWIK="3.0.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
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
vi piwik/config/config.ini.php

And the system check reported:

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

Directory to delete: plugins/DevicesDetection/images
Directory to delete: plugins/Morpheus/icons/submodules


To delete all these directories at once, you can run this command:
rm -Rf /var/www/piwik/plugins/DevicesDetection/images /var/www/piwik/plugins/Morpheus/icons/submodules


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

File to delete: plugins/Morpheus/icons/dist/SEO/dmoz.com.png
File to delete: plugins/SEO/Metric/Dmoz.php
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/advent_light.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/Bedizen.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/calibri.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/Forgotte.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/MankSans.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/pf_arma_five.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/Silkscreen.ttf
File to delete: vendor/szymach/c-pchart/src/Resources/fonts/verdana.ttf


To delete all these files at once, you can run this command:
rm "/var/www/piwik/plugins/Morpheus/icons/dist/SEO/dmoz.com.png" "/var/www/piwik/plugins/SEO/Metric/Dmoz.php" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/advent_light.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/Bedizen.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/calibri.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/Forgotte.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/MankSans.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/pf_arma_five.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/Silkscreen.ttf" "/var/www/piwik/vendor/szymach/c-pchart/src/Resources/fonts/verdana.ttf"

So that was done and then:

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

Directory to delete: plugins/DevicesDetection/images
Directory to delete: plugins/Morpheus/icons/submodules


To delete all these directories at once, you can run this command:
rm -Rf /var/www/piwik/plugins/DevicesDetection/images /var/www/piwik/plugins/Morpheus/icons/submodules

I also spent an hour answering a question from Lisa about exporting data from Piwik, she seems to have hit this issue:

Note: See TracTickets for help on using tickets.