• hello! good morning ! I installed the Pro version, because I have enabled this option in Softaculos when creating a new WordPress installation.
    It’s giving an error:

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$author_profile is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$contributors is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$compatibility is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$ratings is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$download_link is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    [24-Jan-2025 13:01:38 UTC] PHP Deprecated: Creation of dynamic property GosmtpInfo_3_2::$tags is deprecated in /*****************************/wp-content/plugins/gosmtp-pro/main/plugin-update-checker.php on line 1046

    Line 1046

            $info->$key = $value;

    all the code that refers to the line, starting at 1044

        $info = new self();
        foreach(get_object_vars($apiResponse) as $key => $value){
            $info->$key = $value;
        }

    my license is pro, I see this when I go to:
    gosmtp-license
    It has my license number in the field: GOSMTP License
    License Status : Active License Expires : 2025/02/25

    GOSMTP version 1.1.1 (Pro version)

    I’ll be waiting!! Thank you very much

The topic ‘error updating’ is closed to new replies.