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

로그아웃시 오류(외부페이지 이용시 포함) #2291

Closed
chavingo opened this issue Aug 29, 2018 · 0 comments
Closed

로그아웃시 오류(외부페이지 이용시 포함) #2291

chavingo opened this issue Aug 29, 2018 · 0 comments

Comments

@chavingo
Copy link

오류 내용

Stack trace:
#0 /var/www/html/xe/config/func.inc.php(240): setUserSequence(3103594)
#1 /var/www/html/xe/modules/advanced_mailer/classes/base.class.php(517): getNextSequence()
#2 /var/www/html/xe/modules/member_expire/member_expire.model.php(127): Advanced_Mailer\Base->send()
#3 /var/www/html/xe/modules/member_expire/member_expire.controller.php(173): Member_ExpireModel->sendEmail(2707741, Object(stdClass), false, false)
#4 /var/www/html/xe/classes/module/ModuleHandler.class.php(1318): Member_ExpireController->triggerAutoExpire(Object(stdClass))
#5 /var/www/html/xe/modules/member/member.controller.php(105): ModuleHandler::triggerCall('member.doLogout', 'after', Object(stdClass))
#6 /var/www/html/xe/modules/member/member.view.php(508): memberController->procMemberLogout()
#7 /var/www/html/xe/classes/module/ModuleObject.class.php(443): memberView->dispMemberLogout()

수정 방법

config/func.inc.php 253줄에서

if(isset($_SESSION['seq']))

이것을

if(isset($_SESSION['seq']) && is_array($_SESSION['seq']))

기진곰님께서 해결책 알려 주셔서 이슈 등록해둡니다.

@ghost ghost self-assigned this Aug 30, 2018
@ghost ghost added the type/bug label Sep 10, 2018
@ghost ghost added this to 검토 중 in 이슈 진행 상황 Sep 10, 2018
@ghost ghost moved this from 검토 중 to 해결 중 in 이슈 진행 상황 Sep 11, 2018
@ghost ghost added this to the 1.9-next milestone Sep 11, 2018
@ghost ghost closed this as completed Sep 12, 2018
이슈 진행 상황 automation moved this from 해결 중 to 이슈 종료 Sep 12, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant