把/wordpress/wp-content/themes/eco/core/admin/options.class.php中 // SAVE OPTION FUNCTIONS function save_options() { //comment the line below //if(!$_GET['activated']) checkauthority(); update_option('pagelines_options', $this); //Redundancy Backup (Hopefully will solve suspected DB problems w some users) if(get_option('pagelines_options')){ update_option('pagelines_options_redundant', $this); } } 注释掉 checkauthority这行就可以了