Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing geoloc title for visitors submenu #7610

Closed
wants to merge 1 commit into from
Closed

Fixing geoloc title for visitors submenu #7610

wants to merge 1 commit into from

Conversation

gboddin
Copy link

@gboddin gboddin commented Apr 1, 2015

Somehow piwik was displaying Provider_SubmenuLocationsProvider instead of the actual menu title.

Fixed for english language.

@sgiehl
Copy link
Member

sgiehl commented Apr 1, 2015

That one was removed in 2d3c709. Do you have any custom plugins installed?

@gboddin
Copy link
Author

gboddin commented Apr 1, 2015

Nop but I did the following upgrade path :
2.10 -> 2.11.2

I actually have https://github.com/gboddin/MysqlPostConnectCommands but it shouldn't matter

@gboddin gboddin closed this Apr 1, 2015
@gboddin
Copy link
Author

gboddin commented Apr 1, 2015

Just updated to 2.12.1, still the same issue

FYI the piwik distribution for our cluster is built with :

#!/bin/bash
echo Reseting
[ -d piwik ]&&rm piwik -Rf
echo Extracting piwik ... 
wget -O - "https://builds.piwik.org/piwik-latest.tar.gz"|tar -xz
[ -f "How to install Piwik.html" ]&&rm "How to install Piwik.html"
cd piwik
curl -sS https://getcomposer.org/installer | php
php composer.phar install -o --no-dev
rm composer.*
rm *json
git clone https://github.com/gboddin/MysqlPostConnectCommands.git plugins/MysqlPostConnectCommands
find -type d -name .git|xargs rm -Rf
find -type f -name .git|xargs rm -f
find -type f -name .gitignore|xargs rm -f
find -type f -name .gitattributes|xargs rm -f
find -type f -name .gitmodules|xargs rm -f
find -type f -name .gitkeep|xargs rm -f
cd ..
tar cz piwik > piwik-distrib.tar.gz

@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Apr 1, 2015
@splinter89
Copy link
Contributor

Hi!
I also have "Visitors" - "Provider_SubmenuLocationsProvider" link leading to "Visitor Map" page, and looks like the problem is in updating process.
When updating Piwik (2.8.3 -> 2.13.1), I unzipped the latest version and overwrote existing files, so I've got all added and changed files.
But removed files (like plugins/Provider/Menu.php) was left in their places and now they are somehow autoloaded.
However, if I simply remove it, I get No entry or class found for 'Piwik\Plugins\Provider\Menu' error.

UPD: Clearing piwik/tmp folder fixed it.

@mattab
Copy link
Member

mattab commented Jun 10, 2015

FYI: we will try to fix this bug "correctly" in this issue: #7986

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants