joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.8k stars 3.66k forks source link

DSGVO - Privacy information export does not work #23128

Closed TheFallenWolf closed 6 years ago

TheFallenWolf commented 6 years ago

Steps to reproduce the issue

Exporting a DSGVO-sheet after getting a user-request via the ACP, either by direct download or by mail.

Expected result

Complete user-informations-sheet is created and downloaded/sent by mail.

Actual result

Exported file with that only says this:

<?xml version="1.0" encoding="utf-8"?>
<data-export>
  <domain name="user_contact" description="joomla_user_contact_data"/>
  <domain name="contact_contact_custom_fields" description="joomla_contact_contact_custom_fields_data"/>
</data-export>

System information (as much as possible)

See attached filesysteminfo-2018-11-20T17_14_52+01_00.txt

Additional comments

This would be a rather important thing to find a solution for, as I have to provide the information to our users in some way. Thanks!

TheFallenWolf commented 6 years ago

Oh, seems like i mistyped the code, sorry for that. The current output is:

<?xml version="1.0" encoding="utf-8"?>
<data-export>
  <domain name="user_contact" description="joomla_user_contact_data"/>
  <domain name="contact_contact_custom_fields" description="joomla_contact_contact_custom_fields_data"/>
</data-export>


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23128.

mbabker commented 6 years ago

You will need to enable error reporting and provide an actual error message for us to diagnose this. An empty export is valid if for whatever reason no data is found at all in supported plugins/contexts.

joomla-cms-bot commented 6 years ago

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23128

Quy commented 6 years ago

Closing for now until additional information is provided.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23128.