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

Add fix for when the 'shell_exec' function doesn't exists. #7319

Merged
merged 1 commit into from Mar 1, 2015

Conversation

Peter-Slump
Copy link

Hi Guys,

My screen got blank in the second step of the setup wizard. I found that the source or the problem is the absence of the shell_exec function. I found that there is a function which checks if that specific function is disabled in the php.ini file. But it doesn't check if the function actually exists. So I add that check.

Regards,

Peter

@mattab
Copy link
Member

mattab commented Mar 1, 2015

Hi @Peter-Slump - thank you for the pull request!

mattab pushed a commit that referenced this pull request Mar 1, 2015
Add fix for when the 'shell_exec' function doesn't exists.
@mattab mattab merged commit aeb87f9 into matomo-org:master Mar 1, 2015
@mattab mattab added this to the Piwik 2.11.2 milestone Mar 1, 2015
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Mar 1, 2015
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 this pull request may close these issues.

None yet

2 participants