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

no output from exec in prepareSingleImage method - PHPZxingDecoder.php #22

Open
mehulcs opened this issue Apr 26, 2020 · 0 comments
Open

Comments

@mehulcs
Copy link

mehulcs commented Apr 26, 2020

File : PHPZxingDecoder.php
Line number : 161

exec($command, $script_output);

In the above code, $script_output doesn't contain anything when the barcode from image is successfully found. But when the barcode is not found or not parsed, This variable contains file://filepath : No barcode found.

Running the same command in shell logs output of barcode data. Same command when executed in php, $script_output doesn't contain anything.

Thanks.

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

1 participant