Home >Topics >Pagoda Panel >What should I do if the newly installed 5.1.1 panel cannot decompress files?
The following tutorial column of Pagoda Panel will introduce to you the solution to the problem that the newly installed 5.1.1 panel cannot decompress files. I hope it will be helpful to friends in need!
Solution to the problem that the newly installed 5.1.1 panel cannot decompress files
Description:
Feedback from some users , if the compressed file is decompressed to the root directory, the permissions of all files in the root directory will be modified, so the decompression filtering function is temporarily added;
There is a code execution exception in this added function, which has been repaired. We apologize for any inconvenience caused!
Incident:
2017/08/25 10:00 AM - 14:30 PM The panel installed cannot decompress the file
Cause:
Decompression filter exception
Solution:
Method 1. Enter ssh and enter the following command
wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 5.1.1
Method 2, or enter the file in the panel Open the terminal at the management point and execute the following two commands in sequence
wget -O update.sh http://download.bt.cn/install/update.sh sh update.sh 5.1.1
The above is the detailed content of What should I do if the newly installed 5.1.1 panel cannot decompress files?. For more information, please follow other related articles on the PHP Chinese website!