오류 메시지
<code> Problem <span>1</span> - The requested PHP extension ext-redis * <span>is</span> missing <span>from</span> your system. Install <span>or</span> enable PHP<span>'s redis extension.</span></code>
해결책
Redis 확장 프로그램을 설치하고 활성화하세요.
<code>$ sudo apt<span>-get</span> install redis<span>-server</span> $ sudo apt<span>-get</span> install php5<span>-redis</span></code>
다른 유사한 오류는 다음과 같이 해결할 수 있습니다.
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });위 내용은 관련 내용을 포함하여 작성기 설치 오류(PHPs redis 확장 설치 또는 활성화)를 소개합니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.