tkumarpatna This version have issue under security option... 1) Turn on SSH - By default it's showing off but ssh works and when you click on switch on-off not working. 2) Turn on to Block ICMP - By default it's showing switched on but i think it's showing wrong or switch not work._
aaPanel_Jose aaP_al_biasi tkumarpatna The problem has been fixed, please click on the repair panel and refresh the browser cache ctrl +f5 @jazz1611 The problem of the online editor needs to be refactored to be fixed. This is a problem caused by the framework and there is no way to fix it quickly
aaP_al_biasi Hi, composer doesn't work anymore for me It ask me for confirmation, after that nothing appened
aaP_al_biasi aaP_al_biasi this is the error found in js console POST http://x.x.x.x:8888/files?action=exec_composer 500 (INTERNAL SERVER ERROR)
aaP_al_biasi aaPanel_Jose Thanks it works again now. By the way I have a problem, also in stable version, with composer and laravel 8 installation. In panel composer fails with "require ext-fileinfo" but extension is installed and on site and by teminal works perfectly. Same PHP version on cli, website and composer Am I doing something wrong?
tkumarpatna php 8 showing update but after update it's again regularly showing update. i am using nginx
aa9000nb After update to 6.9.42 (beta) my status indicator dan graphic traffics NOT APPEAR. Just text Loading... How to fix it? i tried to restart server and panel nothing change
thiagotgc It would be interesting to remove the "FREE or PRO" icon on the home screen. This leaves it looking "fragile". Put in a dedicated option in the settings.
aaPanel_Jose patdevs aaP_al_biasi About composer We have found the problem because it checks the php compilation parameters when installing the software package. If disable-fileinfo is included, the fileinfo extension will not be installed. We are dealing with this problem. Currently you can handle it manually like this Use compile and install php Unzip the PHP source code package and recompile and install tar -zxvf /www/server/php/72/src.tar.gz cd /www/server/php/72/php-7.2.33/ ./configure --prefix=/www/server/php/72 --with-config-file-path=/www/server/php/72/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv-dir --with-freetype-dir=/usr/local/freetype --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl=/usr/local/curl --enable-mbregex --enable-mbstring --enable-intl --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl=/usr/local/openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --with-gettext --enable-opcache --with-webp-dir=/usr --with-mcrypt Install fileinfo extension on panel