Hello everybody,
I'm getting this error message "Could not display the selected image" whenever changing company logo. The image size and resolution are under specifications.
Running Ubuntu:
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"
Have already tried the following, without success:
# pip install werkzeug --upgrade
Requirement already up-to-date: werkzeug in /usr/local/lib/python2.7/dist-packages
Cleaning up...
# dpkg -l | grep werkzeug
ii python-werkzeug 0.9.4+dfsg-1.1ubuntu2 all collection of utilities for WSGI applications
Any idea?
Thank you!