From c6d0298f03dc19f7df909f50d69eea2539de7268 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Thu, 20 Feb 2020 23:28:44 +0100 Subject: [PATCH] faq update and link fix --- cyberpanel.sh | 2 +- faq.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 95ced4872..9ebbf9f01 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1373,7 +1373,7 @@ if [[ ! -f /usr/local/lsws/lsphp74/lib64/php/modules/zip.so ]] && [[ $SERVER_OS if [[ $? == "0" ]] ; then yum remove -y libzip-devel fi - yum install -y https://$DOWNLOAD_SERVER/libzip-0.11.2-6.el7.psychotic.x86_64.rpm + yum install -y https://$DOWNLOAD_SERVER/misc/libzip-0.11.2-6.el7.psychotic.x86_64.rpm yum install -y https://$DOWNLOAD_SERVER/misc/libzip-devel-0.11.2-6.el7.psychotic.x86_64.rpm /usr/local/lsws/lsphp74/bin/pecl install zip echo "extension=zip.so" > /usr/local/lsws/lsphp74/etc/php.d/20-zip.ini diff --git a/faq.sh b/faq.sh index 454101017..519e6389d 100644 --- a/faq.sh +++ b/faq.sh @@ -105,4 +105,10 @@ ${GREEN}[mysqld] max_allowed_packet=500M${NC} and then restart MariaDB by command ${RED}systemctl restart mariadb${NC} + +${BLUE}------------------------------------------------------------${NC} + +${PURPLE}13.${NC} How to enable PHP error log ? + +Please check this post ${GREEN}https://forums.cyberpanel.net/discussion/3977/tutorial-how-to-enable-php-error-log/p1${NC} "