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

After upgrade to 3.2.0 getting "Oops… there was a problem during the request." in almost every widget #12244

Closed
galrotem1993 opened this issue Nov 1, 2017 · 8 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@galrotem1993
Copy link

hi,
yesterday i updated my piwik from 2.15 to latest version (3.2.0) and also update from php 5.3.8 to 7.0.3.
MySQL version: 5.6.22
running on windows server 2008, IIS 7.5

after the update nothing is working, i get errors
"oops... there was a problem during request. Maybe the server had a temporary issue, or maybe you requested a report with too much data. Please try again. if this error occurs repeatedly please contact your piwik administrator for assistance"

similar to #12051 but with almost all the widgets.

any idea how to fix this?
maybe php/iis configuration?

@Findus23
Copy link
Member

Findus23 commented Nov 1, 2017

Hi, can you check in your php error log, what error exactly occured.

@galrotem1993
Copy link
Author

PHP Fatal error: Cannot declare class Piwik\Plugins\UserCountry\LocationProvider\DefaultProvider, because the name is already in use in Piwik\Plugins\UserCountry\LocationProvider\Default.php on line 112

and

Error in Piwik (tracker): Error query: SQLSTATE[HY000]: General error 1366 Incorrect string value: '\xD7_\xD7\x97\xD7_...' for column 'name' at row 1 in query Insert Into Piwik_log_action (name, hash, type, url_prefix) Values (?, CRC32(?),?,?) Parameters: array:

@Findus23
Copy link
Member

Findus23 commented Nov 1, 2017

Hi,
This is a duplicate of #11057

You can check there or here for the solution:

https://forum.piwik.org/t/piwik-3-0-0-core-plugin-usercountry-error/22203
(delete piwik/plugins/UserCountry/LocationProvider/Default.php)

@Findus23 Findus23 closed this as completed Nov 1, 2017
@Findus23 Findus23 added the duplicate For issues that already existed in our issue tracker and were reported previously. label Nov 1, 2017
@galrotem1993
Copy link
Author

its seems to fix the problem.
also #10378 disabled opcache and deleted plugins/CoreVisualizations/Visualizations/HtmlTable/PivotBy.php

any idea how to fix
Error in Piwik (tracker): Error query: SQLSTATE[HY000]: General error 1366 Incorrect string value: '\xD7_\xD7\x97\xD7_...' for column 'name' at row 1 in query Insert Into Piwik_log_action (name, hash, type, url_prefix) Values (?, CRC32(?),?,?) Parameters: array:

@Findus23 Findus23 reopened this Nov 1, 2017
@sgiehl
Copy link
Member

sgiehl commented Nov 1, 2017

@galrotem1993 do you know the original value that should have been saved in this case? Which language is your website in?

@galrotem1993
Copy link
Author

the site is English, the content data is Hebrew.
i don't know if this is new error cause i never check that log, this could be an old issue

@mattab
Copy link
Member

mattab commented Jun 18, 2019

Hi there, to fix the issue can you try upgrade to the latest Matomo version?
https://matomo.org/docs/update/

if you still experience this issue afterwards, please re-open this and post a comment. Thanks!

@mattab mattab closed this as completed Jun 18, 2019
@courtens
Copy link

Or on Windows - (set permission to "Everyone" stopped working) I needed to add IUSR for it to work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

5 participants