exotwd Posted June 2, 2021 Posted June 2, 2021 Hi i need help with instaling gd to my windows xampp server. I have no idea how to do it.
0 exotwd Posted June 2, 2021 Author Posted June 2, 2021 That was solved by installing the shop to ubuntu vps server but now i cant install the SimpleXML when i go to phpinfo file that i created the extension is listed there.
0 exotwd Posted June 2, 2021 Author Posted June 2, 2021 I allready run sudo apt-get install php7.0-xml
0 exotwd Posted June 2, 2021 Author Posted June 2, 2021 Okay UPDATE Found someone who has the same problem and folowed one tutorial: But there i have two errors with the composer:
0 Traumflug Posted June 2, 2021 Posted June 2, 2021 (edited) Apparently you didn't run sudo apt-get install php-mbstring That said, latest Ubuntu installs PHP8 by default, which isn't compatible with thirty bees. PHP 7.4 works much better: sudo apt-get install --no-install-recommends libapache2-mod-php7.4 php7.4-gd sudo apt-get install --no-install-recommends php7.4-bcmath php7.4-xml sudo apt-get install --no-install-recommends php7.4-json php7.4-zip sudo apt-get install --no-install-recommends php7.4-mysql php7.4-mbstring sudo apt-get install --no-install-recommends php7.4-curl Then switch Apache and command line to actually use PHP7.4: sudo a2dismod php\* sudo a2enmod php7.4 sudo service apache2 restart sudo update-alternatives --set php /usr/bin/php7.4 Edited June 2, 2021 by Traumflug Forgot update-alternatives
Question
exotwd
Hi i need help with instaling gd to my windows xampp server. I have no idea how to do it.
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now