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

ErrorException: Array to string conversion #14477

Closed
hbwslVaibhav opened this issue May 24, 2019 · 3 comments
Closed

ErrorException: Array to string conversion #14477

hbwslVaibhav opened this issue May 24, 2019 · 3 comments
Labels
worksforme The issue cannot be reproduced and things work as intended.

Comments

@hbwslVaibhav
Copy link

ErrorException: Array to string conversion

File "core/DataTable/Renderer/Console.php", line 152, in handleError

$output .= $prefix . $prefix . "$name => $value";

File "core/DataTable/Renderer/Console.php", line 152, in renderTable

$output .= $prefix . $prefix . "$name => $value";

File "core/DataTable/Renderer/Console.php", line 59, in renderDataTableMap

$output .= $prefix . $this->renderTable($table, $prefix . '      ');

File "core/DataTable/Renderer/Console.php", line 81, in renderTable

return $this->renderDataTableMap($table, $prefix);

File "core/DataTable/Renderer/Console.php", line 33, in render

return $this->renderTable($this->table);

...

@tsteur
Copy link
Member

tsteur commented May 28, 2019

When does this happen? What's the URL you request?

@sgiehl sgiehl added the Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. label May 31, 2019
@zeeZ
Copy link

zeeZ commented Aug 13, 2019

I've seen this error in Matomo 3.11.0 on the CoreAdminHome page. The message popped up three times at the top and disappeared after a refresh. Only happened once so far. Sadly no error logs or reproduction.

@tsteur
Copy link
Member

tsteur commented Aug 13, 2019

The issue likely occurs before you go to the admin. We don't be really possible to identify the issue until we have a proper way of reproducing it unfortunately.

@tsteur tsteur closed this as completed Aug 13, 2019
@tsteur tsteur added worksforme The issue cannot be reproduced and things work as intended. and removed Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. labels Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

4 participants