> 백엔드 개발 > PHP 튜토리얼 > magento를 설치한 후 다음 메시지가 표시됩니다: HTTP ERROR 500, 어떻게 해결합니까?

magento를 설치한 후 다음 메시지가 표시됩니다: HTTP ERROR 500, 어떻게 해결합니까?

不言
풀어 주다: 2023-03-01 08:30:01
원래의
3580명이 탐색했습니다.


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 ./

에 속합니다.
관련 라벨:
php
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿