php - Deleting plugins via WordPress admin -


today looking delete number of spam users off admin dashboard in wp , searched them came blank screen. turned off define('wp_debug', false) true. gthen tried delete plugins , cgot white screen did fia ftp still show in wp plugins list. im getting alot of white screen , dont know how fix it. ideas? here issues got when turned on debug:

strict standards: redefining defined constructor class flexoarchives in /home/mutantsp/public_html/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 69

deprecated: assigning return value of new reference deprecated in /home/mutantsp/public_html/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 801

notice: undefined property: flexoarchives::$opt_yrcount_standalone in /home/mutantsp/public_html/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 111

notice: undefined property: flexoarchives::$opt_yrcount in /home/mutantsp/public_html/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 112

notice: undefined property: flexoarchives::$opt_yrcount_standalone in /home/mutantsp/public_html/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 124

notice: register_uninstall_hook called incorrectly. static class method or function can used in uninstall hook. please see debugging in wordpress more information. (this message added in version 3.1.) in /home/mutantsp/public_html/wp-includes/functions.php on line 3547

notice: wp_enqueue_style called incorrectly. scripts , styles should not registered or enqueued until wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. please see debugging in wordpress more information. (this message added in version 3.3.) in /home/mutantsp/public_html/wp-includes/functions.php on line 3547

notice: load_plugin_textdomain called argument deprecated since version 2.7 no alternative available. in /home/mutantsp/public_html/wp-includes/functions.php on line 3497

strict standards: declaration of app_user_profile::get_id() should compatible app_page_template::get_id($template) in /home/mutantsp/public_html/wp-content/themes/classipress/framework/kernel/page-edit-profile.php on line 48

strict standards: non-static method app_updater::init() should not called statically in /home/mutantsp/public_html/wp-content/themes/classipress/framework/admin/updater.php on line 74

strict standards: declaration of cp_categorydropdown::start_el() should compatible walker::start_el(&$output, $object, $depth = 0, $args = array, $current_object_id = 0) in /home/mutantsp/public_html/wp-content/themes/classipress/includes/theme-functions.php on line 1770

notice: has_cap called argument deprecated since version 2.0! usage of user levels plugins , themes deprecated. use roles , capabilities instead. in /home/mutantsp/public_html/wp-includes/functions.php on line 3495

strict standards: call_user_func_array() expects parameter 1 valid callback, non-static method app_updater::exclude_themes() should not called statically in /home/mutantsp/public_html/wp-includes/plugin.php on line 213

strict standards: call_user_func_array() expects parameter 1 valid callback, non-static method app_updater::check_updates() should not called statically in /home/mutantsp/public_html/wp-includes/plugin.php on line 213 skip main content

strict standards: call_user_func_array() expects parameter 1 valid callback, non-static method app_updater::display_warning() should not called statically in /home/mutantsp/public_html/wp-includes/plugin.php on line 496

you don't need ture define('wp_debug', false); debugging purpose developers.

i tried delete plugins , got white screen did via ftp

because activated plugins stroed in database, , when wordpress tried locate plugin , generates error. you should delete plugin via admin section.

this how can find activated plugin in database

select * `wp_options` `option_name` '%active_plugins%' 

for users make sure have uncheck membership option in settings > general settings

also make sure using latest wordpress version.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -