WHMCS PHP 500 Error

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
Check error log??
 

Atlantiss

Moderator
CipherSpeak Developer
Joined
Sep 23, 2019
Messages
59
Reaction score
41
Points
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

Active Member
Joined
Jul 23, 2018
Messages
44
Reaction score
7
Points
98
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
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
You can make a video or instructions how to put tsdns working? With subdomain and configs of product
Dont use TSDNS, its obsolete and doesnt work half the time. Just use Service dns records
 
Top