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

Action index not found in the module CustomVariables after upgrade to 2.6.1 #6228

Closed
mmassi opened this issue Sep 16, 2014 · 4 comments
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@mmassi
Copy link

mmassi commented Sep 16, 2014

After upgrading from 2.4.0 to 2.6.1 I 'm getting a 500 internal error with the following POST;
http://piwik.eng.sonicwall.com/piwik/index.php?date=yesterday&module=CustomVariables&action=index&idSite=1&period=day

with results;
[error] [client 10.0.0.236] Error in Piwik: Action 'index' not found in the module 'CustomVariables'., referer: http://piwik.eng.sonicwall.com/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday

@mattab
Copy link
Member

mattab commented Sep 17, 2014

Sorry about this issue. We should not have broken Piwik in this way but unfortunately we did. Try replace index with getCustomVariables ?

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 17, 2014
@mattab mattab added this to the Short term milestone Sep 17, 2014
@mmassi
Copy link
Author

mmassi commented Sep 17, 2014

I replaced index with getCustomVariables within CustomVariables/Menu.php

It now works again, thank you!

From: Matthieu Aubry [mailto:notifications@github.com]
Sent: Wednesday, September 17, 2014 2:51 AM
To: piwik/piwik
Cc: Mike Massing
Subject: Re: [piwik] Action index not found in the module CustomVariables after upgrade to 2.6.1 (#6228)

Sorry about this issue. We should not have broken Piwik in this way but unfortunately we did. Try replace index with getCustomVariables ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/6228#issuecomment-55871914.

@tsteur
Copy link
Member

tsteur commented Sep 17, 2014

See #6133 there should not even be a Menu.php in this plugin. This ticket is hard to find as the name of the ticket was changed unfortunately

@mattab
Copy link
Member

mattab commented Sep 17, 2014

@tsteur Ok marking as works for me

@mattab mattab closed this as completed Sep 17, 2014
@mattab mattab added the worksforme The issue cannot be reproduced and things work as intended. label Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants