포럼
사이트메뉴 편집에 들어가면 에러가 나네요.
2015.10.30 15:02
TypeError: aNode is undefined
if(aNode.length == 0){
index.p...SiteMap (line 1111, col 1)
서버환경은
Centos 7.x
PHP 5.6.14
MaraDB 5.대 인걸로 ㅡ.ㅡ (정확한버전체크를 어디서하는지 몰라서)
XE Core ver. 1.8.13
***
어제까지는 문제 없었는데요.
오늘 갑자기 안되네요.
뭐가 문제일까요? ㅜㅜ
댓글 2
-
마이웹
2015.10.30 15:11
-
마이웹
2015.10.30 16:32
- 짧은영어로 해석해 봅니다.
- 보완 부탁드립니다.
- http://php.net/manual/kr/ini.core.php
- 대충 해석해보면 PHP 7.0.0에서는 제거될 항목이고
- always_populate_raw_post_data가 TRUE로 설정되어 있다면
- $HTTP_RAW_POST_DATA에 포함된 가공(검증)되지 않은 데이타로 존재한다.
- 반면에(?) 그 변수는 데이타의 Mime Type이 인식되지 않을때만 존재한다.
- 향후버전에 대응하기 위해서는 always_populate_raw_post_data=-1로 설정하라.
- 왜냐면 결코 앞으로 $HTTP_RAW_POST_DATA가 정의되지 않을것이기 때문이다.
- ***
always_populate_raw_post_data
mixed- Warning
This feature was DEPRECATED in PHP 5.6.0, and REMOVED as of PHP 7.0.0.
If set to
TRUE
, PHP will always populate the $HTTP_RAW_POST_DATA containing the raw POST data. Otherwise, the variable is populated only when the MIME type of the data is unrecognised.The preferred method for accessing raw POST data is php://input, and $HTTP_RAW_POST_DATA is deprecated in PHP 5.6.0 onwards. Setting
always_populate_raw_post_data
to -1 will opt into the new behaviour that will be implemented in a future version of PHP, in which $HTTP_RAW_POST_DATA is never defined.Regardless of the setting, $HTTP_RAW_POST_DATA is not available with enctype="multipart/form-data".
piwik 설치하면서
php.ini에서
always_populate_raw_post_data=-1로 셋팅하라고해서 그렇게 했더니 생긴문제이었네요.
원래대로 복구하니 문제가 없어졌습니다.
piwik에서는 저값이 보안문제를 일으킬 수 있으니 저렇게 하라고 하던데(
경고성)XE에서는 문제가 없는지요?
piwik에서는 매우 심각한 오류로 표현하고 있네요.
아래는 piwik 시스템 체크시 발생시킨 메세지 입니다.
시스템 체크
헐! Piwik 설정에서 일부 심각한 오류를 감지했습니다. 이 문제는 즉시 해결해야합니다. 자세한 내용은 아래를 참조하세요.