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

The parameter 'module' isn't set in the Request, and a default value wasn't provided. #11395

Closed
Findus23 opened this issue Feb 22, 2017 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Findus23
Copy link
Member

Since I have applied the patch of pull request #11358 I am experiencing a new bug.

If I visit https://piwik.mydomain.example/ I get the following error:

The parameter 'module' isn't set in the Request, and a default value wasn't provided.

screenshot_20170222_101924

https://piwik.mydomain.example/index.php?module=CoreHome is working (shows the login form)

If I revert the patch, the bug vanishes, so it must have to do with the pull request (I assume this line: https://github.com/piwik/piwik/pull/11358/files#diff-719a15b635df457515639ff08ee921b3R711)

It's also visible in the UI tests of #11383 (comment)

http://builds-artifacts.piwik.org/piwik/piwik/3.x-dev/22428/Login_login_form.png

@jwleon
Copy link

jwleon commented Feb 22, 2017

I can confirm this bug after upgrading from Beta 4 to Beta 5. It happens when:

  • One is logged out
  • One tries to access the base-dir (piwik.domain.com).

I can also confirm the workaround of ?module=CoreHome

@mattab
Copy link
Member

mattab commented Feb 22, 2017

Thanks. it's already fixed in git and will be published in the next beta

@mattab mattab closed this as completed Feb 22, 2017
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Feb 22, 2017
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

No branches or pull requests

3 participants