Hello, you can refer to the official document
fileinfo question:
Due to taking care of the installation of small machines, aapanel uses the disabled fileinfo parameter by default. It may be that the disabled parameter is detected, so the prompt is not supported.
You can use the following command to reinstall php with fileinfo enabled by default
command line execution
#Download php compile and install script
wget http://node.aapanel.com/install/0/php.sh
#Replace disable fileinfo parameter to enable
sed -i "s/--disable-fileinfo/--enable--fileinfo/g" php.sh
#Install php-7.4, if not 7.4, please replace 7.4 with your php version
bash php.sh install 7.4