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

Matomo 3.13.1.b2 : Call to undefined method mysqli_stmt::get_result() #15345

Closed
eldk opened this issue Jan 3, 2020 · 3 comments · Fixed by #15348
Closed

Matomo 3.13.1.b2 : Call to undefined method mysqli_stmt::get_result() #15345

eldk opened this issue Jan 3, 2020 · 3 comments · Fixed by #15348
Assignees
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Milestone

Comments

@eldk
Copy link

eldk commented Jan 3, 2020

Hello,

This occur since last beta update.

Matomo version: 3.13.1-b2

PHP Fatal error: Call to undefined method mysqli_stmt::get_result() in (...) piwik/core/Tracker/Db/Mysqli.php

Tracking is completely down : all request are throwing 500 errors.

Thanks,

Eric

@eldk
Copy link
Author

eldk commented Jan 3, 2020

This has been solved by installing php-mysqlnd : https://dev.mysql.com/downloads/connector/php-mysqlnd/

@eldk eldk closed this as completed Jan 3, 2020
@tsteur tsteur reopened this Jan 5, 2020
@tsteur tsteur added this to the 3.13.1 milestone Jan 5, 2020
@tsteur
Copy link
Member

tsteur commented Jan 5, 2020

Seeing in https://www.php.net/manual/en/mysqli-stmt.get-result.php this is indeed only available with my mysqlnd. We'll need to change that.

@tsteur tsteur added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Jan 5, 2020
@tsteur
Copy link
Member

tsteur commented Jan 5, 2020

Thanks for reporting it @eldk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants