운영중인 웹사이트에 "error" 메시지만 표시되는 상황이 갑자기 발생하여
wordpress debug 모드에서 확인해보니 다음과 같은 메시지가 출력되었습니다.
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts
, admin_enqueue_scripts
, or login_enqueue_scripts
hooks. Please seeDebugging in WordPress for more information. (This message was added in version 3.3.) in /home/hosting_users/bizmon/www/wp-includes/functions.php on line 3049 Notice: Undefined index: mod in /home/hosting_users/bizmon/www/wp-content/plugins/kboard/class/KBSeo.class.php on line 13 Notice: Undefined index: uid in /home/hosting_users/bizmon/www/wp-content/plugins/kboard/class/KBSeo.class.php on line 14 error
Kboard plugin을 deactive하였더니 더이상 이와같은 문제가 발생하지 않았습니다.
문제 확인 부탁드립니다.
Notice는 오류 표시가 아니에요.
php.ini 설정을 아래처럼 주시고 PHP를 리스타트 해보시겠어요?
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
관련 함수는 http://kr1.php.net/function.error-reporting.php 이쪽을 확인해보세요.
KBoard도 개선 하겠습니다.