그 전까지는 안그러다가 오늘 갑자기 이러네요...
플러그인에서 에러가 나는것 같은데
플러그인 지웠다가 다시 설치해도 똑같은 에러가 계속나옵니다.
혹시나해서 워드프레스도 재설치하고 디비도 제설치했습니다.
그래도 안되네요....
PHP Warning: Creating default object from empty value in C:\www\test\wp-content\plugins\kboard\pages\kboard_setting.php on line 72 PHP Warning: Creating default object from empty value in C:\www\roun\wp-content\plugins\kboard\pages\kboard_setting.php on line 133
워드프레스 wp-config.php 파일에서 디버그를 비활성화 되어있나요?
define('WP_DEBUG', false);
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
이렇게 되어있습니다.
define('WP_DEBUG', false); 라면 오류메시지가 안나올텐데 이상하군요.
고객지원 이메일로 사이트 주소와 FTP 정보를 주시면 테스트 해보겠습니다 :)