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

zend_db_adapter_mysqli_exception #12523

Closed
triffic-tang opened this issue Jan 31, 2018 · 2 comments
Closed

zend_db_adapter_mysqli_exception #12523

triffic-tang opened this issue Jan 31, 2018 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@triffic-tang
Copy link

Set up a Crontab to Automatically Archive the Reports.

I am going to start crontab, it shows the log as below:

[Zend_Db_Adapter_Mysqli_Exception]
The Mysqli extension is required for this adapter but the extension is not loaded.

But I have do installed the Mysqli module, what should I do?

@fdellwing
Copy link
Contributor

fdellwing commented Jan 31, 2018

Make sure the module is activated for php-cli. It is using another php.ini than your webserver!

If you are not sure, show output of php --ini

@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jan 31, 2018
@tsteur
Copy link
Member

tsteur commented Jan 31, 2018

As @fdellwing pointed out you will need to make sure the server loads this extension as well when being executed from the CLI not only in your webserver.

@tsteur tsteur closed this as completed Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants