큐스톡 오류가 납니다
본문
Warning: Division by zero in /host/home5/xustock/html/qstock/stock_news.php on line 9
Warning: Use of undefined constant total_vol - assumed 'total_vol' (this will throw an Error in a future version of PHP) in /host/home5/xustock/html/qstock/stock_news.php on line 40
Warning: Use of undefined constant total_price - assumed 'total_price' (this will throw an Error in a future version of PHP) in /host/home5/xustock/html/qstock/stock_news.php on line 41
Warning: Use of undefined constant cnt - assumed 'cnt' (this will throw an Error in a future version of PHP) in /host/home5/xustock/html/qstock/stock_list.php on line 6
주식 사이트에 이런 오류가 계속 뜨고 상장도 안되요 ㅠㅠ
!-->!-->!-->답변 2
php7로 가면 생기는 에러인데
정확히 알려면 소스코드를 봐야되요
예를들어서 배열에 따옴표가 없다거나 상수에 문법에러같은것등 여러 가지 많아요
확실히 해결 하려면 구글에다가 저거 에러를 그대로 복붙해서 검색해보세요
stock_list.php 6줄
stock_news.php 40, 41줄
아마 [total_vol] => ["total_vol"] 이런식의 문제 같은데....
stock_news.php 9줄
분모가 0이여서 나는 에러...
해당 라인 코드를 주셔야 정확히 알 수 있을 듯하네요..
답변을 작성하시기 전에 로그인 해주세요.