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

디버그 파일 관련 오류 #2263

Closed
kndol opened this issue May 20, 2018 · 0 comments
Closed

디버그 파일 관련 오류 #2263

kndol opened this issue May 20, 2018 · 0 comments
Labels
Milestone

Comments

@kndol
Copy link

kndol commented May 20, 2018

  • __DEBUG_DB_OUTPUT__ == 1일 때도 DB 에러 로그 파일 생성 안 됨
    DB.class.php 파일: 442
    @file_put_contents($log_file, implode("\n", $buff) . "\n\n", FILE_APPEND|LOCK_EX);
    => @file_put_contents($debug_file, implode("\n", $buff) . "\n\n", FILE_APPEND|LOCK_EX);

  • 캐시파일 재생성할 때, 슬로우 로그 파일 삭제 안 됨
    admin.admin.controller.php 파일: 76
    FileHandler::removeFile(_XE_PATH_ . 'files/_db_slow_query.php');
    =>
    FileHandler::removeFile(_XE_PATH_ . 'files/_slowlog_query.php');
    FileHandler::removeFile(_XE_PATH_ . 'files/_slowlog_trigger.php');
    FileHandler::removeFile(_XE_PATH_ . 'files/_slowlog_addon.php');
    FileHandler::removeFile(_XE_PATH_ . 'files/_slowlog_widget.php');

@ghost ghost self-assigned this May 28, 2018
@ghost ghost added this to the 1.9-next milestone Jun 12, 2018
@ghost ghost added the type/bug label Jun 18, 2018
@ghost ghost closed this as completed Jun 18, 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
None yet
Development

No branches or pull requests

1 participant