Giter Club home page Giter Club logo

xe-errorlogger's People

Contributors

kijin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

xe-errorlogger's Issues

기존에 기록한 모듈의 코드를 보는 공간에서,

기존에 오류를 나타낸 공간에서 코드를 수정 한 뒤, 같은 위치의 코드가 수정해야하는 것으로 나타납니다.

8월 27일 8시 47분에 기록된, 오류에서 코드 보기부분에

if(!$config->~~)
{
$config->~~ = 'Y';
}

에서 $config->~~ = 'Y';

부분이 오류나서 그 부분을 수정하였습니다.

if(!$config)
{
$config = new stdClass();
}

그래서 오류는 해결되었는데 문제는 공교롭게도, 기존의 입력된 디비내에서는 $config = new stdClass();부분이 같은 줄으로 바뀌어 해당 코드가 오류가 있다고 나타나고 있습니다.

(코드를 보여주는 곳이 현재의 코드로 다시 보여주는 형태라 그런건가 봅니다..)

아무래도 이 부분의 저장이 안되어서 그런지 오히려 해당부분이 디버깅을 진행한 부분인지 아닌지 모르는 상황이 발생되는 것 같습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.