3. 마켓 글수정,추가기능 동작안됨.
===== 기존 운영 시스템 =====
1. 4vCore + 8G + 160G = 40USD+8USD(5.5만원+1만원)
Nginx+PHP+MariaDB로 운영 가능함.
2.
HestiaCP로 운영하기엔 8Core까지도 운영이 불가능함.
4전용cpu+8G
===== 완료 =====
1.
2. 유저차단팝업기능
TypeError #0 "count(): Argument #1 ($value) must be of type Countable|array, null given" in modules/userblock/userblock.admin.view.php on line 304
1. 알림 기능 동작 안함 > 설정 문제였음
2. 포인트 발송 안됨
1)
// array_walk($user_ids, create_function('&$val', '$val = trim($val);')); $user_ids = array_map('trim', $user_ids); array_walk 함수는 php7.2에서 없어져서 array_map으로 변경함. 선물하기 됨.
2) 보내지는데 차감 안됨 -> 안됨.
Uncaught ReferenceError: pointsend is not defined
at HTMLFormElement.onsubmit [as xe:onsubmit] (index.php:90:142)
at HTMLFormElement.<anonymous> (/common/js/xml_js_filter.js?t=1716297476:86:41)
at HTMLFormElement.dispatch (/common/js/jquery-2.2.4.js?t=1716297475:4737:27)
at elemData.handle (/common/js/jquery-2.2.4.js?t=1716297475:4549:28)
https://bluewings.me/index.php?module=pointsend&act=dispPointsend&receiver_srl=1944248
modules/pointsend/skins/default/PointSend.html
3) 2의 이유가 일일포인트 제한이 걸림
https://bluewings.me/index.php?module=admin&act=dispPointsendAdminIndex
1일 포인트 제한값 변경이 안됨.
modules/pointsend/tpl/config.html
$config->daily_limit
insertConfig 에서 포인트제한값만 저장이 안됨
procPointsendAdminInsertConfig 함수에 해당 변수값이 저장되어있지 않았음. 추가함.
4) 제한이 있을 경우일일 포인트 제한은 10입니다. 라는 메세지 보여줘야할거같음.