Hello,
I am trying to deploy WHMCS v7.6.0 on my server with the following specs:
[root@web1 public_html]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
CentOS Web Panel
[root@web1 public_html]# rpm -qa |grep httpd
cwp-httpd-2.4.34-1.x86_64
[root@web1 public_html]# php -v
PHP 7.2.8 (cli) (built: Aug 10 2018 15:19:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.4, Copyright (c) 2002-2018, by ionCube Ltd.
Files Permissions:
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
After upload the unzip files, and rename the configuration.php.new I go to the website and it returns "500 Internal Server Error". I tried looking into Apache logs but there is nothing there. Can you help with this?