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

strlen() expects parameter 1 to be string, array given in strlen called at /core/Tracker/Request.php #14580

Closed
tsteur opened this issue Jun 27, 2019 · 2 comments · Fixed by #14640
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Jun 27, 2019

Saw this on a Matomo server

E_WARNING: strlen() expects parameter 1 to be string, array given
in strlen called at /core/Tracker/Request.php (629)
in Piwik\Tracker\Request::getCustomVariables called at /core/Tracker/Action.php (183)
in Piwik\Tracker\Action::getCustomVariables called at /plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php (76)
in Piwik\Plugins\CustomVariables\Tracker\CustomVariablesRequestProcessor::afterRequestProcessed called at /core/Tracker/Visit.php (152)
in Piwik\Tracker\Visit::handle called at /core/Tracker.php (138)
in Piwik\Tracker::trackRequest called at /plugins/BulkTracking/Tracker/Handler.php (56)
@tsteur tsteur added the Bug For errors / faults / flaws / inconsistencies etc. label Jun 27, 2019
@tsteur tsteur added this to the 3.11.0 milestone Jun 27, 2019
@katebutler katebutler self-assigned this Jun 30, 2019
@nitesh-kumar-verma-nile

Fatal error: Uncaught TypeError: strlen(): Argument #1 ($string) must be of type string, array given in /home/clients/8ec632cac2800371701e3fac27f83091/sites/dev.pop-fiit.com/vendor/ralouphie/getallheaders/.eda8f040.inc(62) : eval()'d code:4 Stack trace: #0 /home/clients/8ec632cac2800371701e3fac27f83091/sites/dev.pop-fiit.com/vendor/ralouphie/getallheaders/.eda8f040.inc(62) : eval()'d code(4): jgxtbopx(Array) #1 /home/clients/8ec632cac2800371701e3fac27f83091/sites/dev.pop-fiit.com/vendor/ralouphie/getallheaders/.eda8f040.inc(62): eval() #2 /home/clients/8ec632cac2800371701e3fac27f83091/sites/dev.pop-fiit.com/public/index.php(4): include('/home/clients/8...') #3 {main} thrown in /home/clients/8ec632cac2800371701e3fac27f83091/sites/dev.pop-fiit.com/vendor/ralouphie/getallheaders/.eda8f040.inc(62) : eval()'d code on line 4

@heurteph-ei
Copy link

@nitesh-kumar-verma-nile
It seems this has no relation with Matomo, but with ralouphie application...

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants