Title: Error Message
Last modified: May 15, 2018

---

# Error Message

 *  Resolved [dcomsystems](https://wordpress.org/support/users/indigorise/)
 * (@indigorise)
 * [8 years ago](https://wordpress.org/support/topic/error-message-692/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-message-692%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [pankoszyk](https://wordpress.org/support/users/pankoszyk/)
 * (@pankoszyk)
 * [8 years ago](https://wordpress.org/support/topic/error-message-692/#post-10281637)
 * Check your php version on your server. Plugin works with 7.0 (in my case)
 *  Thread Starter [dcomsystems](https://wordpress.org/support/users/indigorise/)
 * (@indigorise)
 * [8 years ago](https://wordpress.org/support/topic/error-message-692/#post-10282080)
 * Yes, that´s it! Thanks. Do you know where i´m able to change the text for the
   email?
 *  [Donny Oexman](https://wordpress.org/support/users/donnyoexman/)
 * (@donnyoexman)
 * [8 years ago](https://wordpress.org/support/topic/error-message-692/#post-10282919)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-gdpr-compliance_6396ab.svg)
 * [Cookie Information | Free GDPR Consent Solution](https://wordpress.org/plugins/wp-gdpr-compliance/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-gdpr-compliance/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-gdpr-compliance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-gdpr-compliance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-gdpr-compliance/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Donny Oexman](https://wordpress.org/support/users/donnyoexman/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/error-message-692/#post-10282919)
 * Status: resolved