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

Invoice Ninja - "There was a problem reading the image file, please try a different format." [missing dependency] #1549

Closed
JedMeister opened this issue Jan 17, 2021 · 0 comments

Comments

@JedMeister
Copy link
Member

JedMeister commented Jan 17, 2021

As reported by Lee in the forums the v16.0 Invoice Ninja appliance errors when you try to upload an image; with the message "There was a problem reading the image file, please try a different format.". As I noted in my response, it appears to be a missing dependency, namely the php-gd package.

As I went on to note in my response, I think that there are actually some other missing dependencies.

To install all the (suspected) missing dependencies (as root; otherwise prefix each line with sudo):

apt update
apt install php-gd php-xml php-mbstring
systemctl restart apache2
@JedMeister JedMeister added this to the 16.1 milestone Jan 17, 2021
@JedMeister JedMeister changed the title Invoice Ninja - "There was a problem reading the image file, please try a different format." [missing dependencies Invoice Ninja - "There was a problem reading the image file, please try a different format." [missing dependencies] Jan 17, 2021
@JedMeister JedMeister changed the title Invoice Ninja - "There was a problem reading the image file, please try a different format." [missing dependencies] Invoice Ninja - "There was a problem reading the image file, please try a different format." [missing dependency] Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant