qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Nothing happenedThanks for providing those lines from the error log – however, none of them are a “fatal” error which would result in a white screen – please search the whole error log for the term “Fatal” and provide anything that you find here.
Forum: Plugins
In reply to: [Export User Data] Nothing happenedYou need to check your PHP error log and try some of the options to reduce your export size in case your PHP memory limits are being exceeded.
Forum: Plugins
In reply to: [Export User Data] Filter wp_users fieldsSearch the plugin for the term “export_user_data_user_fields” – this is a filter applied to the returned array of standard user fields.
Forum: Plugins
In reply to: [Export User Data] 2 columns not exportedYou need to log errors to a file to save things more easily – but the error seems to come in a strange place:
DateTime::__construct(): Failed to parse time string (20000 00:00:00)
That seems that you are sending in dates from 18000 years in the future and it’s freaking PHP out – never seen that before.
I will check the plugin for issues, but not before next week, as I have no time now.
I’ll let you know.
Forum: Plugins
In reply to: [Export User Data] 2 columns not exportedPlease enable wp_debug and log error to a file – described here: https://codex.ww.wp.xz.cn/WP_DEBUG#WP_DEBUG_LOG_and_WP_DEBUG_DISPLAY
Then check the error log for references to either this plugin or buddypress and report them here.
Thanks
Forum: Plugins
In reply to: [Export User Data] 2 columns not exported@alessandroschneider – which 2 buddypress columns – what type of data do they hold?
Please check in your database to make sure there is data to export and provide some samples.
Q
Forum: Plugins
In reply to: [Export User Data] xProfile content not exporting@jan Dembowski – I see your point, but this kind of kills any ways to resolve this ticket here in the forums – given the amount of time we’ve already invested to try and help this one user, perhaps that’s a shame.
That said – @james Jams – @jan has a point – this issue clearly can’t be resolved here in these forums, so you will need to contract a PHP developer who you know and trust in order to resolve this issue in a secure way.
If you do take that step and find a solution which helps you, please remember that WordPress is a community and return any updates in a way that will benefit other users.
Forum: Plugins
In reply to: [Export User Data] Undefined property errorPHP errors are controlled by the settings in your php.ini or WP_Config.php ( and other ) files – if you set these correctly, it will not echo errors to the screen – or in the file.
The notice is a very small problem in the plugin, but this is something you can overcome by setting up your server correctly.
Forum: Plugins
In reply to: [Export User Data] Cron job to FTPClosing ticket as no response from the OP
Forum: Plugins
In reply to: [Export User Data] Slow Export of user dataClosing ticket as no reply in 2 months from OP.
Forum: Plugins
In reply to: [Export User Data] Export problem with ' in xprofil labelClosing ticket, no reply in 2 months from OP.
Forum: Plugins
In reply to: [Export User Data] Undefined property errorYou should use the configuration settings in WP_Config to save PHP notices to an error log – don’t print them to the screen.
Forum: Plugins
In reply to: [Export User Data] Undefined property errorIf that is echo’d to the screen – you have probably got some configuration problem in your WP install – or are testing locally – a PHP notice is a non-fatal error and is normally just added to the PHP error log – check your WP_Config.php settings.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exporting@wahhadesign – is that the only field you are trying to export for BP – if not, can you see other data from other BP fields in exports?
Do you see errors in your PHP error log that relate directly to the EUD plugin or BuddyPress when you run exports?
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingIt should not matter about how the values are presented – in the admin or on the front-end of the site – what is important to know is how those values are stored in the database.
The exception to this might be if those fields are built using BuddyPress – in which case we rely on BP to return this data.
Please clarify and if possible try to locate one example of each field in the database and post the values, exactly as they are stored there.