cqjb
(Bruce)
February 19, 2016, 2:37am
#1
Hey peeps…
I Can’t Add a New User to my Piwik
I get Error: 'The plugin filename ‘Proteus_Bold/Proteus_Bold.php’ is not a valid plugin name"
When I click on ‘Administration’ I get the page below and it is not correct, shows the error above
whatever.com/piwik/index.php?module=CoreAdminHome&action=generalSettings&idSite=4&period=day&date=today
Any ideas?
Thank you!
quba
(Kuba Bomba)
February 20, 2016, 12:31pm
#2
Have you enabled some plugins recently? Could you maybe disable all non-core plugins?
cqjb
(Bruce)
February 20, 2016, 6:29pm
#3
I am not able to access anything to make changes as it redirects me always to …
whatever.com/piwik/index.php?module=CoreAdminHome&action=generalSettings&idSite=4&period=day&date=today
How can I get around this and fix or remove or reset all the plugins?
I did not change/add any plugins lately, for like 6 months.
quba
(Kuba Bomba)
February 20, 2016, 8:02pm
#4
Looks like an issue with this theme: https://themes.piwik.org/Proteus_Bold
You can disable plugins/themes in your config.ini.php file. Do you have required access to change this file?
Hi Quba,
Even i am facing the same issue. Can you please help me on this?
Where can i access this config.ini.php file.
It would be great if you could help me resolve this?
Thanks in advance.
quba
(Kuba Bomba)
February 24, 2016, 1:58pm
#6
This file is in you codebase. Go to Piwik_root/config/config.ini.php
cqjb
(Bruce)
March 10, 2016, 1:59am
#7
I removed one line under this section (below) on config.ini.php that mentioned Proteus
[PluginsInstalled]
Relaunched Piwik and still get same error, what can I DO?
quba
(Kuba Bomba)
March 10, 2016, 8:47am
#8
What about [Plugins] section? Please also clear cache after doing it (just to make sure everything’s checked). I mean tmp/*
I just removed the plugin (theme) & all works good.
walle
(Walter)
April 25, 2016, 8:50pm
#10
Hi, I’ve just update to Piwik 2.16.1 and same issue began.
removing that “theme” from config.ini.php was not enough… I had to delete whole folder of that theme. Now it is working.
KosM
(KosM)
July 5, 2016, 3:27pm
#11
Hello , I had same problem with Plugin Proteus_Bold!!
Solution in my case at least was to remove dir in plugins with
rm -r [piwik root folder]/plugins/Proteus_Bold/
Done!