Title: deactivating sliding widgets create php error
Last modified: August 30, 2016

---

# deactivating sliding widgets create php error

 *  [melsearch](https://wordpress.org/support/users/melsearch/)
 * (@melsearch)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/)
 * Hi, I have been using this plugin called sliding widgets which is a simple plugin
   to add an widget area which slides in and out with jquery from the side. I have
   decided to deactivate it but when i do, it creates all sorts of php errors that
   come from various places like from wp-includes/function.php which I find strange.
 * I have removed all the widgets that was being attached to the widget area from
   the plugin so there should be no association with any other content.
 * how could this be? is there a way to safely remove the plugin without creating
   errors?
 * thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/#post-6805745)
 * What are the PHP errors? Can you please post them here.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/#post-6805747)
 * Where did you download this plugin from?
 *  Thread Starter [melsearch](https://wordpress.org/support/users/melsearch/)
 * (@melsearch)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/#post-6805807)
 * thanks for the reply
 * downloaded from wordpress plugins
 * [https://wordpress.org/plugins/sliding-widgets](https://wordpress.org/plugins/sliding-widgets)
 * I get 33 php error as soon as I deactivate.
 * ( ! ) Strict standards: Declaration of BP_XProfile_Field_Type_Datebox::display_filter()
   should be compatible with BP_XProfile_Field_Type::display_filter($field_value,
   $field_id = ”) in /home/melsearc/public_html/Home/wp-content/plugins/buddypress/
   bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php on line 308
 * ( ! ) Strict standards: Declaration of Menu_With_Description::start_el() should
   be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args
   = Array, $id = 0) in /home/melsearc/public_html/Home/wp-content/themes/klasik/
   functions.php on line 218
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: Array to string conversion in /home/melsearc/public_html/Home/wp-
   content/plugins/bowe-codes/includes/shortcodes.php on line 269
 * ( ! ) Notice: Array to string conversion in /home/melsearc/public_html/Home/wp-
   content/plugins/bowe-codes/includes/shortcodes.php on line 269
 * ( ! ) Notice: Array to string conversion in /home/melsearc/public_html/Home/wp-
   content/plugins/bowe-codes/includes/shortcodes.php on line 269
 * just about half of what I get… Im guessing this isnt normal
 *  Thread Starter [melsearch](https://wordpress.org/support/users/melsearch/)
 * (@melsearch)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/#post-6805808)
 * Hi, thanks for the reply,
 * I got the plugin from the official Site
 * [https://wordpress.org/plugins/sliding-widgets/](https://wordpress.org/plugins/sliding-widgets/)
 * And I get a total of 33 php errors…
 * heres a few:
 * ( ! ) Strict standards: Declaration of BP_XProfile_Field_Type_Datebox::display_filter()
   should be compatible with BP_XProfile_Field_Type::display_filter($field_value,
   $field_id = ”) in /home/melsearc/public_html/Home/wp-content/plugins/buddypress/
   bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php on line 308
 * ( ! ) Strict standards: Declaration of Menu_With_Description::start_el() should
   be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args
   = Array, $id = 0) in /home/melsearc/public_html/Home/wp-content/themes/klasik/
   functions.php on line 218
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * ( ! ) Notice: The called constructor method for WP_Widget is **deprecated** since
   version 4.3.0! Use
 *     ```
       __construct()
       ```
   
 *  instead. in /home/melsearc/public_html/Home/wp-includes/functions.php on line
   3457
 * any ideas why this is?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘deactivating sliding widgets create php error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [melsearch](https://wordpress.org/support/users/melsearch/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/deactivating-sliding-widgets-create-php-error/#post-6805808)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
