Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.4에서 오류납니다. #12

Open
gaonnuris opened this issue Apr 1, 2023 · 2 comments
Open

7.4에서 오류납니다. #12

gaonnuris opened this issue Apr 1, 2023 · 2 comments

Comments

@gaonnuris
Copy link

gaonnuris commented Apr 1, 2023

서버 오류
ArgumentCountError #0 "Too few arguments to function gradeupModel::getMemberInfo(), 2 passed in gradeup.view.php on line 66 and exactly 3 expected" in modules/gradeup/gradeup.model.php on line 105
common/framework/debug.php:681
여기서
gradeup.view.php on line 66
$module_config->gradeup_condition[$val->title]['lv'] = $oGradeupModel->getMemberInfo('lv',$logged_info->member_srl);
gradeup.model.php on line 105
function getMemberInfo($type,$member_srl,$regdate)
어떻게 수정 하나요?

@bjrambo
Copy link
Owner

bjrambo commented Apr 2, 2023

gradeup.model.php on line 105
function getMemberInfo($type,$member_srl,$regdate = null)

으로 수정해보세요

@gaonnuris
Copy link
Author

gradeup.model.php on line 105 function getMemberInfo($type,$member_srl,$regdate = null)

으로 수정해보세요

감사합니다.
오류는 사라졌는데.

등업 신청하기 누르면
ArgumentCountError #0 "Too few arguments to function gradeupModel::getCheckCondition(), 3 passed in /casper35/www/modules/gradeup/gradeup.controller.php on line 216 and exactly 4 expected" in modules/gradeup/gradeup.model.php on line 140
common/framework/debug.php:681

gradeup.controller.php on line 216
$condition_lv = $oGradeupModel->getCheckCondition('lv', $val['gradeup_lv'], $logged_info->member_srl);

gradeup.model.php on line 140
function getCheckCondition($type,$condition,$member_srl,$date)

이렇게 뜨는데
어떻게 수정해야지 되나요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants