duderuud Well-known member Nov 14, 2020 #2 What distro do you use? If I'm correct it's php-gd and php-mbstring on Ubuntu.
Cupara Well-known member Nov 17, 2020 #11 crafter2345 said: but I have php 7.4 installed Click to expand... Then you should use apt-get to install php7.4-mbstring and php7.4-gd
crafter2345 said: but I have php 7.4 installed Click to expand... Then you should use apt-get to install php7.4-mbstring and php7.4-gd
dknife Well-known member Nov 17, 2020 #12 Mythotical said: Then you should use apt-get to install php7.4-mbstring and php7.4-gd Click to expand... Isn't that what he tried to do in the OP?
Mythotical said: Then you should use apt-get to install php7.4-mbstring and php7.4-gd Click to expand... Isn't that what he tried to do in the OP?
C crafter2345 Active member Nov 17, 2020 #13 wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list apt install php7.4 php7.4-gd php7.4-mbstring -y With this commands it goes. Somebody sent it to me.
wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list apt install php7.4 php7.4-gd php7.4-mbstring -y With this commands it goes. Somebody sent it to me.
Cupara Well-known member Nov 17, 2020 #14 dknife said: Isn't that what he tried to do in the OP? Click to expand... You're right, my eyes played a trick on me so I thought I saw 7.3 my bad
dknife said: Isn't that what he tried to do in the OP? Click to expand... You're right, my eyes played a trick on me so I thought I saw 7.3 my bad
Cupara Well-known member Nov 18, 2020 #15 crafter2345 said: wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list apt install php7.4 php7.4-gd php7.4-mbstring -y With this commands it goes. Somebody sent it to me. Click to expand... Glad you got it solved and taken care of. If you plan to use PWA you'll need to make sure gmp is installed.
crafter2345 said: wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list apt install php7.4 php7.4-gd php7.4-mbstring -y With this commands it goes. Somebody sent it to me. Click to expand... Glad you got it solved and taken care of. If you plan to use PWA you'll need to make sure gmp is installed.