• Resolved dcomsystems

    (@indigorise)


    Hi there, i receive this error message, when i klick the link of the site with provided data in the e-mail:

    Fatal error: Can’t use method return value in write context in /homepages/24/d291541400/htdocs/bessere-beziehungen.de_wp/wp-content/plugins/wp-gdpr-compliance/Includes/Data.php on line 123

    What might be the problem?

    Where can i edit the german text of the email?

    “Sie haben beantragt, auf Ihre Daten zuzugreifen Bessere Beziehungen.

    Bitte besuche Seite um die Daten anzuzeigen die …”

    Best regards,

    Al

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check your php version on your server. Plugin works with 7.0 (in my case)

    Thread Starter dcomsystems

    (@indigorise)

    Yes, that´s it! Thanks. Do you know where i´m able to change the text for the email?

    The plugin should work from PHP version 5.3, as mentioned at the plugin requirements.

    You can use the following filters to change the text for the emails:

    add_filter('wpgdprc_access_request_mail_content', 'change_mail_output', 10, 3);
    function change_mail_output($message, $request, $deleteRequestPage) {
        // Do something here.
        return $message;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error Message’ is closed to new replies.