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

debug_backtrace 함수의 parameter 문제 #416

Closed
Canto opened this issue Feb 4, 2014 · 1 comment
Closed

debug_backtrace 함수의 parameter 문제 #416

Canto opened this issue Feb 4, 2014 · 1 comment
Labels
Milestone

Comments

@Canto
Copy link
Contributor

Canto commented Feb 4, 2014

Warning: Wrong parameter count for debug_backtrace() in /home/xxxx/public_html/classes/db/DB.class.php on line 450

Warning: Invalid argument supplied for foreach() in /home/xxxx/public_html/classes/db/DB.class.php on line 451

1.7.4 업데이트후 debug_backtrace 함수의 parameter가 적용이 안되면서 오류가 발생합니다.
DB.class.php 파일의 450번째 줄

$bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);

에서 parameter 를 빼주면 문제가 해결됩니다.

$bt = debug_backtrace();

php version 5.2.4

@ghost ghost self-assigned this Feb 4, 2014
@ghost
Copy link

ghost commented Feb 4, 2014

오 마이 갓.
알려주셔서 감사합니다.

@ghost ghost closed this as completed Feb 8, 2014
@akasima akasima modified the milestones: 1.7.4.1, 1.7.5 Mar 13, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants