WHMCS PHP 500 Error

Atlantiss

Moderator
CipherSpeak Developer
Sep 23, 2019
59
41
71
1 sudo apt-get install php7.2 php7.2-cli php7.2-common
2 sudo apt search php7.2
3 sudo apt-get install php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-intl php7.2-mysql php7.2-xml php7.2-zip
4 php -v
Printed : PHP 7.2.9-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Aug 19 2018 07:16:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.9-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
5 Disable PHP 7.0 "a2dismod php7.0"
Enable PHP 7.2 "a2enmod php7.2"
6 systemctl restart apache2
7 Give Like and enjoy :p
 

OTalPortista

Member
Jul 23, 2018
44
7
58
1 sudo apt-get install php7.2 php7.2-cli php7.2-common
2 sudo apt search php7.2
3 sudo apt-get install php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-intl php7.2-mysql php7.2-xml php7.2-zip
4 php -v
Printed : PHP 7.2.9-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Aug 19 2018 07:16:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.9-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
5 Disable PHP 7.0 "a2dismod php7.0"
Enable PHP 7.2 "a2enmod php7.2"
6 systemctl restart apache2
7 Give Like and enjoy :p
You can make a video or instructions how to put tsdns working? With subdomain and configs of product
 
Top