#4 小鱼飘飘
好像还是不行
Creating a “flarum/flarum” project at “./”
Installing flarum/flarum (v1.8.1)
proc_open is disabled so ‘unzip’ and ‘7z’ commands cannot be used, zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Enabling proc_open and installing ‘unzip’ or ‘7z’ (21.01+) may remediate them.
- Installing flarum/flarum (v1.8.1): Extracting archive
Problem 1
- flarum/core[v1.8.0, …, v1.8.5] require intervention/image 2.5.* || 2.6.1 -> satisfiable by intervention/image[2.5.0, …, 2.7.2].
- intervention/image[2.5.0, …, 2.7.2] require ext-fileinfo * -> it is missing from your system. Install or enable PHP’s fileinfo extension.
- Root composer.json requires flarum/core 1.8 -> satisfiable by flarum/core[v1.8.0, …, v1.8.5].
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/php/etc/php.ini
You can also run php --ini
in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-fileinfo
to temporarily ignore these required extensions.