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 in Command.php line 38: Undefined variable: outputLines #57

Closed
congloi opened this issue Jun 4, 2018 · 2 comments
Closed

Comments

@congloi
Copy link

congloi commented Jun 4, 2018

I used this package few month ago, all was going ok. but today, get error

ErrorException in Command.php line 38:
Undefined variable: outputLines

line 38 is: exec($command, $outputLines, $result);

help me check, I don't know why, I don't edit or do anything in my server.

my version is 1.1, using pngquant to optimized

@tomopongrac
Copy link

I know that you write that you dont change anything on your server but check in your php.ini file do you have exec function disabled (exec function must be enabled).

@psliwa
Copy link
Owner

psliwa commented Jun 21, 2019

From 1.2.2 version I made clear error message when exec function is disabled.

@psliwa psliwa closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants