ubuntu14에 magento2를 설치했는데 http://localhost/에 접속하면 아파치 프롬프트가 표시됩니다. , 그러나 http://localhost/magento2/ 에서는 HTTP ERROR 500 메시지가 나타납니다
다음 명령을 사용하여 설치했습니다:
apt-get update apt-get install git wget wget -O /usr/local/bin/composer http://getcomposer.org/composer.phar chmod +x /usr/local/bin/composer cd /var/www git clone https://github.com/magento/magento2.git cd /var/www/magento2 composer install
오류 발생 후 PHP 오류 로그를 확인했는데 프롬프트는 다음과 같습니다. :
[Thu Sep 08 11:03:34.275419 2016] [:error] [pid 2214] [client 127.0.0.1:41732] PHP 치명적인 오류: 포착되지 않은 예외 'MagentoFrameworkExceptionFileSystemException'과 'The file "/ var/ www/html/magento2/var/.regenerate"는 삭제할 수 없습니다. Warning!unlink(/var/www/html/magento2/var/.regenerate): /var/www/html/magento2/vendor/에서 '권한이 거부되었습니다' magento/framework/Filesystem/Driver/File.php:382nStack 추적:n#0 /var/www/html/magento2/vendor/magento/framework/Filesystem/Directory/Write.php(173): MagentoFrameworkFilesystemDriverFile->deleteFile( '/ var/www/html/m...')n#1 /var/www/html/magento2/vendor/magento/framework/Code/GeneratedFiles.php(98): MagentoFrameworkFilesystemDirectoryWrite->delete('/var /. regenerat...')n#2 /var/www/html/magento2/vendor/magento/framework/App/ObjectManagerFactory.php(114): MagentoFrameworkCodeGeneratedFiles->cleanGeneratedFiles()n#3 /var/www/ html/ magento2/vendor/magento/framework/App/Bootstrap.php(385): MagentoFrameworkAppObjectManagerFactory->create(Array)n#4 /var/www/html/magento2/vendor/magento/framework/App/Bootstrap.php (362 ): 382행의 /var/www/html/magento2/vendor/magento/framework/Filesystem/Driver/File.php에 있는 MagentoFrameworkAppBootstra
이 상황을 어떻게 해결합니까? magento를 정상적으로 설치할 수 있습니다.
ubuntu14에 magento2를 설치했는데, http://localhost/에 액세스하면 Apache 프롬프트가 표시됩니다. , 그러나 http://localhost/magento2/ 에서는 HTTP ERROR 500 메시지가 나타납니다
다음 명령을 사용하여 설치했습니다:
apt-get update apt-get install git wget wget -O /usr/local/bin/composer http://getcomposer.org/composer.phar chmod +x /usr/local/bin/composer cd /var/www git clone https://github.com/magento/magento2.git cd /var/www/magento2 composer install
오류 발생 후 PHP 오류 로그를 확인했는데 프롬프트는 다음과 같습니다. :
[Thu Sep 08 11:03:34.275419 2016] [:error] [pid 2214] [client 127.0.0.1:41732] PHP 치명적인 오류: 포착되지 않은 예외 'MagentoFrameworkExceptionFileSystemException'과 'The file "/ var/ www/html/magento2/var/.regenerate"는 삭제할 수 없습니다. Warning!unlink(/var/www/html/magento2/var/.regenerate): /var/www/html/magento2/vendor/에서 '권한이 거부되었습니다' magento/framework/Filesystem/Driver/File.php:382nStack 추적:n#0 /var/www/html/magento2/vendor/magento/framework/Filesystem/Directory/Write.php(173): MagentoFrameworkFilesystemDriverFile->deleteFile( '/ var/www/html/m...')n#1 /var/www/html/magento2/vendor/magento/framework/Code/GeneratedFiles.php(98): MagentoFrameworkFilesystemDirectoryWrite->delete('/var /. regenerat...')n#2 /var/www/html/magento2/vendor/magento/framework/App/ObjectManagerFactory.php(114): MagentoFrameworkCodeGeneratedFiles->cleanGeneratedFiles()n#3 /var/www/ html/ magento2/vendor/magento/framework/App/Bootstrap.php(385): MagentoFrameworkAppObjectManagerFactory->create(Array)n#4 /var/www/html/magento2/vendor/magento/framework/App/Bootstrap.php (362 ): 382행의 /var/www/html/magento2/vendor/magento/framework/Filesystem/Driver/File.php에 있는 MagentoFrameworkAppBootstra
이 상황을 어떻게 해결합니까? 마젠토를 정상적으로 설치할 수 있게 해줍니다
공식 웹사이트에서 직접 패키지를 설치해 보세요
권한이 거부되었습니다
권한이 부족합니다. ./var 디렉토리에 쓰기가 가능한지 확인하세요. 프로젝트가 있는 곳이 바람직합니다. 디렉토리의 소유자는 모두 apache
chown -R apache:apache ./