Fiz upgrade para versão 2.4.4 e depois de alguns ajustes e correções de php o frontend esta funcionando mas os links do admin não abrem no modo de produção quando habilto minimização do js. Mantive o banco de dados e instalei o 2.4.4 sem nenhum modulo adicional e o problema continua. Até então o system.log não mostrava nenhum erro. Depois de varias tentativas apareceu esta mensagem:
main.CRITICAL: Magento\Framework\Exception\FileSystemException: Cannot gather stats! Warning!stat(): stat failed for .../public_html/pub/static/adminhtml/Magento/backend/pt_BR/mage/requirejs/mixins.js in .../public_html/vendor/magento/framework/Filesystem/Driver/File.php:94
No modo de desenvolvimento a pasta:
pub/static/adminhtml/Magento/backend/pt_BR/requirejs/
tem :
require.js -> /home/photocolor/public_html/lib/web/requirejs/require.js
E no modo produção na mesma pasta:
domReady.min.js
require.min.js
text.min.js
Se desabilito a minimização do js o admin funciona em qualquer modo.
Este erro ocorre em dois servidores com as configurações:
Produção:
-Centos 7
-PHP 8.1
-MariaDb 10.3
Servidor de teste (local)
-OpenSuse 15.3
-PHP 8.17
-MariaDb 10.7
I upgraded to version 2.4.4 and after some php adjustments and corrections the frontend is working but the admin links do not open in production mode when I enable js minimization. I kept the database and installed 2.4.4 without any additional modules and the problem continues. Until then the system.log did not show any errors. After several attempts this message appeared:
main.CRITICAL: Magento\Framework\Exception\FileSystemException: Cannot gather stats! Warning!stat(): stat failed for .../public_html/pub/static/adminhtml/Magento/backend/en_BR/mage/requirejs/mixins.js in .../public_html/vendor/magento/framework/Filesystem/Driver /File.php:94
In development mode the folder:
pub/static/adminhtml/Magento/backend/en_BR/requirejs/
has :
require.js -> /home/photocolor/public_html/lib/web/requirejs/require.js
And in production mode in the same folder:
domReady.min.js
require.min.js
text.min.js
If I disable js minimization the admin works in any mode.
This error occurs on two servers with the settings:
Production:
- hundred 7
-PHP 8.1
-MariaDb 10.3
Test server (local)
-OpenSuse 15.3
-PHP 8.17
-MariaDb 10.7