Couldn’t find constant WP_CORE_UPDATE

wordpress error message:

PHP Warning:  constant(): Couldn't find constant WP_CORE_UPDATE in /usr/share/wordpress/wp-admin/includes/update.php on line 31

define WP_CORE_UPDATE in your wp-config.php could resolve it.

if (!defined('WP_CORE_UPDATE'))
  define('WP_CORE_UPDATE', false);

O

分類: wordpress。這篇內容的永久連結

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *