We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'# php bin/setup check:system sh: /usr/local/www/Phraseanet/lib/Alchemy/Phrasea/Setup/Requirements/../../../../../vendor/phpexiftool/exiftool/exiftool: not found'
'resolution ' '1c1' '< #!/usr/bin/perl -w' '---' '> #!/usr/local/bin/perl -w'
The text was updated successfully, but these errors were encountered:
So the problem is in exiftool's upstream and the correct fix is: #!/usr/bin/env perl -w
#!/usr/bin/env perl -w
btw the version of exiftool used by Phraseanet is really old and need an update from 10.10 to 11.38 now
Sorry, something went wrong.
No branches or pull requests
'# php bin/setup check:system
sh: /usr/local/www/Phraseanet/lib/Alchemy/Phrasea/Setup/Requirements/../../../../../vendor/phpexiftool/exiftool/exiftool: not found'
'resolution '
'1c1'
'< #!/usr/bin/perl -w'
'---'
'> #!/usr/local/bin/perl -w'
The text was updated successfully, but these errors were encountered: