Question
Upgrading from php5 to php7 utf8 locale error
After trying everything I could possibly find I am unable to solve my issue
I am following this tutorial on DO https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04 on how to upgrade from php5 to php7
The problem: Immediately on the first step when I execute “add-apt-repository ppa:ondrej/php”
I am given a warning error
add-apt-repository is broken with non-uft-locales see xxxxxx.com
I already tried
apt-get install -y language-pack-en-base
LCALL=enUS.UTF-8 add-apt-repository ppa:ondrej/php
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×