• Resolved monitoringclub

    (@monitoringclub)


    Please help, After upgrading to PHP 8.2, I found the error like this:

    Deprecated: Creation of dynamic property ThirstyAffiliates::$failed_dependencies is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/thirstyaffiliates.php on line 160
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_MAIN_PLUGIN_FILE_PATH is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 72
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_PLUGIN_DIR_PATH is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 73
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_PLUGIN_DIR_URL is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 74
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_PLUGIN_DIRNAME is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 75
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_PLUGIN_BASENAME is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 76
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_CSS_ROOT_URL is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 78
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_IMAGES_ROOT_URL is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 79
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_JS_ROOT_URL is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 80
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_VIEWS_ROOT_PATH is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 82
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_TEMPLATES_ROOT_PATH is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 83
    
    Deprecated: Creation of dynamic property ThirstyAffiliates\Helpers\Plugin_Constants::$_LOGS_ROOT_PATH is deprecated in /home/username/domain.com/wp-content/plugins/thirstyaffiliates/Helpers/Plugin_Constants.php on line 84
    
    <gwmw style="display:none;"></gwmw>

    And:

    The plugin generated 3080 characters of?unexpected output?during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Caseproof

    (@caseproof)

    Hi @monitoringclub,

    The message you are seeing is a warning, not an error, so it shouldn’t cause any issues.

    You can disable WP_DEBUG to hide the message from appearing in the meantime.

    Are you having any issues with the plugin’s functionality?

    Thread Starter monitoringclub

    (@monitoringclub)

    Oh, OK. I am forget to disable WP_DEBUG

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated error after upgrading to PHP 8.2’ is closed to new replies.