Title: Several warnings
Last modified: August 21, 2016

---

# Several warnings

 *  Resolved [petervanderdoes](https://wordpress.org/support/users/petervanderdoes/)
 * (@petervanderdoes)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/)
 * In version TML 6.3.6
 *     ```
       Declaration of Theme_My_Login::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in file /theme-my-login/includes/class-theme-my-login.php
   
       Declaration of Theme_My_Login_Custom_Redirection::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in file /theme-my-login/modules/custom-redirection/custom-redirection.php
   
       Declaration of Theme_My_Login_Security::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in file /theme-my-login/modules/security/security.php
   
       Declaration of Theme_My_Login_Themed_Profiles::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in file /theme-my-login/modules/themed-profiles/themed-profiles.php
   
       Declaration of Theme_My_Login_User_Moderation::get_object() should be compatible with Theme_My_Login_Abstract::get_object($class) in file /theme-my-login/modules/user-moderation/user-moderation.php
       ```
   
 * Basically the method declaration of get_object need to be identical with the 
   declaration in the abstract class.
 * File:class-theme-my-login.php
    Line: 87
 *     ```
       public static function get_object( $class=__CLASS__ ) {
       		return parent::get_object( $class );
       	}
       ```
   
 * [http://wordpress.org/extend/plugins/theme-my-login/](http://wordpress.org/extend/plugins/theme-my-login/)

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/#post-3688217)
 * What PHP version is this?
 *  Thread Starter [petervanderdoes](https://wordpress.org/support/users/petervanderdoes/)
 * (@petervanderdoes)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/#post-3688218)
 * PHP 5.4.6
 * These messages are of the E_STRICT variety.
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/#post-3688224)
 * Eh. Since I test with 5.3, the strict errors aren’t included with E_ALL. However,
   6.4 will remove most of these calls, in the modules anyway.
 *  Thread Starter [petervanderdoes](https://wordpress.org/support/users/petervanderdoes/)
 * (@petervanderdoes)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/#post-3688226)
 * Cool.

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

The topic ‘Several warnings’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [petervanderdoes](https://wordpress.org/support/users/petervanderdoes/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/several-warnings/#post-3688226)
 * Status: resolved