The solution to the problem that the PHP7.3 version of Baota Panel does not support ZipArchive, which causes the program to be unable to be directly updated in the background Execute the following statement in the SSH command line interface:
Finally, restart the PHP service in the software store. The solution to the problem that the PHP7.4 version of Baota Panel does not support ZipArchive, which causes the program to be unable to be updated directly in the background Execute the following statement in the SSH command line interface:
Finally, restart the PHP service in the software store. The explanation on this issue on the pagoda Because the earlier installed Php7.3 is a separate compilation of the zip extension, the subsequent installation and upgrade are integrated compilation, resulting in repeated loading of the zip module after the upgrade Therefore, subsequent PHP will no longer compile the ZIP extension separately. Now, more than half a year has passed, PHP has been updated to 7.3.8, and the ZIP module is no longer integrated (it is right not to integrate it, and keeping it compiled independently is the safest way), but the ZIP extension has not been compiled and installed separately. Well, the solution is also very simple, the ZIP extension is already included in the software package, just add it back:
Then, add back the line you deleted previously from your PHP configuration file:
Finally, reload the PHP service:
This is the end of this article about the solution to the problem that BT Baota Panel php7.3 and php7.4 do not support ZipArchive. For more related content about BT Baota php7.3 and php7.4 not supporting ZipArchive, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: MySQL slow query method and example
>>: Dynamically edit data in Layui table row
This article uses examples to illustrate the prin...
1. Problem symptoms Version: MySQL 5.6, using the...
Data Sheet: Column to row: using max(case when th...
Table of contents Preface 1. Install NJS module M...
Mixins provide distributed reusable functionality...
Effect: css: .s_type { border: none; border-radiu...
This article shares the specific code of Vue to i...
If you think the system is slow and want to chang...
BEM is a component-based approach to web developm...
The solution to forgetting the initial password o...
Introduction to DNMP DNMP (Docker + Nginx + MySQL...
Install MySQL database a) Download the MySQL sour...
Linux Operation Experimental environment: Centos7...
There is a task process on the server. When we us...
This article summarizes the implementation method...