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