• Resolved Michele Marri

    (@michelemarri)


    Deprecated: Using ${var} in strings is deprecated, use {$var} instead in?/Users/michelemarri/Sites/menthorq/wp-content/plugins/expresstechsoftwares-memberpress-discord-add-on/includes/libraries/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php?on line?83

    I get this error in wp-admin and on front-end

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Younes

    (@vanbom)

    The error you’re encountering is related to the action-scheduler library, which our plugin embeds for scheduling tasks.
    The specific syntax causing the issue (${var}) is deprecated, and it is a known matter within the action-scheduler library. We are aware of this, and our development team is actively working on an update to resolve this compatibility concern.

    In the meantime, as a temporary solution, you can disable the display of PHP errors on your site by adding the following line to your wp-config.php file:
    define(‘WP_DEBUG’, false);

    Thread Starter Michele Marri

    (@michelemarri)

    Thanks Younes, i’m aware i’m displaying this error because wp debug is active, but i’m developing a website for a client, and i need to have error displayed ??

    Hoping in a fast fix from you <3

    Plugin Contributor Younes

    (@vanbom)

    Certainly! We’re in the process of creating our own version, but it’s not available just yet.
    We appreciate your understanding and will update you as soon as it’s ready. Thank you for your patience! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated: Using ${var} in strings is deprecated’ is closed to new replies.