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

Transitions do not work #10269

Closed
iamklaus opened this issue Jul 3, 2016 · 5 comments
Closed

Transitions do not work #10269

iamklaus opened this issue Jul 3, 2016 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@iamklaus
Copy link

iamklaus commented Jul 3, 2016

I am running Piwik on PHP 7.0.7. Everything works fine, but not the transitions module. It is loading forever. Chrome Inspector tells me that the there is Server Error 500. Here is the exception from the log:

[Sun Jul 03 18:40:58.230981 2016] [proxy_fcgi:error] [pid 4131] [client 130.0.20.121:59985] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Piwik\API\ResponseBuilder::getResponseException() must be an instance of Exception, instance of Error given, called in /var/www/piwik/core/ExceptionHandler.php on line 90 and defined in /var/www/piwik/core/API/ResponseBuilder.php:130\nStack trace:\n#0 /var/www/piwik/core/ExceptionHandler.php(90): Piwik\API\ResponseBuilder->getResponseException(Object(Error))\n#1 /var/www/piwik/core/ExceptionHandler.php(70): Piwik\ExceptionHandler::getErrorResponse(Object(Error))\n#2 /var/www/piwik/core/ExceptionHandler.php(36): Piwik\ExceptionHandler::dieWithHtmlErrorPage(Object(Error))\n#3 [internal function]: Piwik\ExceptionHandler::handleException(Object(Error))\n#4 {main}\n thrown in /var/www/piwik/core/API/ResponseBuilder.php on line 130\n', referer: http://piwik.rehau.org/index.php?module=CoreHome&action=index&idSite=1&period=range&date=last7&showaddsite=false

What is the problem?

@mattab
Copy link
Member

mattab commented Jul 8, 2016

Could you try upgrade to our latest beta version? this bug should be fixed already: http://piwik.org/faq/how-to-update/faq_159/

if it is not fixed, please leave a comment to make sure we will know and have a chance to fix it! thanks.

@mattab mattab closed this as completed Jul 8, 2016
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Jul 8, 2016
@iamklaus
Copy link
Author

iamklaus commented Jul 8, 2016

Nope, just updated to Beta 2. Same error occures!

@mattab mattab reopened this Jul 8, 2016
@mattab mattab added this to the 2.16.2 milestone Jul 8, 2016
@mattab mattab added Bug For errors / faults / flaws / inconsistencies etc. and removed duplicate For issues that already existed in our issue tracker and were reported previously. labels Jul 8, 2016
@mattab
Copy link
Member

mattab commented Jul 8, 2016

refs #8689

@mattab
Copy link
Member

mattab commented Jul 12, 2016

Thank you for the report. This duplicates #10115 - we will try to fix it for the next release.

@mattab mattab closed this as completed Jul 12, 2016
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Jul 12, 2016
@mattab
Copy link
Member

mattab commented Jul 14, 2016

@iamklaus Could you confirm the following patch fixes your issue? 60ae66a

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. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants