You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer created a segment visitEndServerDate>3. The segment visitEndServerDate is the dimension "Time in UTC — date (time of last action)" in the segment selector.
The text was updated successfully, but these errors were encountered:
tsteur
added
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
To Triage
An issue awaiting triage by a Matomo core team member
labels
Nov 19, 2023
Getting the same error with visitEndServerDate!=0;visitEndServerDate!=1;visitEndServerDate!=2;visitEndServerDate!=3;visitEndServerDate!=4;visitEndServerDate!=5;visitEndServerDate!=6;visitEndServerDate!=7;visitEndServerDate!=8;visitEndServerDate!=9
piwik.ERROR: Uncaught exception in API: PDOException: SQLSTATE[HY000]: General error: 1525 Incorrect DATE value: '0' in libs/Zend/Db/Statement/Pdo.php:233 Stack trace: #0 /var/www/html/libs/Zend/Db/Statement/Pdo.php(233):
Yes. Guess it would make sense to check the provided values for validity at least before using them in a query
sgiehl
added
Bug
For errors / faults / flaws / inconsistencies etc.
and removed
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
To Triage
An issue awaiting triage by a Matomo core team member
labels
Nov 20, 2023
What happened?
Customer created a segment
visitEndServerDate>3
. The segmentvisitEndServerDate
is the dimension "Time in UTC — date (time of last action)" in the segment selector.The error we get is
What should happen?
No error when this report is being archived or looked at in the UI.
How can this be reproduced?
Possibly the segment needs to be created through the API as I believe through the UI it cannot be configured like this.
The error may show up when selecting the segment in the UI. In any case the error happens when triggering the archiving.
Matomo major version
Matomo 4
Matomo minor or patch Version
15
PHP version
.
Server operating system
.
What browsers are you seeing the problem on?
No response
Computer operating system
.
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: