qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Export BP fields > emptyHi,
Please can you check your error log and also try to install a debugging plugin such as Query Monitor and provide any information from these that is relevant to the plugin.
Also – try to disable all other plugins and switch to the default theme – to eliminate clashes with other scripts.
Q
Forum: Plugins
In reply to: [Export User Data] Define File LocationMarking as complete due to lack of reply from original poster.
Forum: Plugins
In reply to: [Export User Data] Delay in user data being available?Marking as complete due to lack of reply from original poster.
Forum: Reviews
In reply to: [Export User Data] Quick Report, But Not FlexibleHi Jeff,
Your feedback is useful – but this is a review system and your rating was given in a way that we cannot respond to in order to keep the rating of this plugin as high as possible – remember, the lower the rating, the less use the plugin will get and eventually – this will lead to it’s discontinuation…
The better route might have been to start a forum topic, so that we could consider your suggestions and offer workarounds or alternatives.
Q
Forum: Plugins
In reply to: [Export User Data] Define File LocationThere is no actual “file” in the export process, we’re simply changing the headers sent to PHP to interpret the data as either a text/csv or application/vnd.ms-excel.
We’ve not run into this issue before and don’t have a server set-up with PHP running in safe mode – so, it’s a bit hard to imagine a solution.
Did you try adding /tmp as the path to php.ini to see if this helped?
We’d suggest you continue to search for solutions via Google – perhaps trying to look into file or content type exclusions that can be added to php.ini.
Q
Forum: Plugins
In reply to: [Export User Data] Delay in user data being available?There “should” be no delay – but there are a few factors that might affect this:
– caching on db queries, but less likely as this plugin runs on the admin side.
– date filtering on the export, perhaps some issue with different time zones, but again doubtful.I’d speak to the host to ensure there is no caching on the queries on the admin side – and configure any caching plugin in use to avoid this.
Other than that, I can’t see any other obvious reason for the delay.
Q
Forum: Plugins
In reply to: [Export User Data] integrate settings from general options of wpHi,
That sounds like a good suggestion – we’ll put it on the list for the next release – which will hopefully be next month.
Q
Forum: Plugins
In reply to: [Export User Data] Not all rows exported when selecting all columnsGood news – glad you find a solution.
Forum: Plugins
In reply to: [Export User Data] After export how to import?You’ll need the user_meta table also – and perhaps additional tables, depending on what plugin you use.
Forum: Plugins
In reply to: [Export User Data] After export how to import?This plugin is not designed to export the user data in a re-importable format, it’s more for users who want to run exports to build spreadsheets and store data outside of their websites.
If you want to move users between different WordPress websites you’d be better dumping tables directly from phpmyadmin – that way all data is stored in it’s original serialized format.
Forum: Plugins
In reply to: [Export User Data] Not all rows exported when selecting all columnsThe reason it can’t export everything will vary for each server setup – those limitation options are the workaround nearly everyone running large exports resort to.
If you find a better way, please be sure to let us know!
Q
Forum: Plugins
In reply to: [Export User Data] filter does not workmarking as complete, due to lack or response from poster.
Forum: Plugins
In reply to: [Export User Data] Conflict with BP and Event Espressomarking as complete, due to lack or response from poster.
Forum: Plugins
In reply to: [Export User Data] Not all rows exported when selecting all columnsDid you check your error logs or see any notice about timeouts – there is a way to break larger exports by controlling the number of rows exported.
The number of rows that can be exported will vary on every server and set-up.
Check for errors and try the limits to achieve larger exports.
Q
Forum: Plugins
In reply to: [Export User Data] filter does not workThere is no filter to exclude the basic user data – the filters allow you to add extra data from other sources or plugins.