[pusher] 에러 Call to undefined method Pusher Pusher::get_users_info() 해결 방법
Code/Web 2020. 3. 17. 00:48
* 에러 메시지
php pusher Call to undefined method Pusher Pusher::get_users_info()
* 원인
php 7.3에서 7.4로 업그레이드후 발생
* 해결 방법
pusher-php-server v4.1.1 로 업그레이드 한다
composer.json 파일 수정
"pusher/pusher-php-server": "^4.0",
composer update
반응형
'Code > Web' 카테고리의 다른 글
ECMAScrit 와 Chrome V8 버전 (0) | 2020.03.30 |
---|---|
[Linux] 리눅스 로그 파일 관리(정리 자동화) (1) | 2020.03.17 |
웹서버 nginx 폴더에 패스워드 설정 (0) | 2020.03.11 |
소스 맵 파일 없음 경고 처리 방법 (2) | 2020.02.21 |
php, nodejs 속도 벤치마크 (0) | 2020.02.15 |