Title: SQL Errors
Last modified: August 21, 2016

---

# SQL Errors

 *  Resolved [halluzineyt](https://wordpress.org/support/users/halluzineyt/)
 * (@halluzineyt)
 * [13 years ago](https://wordpress.org/support/topic/sql-errors-2-2/)
 * Im getting this error using a mysql debugger.
 *     ```
       Strict	Declaration of Theme_My_Login::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 17 in file /home/***/wp-content/plugins/theme-my-login/includes/class-theme-my-login.php
       Strict	Declaration of Theme_My_Login_Admin::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 15 in file /home/***/wp-content/plugins/theme-my-login/admin/class-theme-my-login-admin.php
       Strict	Declaration of Theme_My_Login_Custom_Email::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 19 in file /home/***/wp-content/plugins/theme-my-login/modules/custom-email/custom-email.php
       Strict	Declaration of Theme_My_Login_Custom_Email_Admin::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 16 in file /home/***/wp-content/plugins/theme-my-login/modules/custom-email/admin/custom-email-admin.php
       Strict	Declaration of Theme_My_Login_Custom_Passwords::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 19 in file /home/***/wp-content/plugins/theme-my-login/modules/custom-passwords/custom-passwords.php
       Strict	Declaration of Theme_My_Login_Custom_Redirection::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 21 in file /home/***/wp-content/plugins/theme-my-login/modules/custom-redirection/custom-redirection.php
       Strict	Declaration of Theme_My_Login_Custom_Redirection_Admin::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 16 in file /home/***/wp-content/plugins/theme-my-login/modules/custom-redirection/admin/custom-redirection-admin.php
       Strict	Declaration of Theme_My_Login_Themed_Profiles::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 21 in file /home/***/wp-content/plugins/theme-my-login/modules/themed-profiles/themed-profiles.php
       Strict	Declaration of Theme_My_Login_Themed_Profiles_Admin::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 16 in file /home/***/wp-content/plugins/theme-my-login/modules/themed-profiles/admin/themed-profiles-admin.php
       ```
   
 * [http://wordpress.org/extend/plugins/theme-my-login/](http://wordpress.org/extend/plugins/theme-my-login/)

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years ago](https://wordpress.org/support/topic/sql-errors-2-2/#post-3788893)
 * These are PHP notices, not MySQL errors.
 *  Thread Starter [halluzineyt](https://wordpress.org/support/users/halluzineyt/)
 * (@halluzineyt)
 * [13 years ago](https://wordpress.org/support/topic/sql-errors-2-2/#post-3788897)
 * So is it bad somehow?
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years ago](https://wordpress.org/support/topic/sql-errors-2-2/#post-3788956)
 * They are just notices that won’t affect anything with debugging turned off. They
   will be resolved by the next release.

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

The topic ‘SQL Errors’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [MySQL](https://wordpress.org/support/topic-tag/mysql/)
 * [sql](https://wordpress.org/support/topic-tag/sql/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/sql-errors-2-2/#post-3788956)
 * Status: resolved