I have a error:
2019/04/02 10:45:13 [error] 9314#9314: *47 FastCGI sent in stderr: “PHP message: PHP Warning: include(/var/www/magento/web/vendor/magento/framework/Exception/FileSystemException.php): failed to open stream: Too many open files in /var/www/magento/web/vendor/composer/ClassLoader.php on line 414
PHP message: PHP Warning: include(): Failed opening ‘/var/www/magento/web/vendor/composer/../magento/framework/Exception/FileSystemException.php’ for inclusion (include_path=‘/var/www/magento/web/generated/code:/var/www/magento/web/generated/code:/var/www/magento/web/vendor/magento/zendframework1/library:.:/usr/share/php’) in /var/www/magento/web/vendor/composer/ClassLoader.php on line 414
PHP message: PHP Fatal error: Uncaught Error: Class ‘Magento\Framework\Exception\FileSystemException’ not found in /var/www/magento/web/vendor/magento/framework/Filesystem/Driver/File.php:149
Stack trace:
#0 /var/www/magento/web/vendor/magento/framework/Filesystem/File/Read.php(100): Magento\Framework\Filesystem\Driver\File->fileGetContents(‘/var/www/magent...’, NULL, NULL)
#1 /var/www/magento/web/vendor/magento/framework/Config/FileIterator.php(71): Magento\Framework\Filesystem\File\Read->readAll()
#2 /var/www/magento/web/vendor/magento/framework/Config/Reader/Filesystem.php(146): Magento\Framework\Config\FileIterator->current()
#3 /var/www/magento/web/vendor/magento/framework/Config/Reader/Filesystem.php(130): Magento\Framework\Config\Reader\Filesystem->_readFiles(Object(Magento\Framework\Config\FileIterator))
#4 /var/www/magento/web/generated/code/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php(95): Magento\Framework\Config\Reader\Filesystem->read(‘global’)
#5 /var/www/magento/web/vendor/m” while reading response header from upstream, client: 186.10.190.154, server: mage.dev, request: “GET / HTTP/1.1", upstream: “fastcgi://unix:/var/run/php/php7.0-fpm.sock:“, host: “200.91.40.88”
My magento don't found... Any idea to fix the problem?
Are you installing the latest Magento version 2.3.x? If yes in that case your PHP version is not compatible and possibly causing the issue. Please see the below URL for the technology stack and version compatible with it.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.