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

undefined function ini_get() #12673

Closed
alphaonex86 opened this issue Mar 29, 2018 · 3 comments
Closed

undefined function ini_get() #12673

alphaonex86 opened this issue Mar 29, 2018 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@alphaonex86
Copy link

Hi,

I have undefined function ini_get() to disable eaccelerator. into bootstarp.php

Cheers,

@sgiehl
Copy link
Member

sgiehl commented Mar 29, 2018

eaccelerator is not under active development anymore. We can't guarantee that Matomo works with it. There already were some known problem caused by eaccelerator. Might be better to disable it

@sgiehl sgiehl closed this as completed Mar 29, 2018
@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Mar 29, 2018
@alphaonex86
Copy link
Author

I don't have it.
The problem is on "ini_get()" the function is missing. Then use of http://php.net/manual/en/function.function-exists.php is usefull to prevent error on ini_get() undefinied function

@sgiehl
Copy link
Member

sgiehl commented Mar 30, 2018

ini_get should be available on all systems. If it is disabled on your system for any reason you might not get Matomo running at all. ini_get is used in many cases, and there is no way to circumvent that properly.

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

2 participants