Written by
codeigniter-style
on
on
[Codeigniter][Ubuntu] Captcha Error Message: Undefined index: word
[Codeigniter][Ubuntu] Captcha Error Message: Undefined index: word
Message: Undefined index: word
captcha를 쓰는데 위와 같이 word가 뭔지 모르겠다는 에러가 난다면
현재 유저가 captcha 폴더에 write 권한이 없어서 그럴 것이다.
파일에 유저 권한으로 chmod -R 777 또는 666옵션을 줘서 write 가능하게 만들면 해결된다.
from http://teraphonia.tistory.com/678 by ccl(A) rewrite - 2021-10-27 19:26:16