1 FastCGI는 stderr에 다음을 보냅니다: "PHP 메시지: PHP 치명적인 오류: session_start(): 저장 모듈을 초기화할 수 없습니다:

1 FastCGI는 stderr에 다음을 보냅니다: "PHP 메시지: PHP 치명적인 오류: session_start(): 저장 모듈을 초기화할 수 없습니다:

Arch Linux 컴퓨터에 phpMyAdmin을 설치했습니다. 그런 다음 phpmyadminmy to /usr/share/nginx/html/이라는 이름의 심볼릭 링크를 만들었습니다 /usr/share/webapps/phpMyAdmin/. http://127.0.0.1:8080/phpmyadmin/브라우저에서 액세스하면 다음과 같은 결과가 나타납니다.500 내부 서버 오류. 내 nginx 오류 로그를 확인하면서 다음을 발견했습니다.

2017/06/13 19:10:42 [error] 4059#4059: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error:  session_start(): Failed to initialize storage module: files (path: ) in /usr/share/webapps/phpMyAdmin/libraries/session.inc.php on line 121" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /phpmyadmin/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "127.0.0.1:8080"

이 오류를 어떻게 해결할 수 있나요? phpMyAdmin을 제대로 작동시키는 방법은 무엇입니까? nginx.conf 또는 php.ini가 필요하면 알려주시기 바랍니다. 감사해요.

관련 정보