qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Export CrashesThanks.
The error that is crashing the plugin is this:
Fatal error: Call to undefined function bp_get_user_last_activity()
What version of BP do you have installed?
Forum: Plugins
In reply to: [Export User Data] Export CrashesError logs are the only way to help locate issues – so you’re going to need to check that they are set-up correctly.
Forum: Plugins
In reply to: [Export User Data] CSV encodingAlso, please report which plugin and WP version you are using
Forum: Plugins
In reply to: [Export User Data] CSV encodingI’m not sure of the exact problem here – we deal with content which includes foreign characters without problem, so perhaps this is an issue related to your database encoding.
Can you try to run an export with some Brazilian text on a completely different install to check?
Forum: Plugins
In reply to: [Export User Data] Export of "&" and apostropheWhich version of WP are you running?
Forum: Plugins
In reply to: [Export User Data] Export CrashesDo you have some error logging activated in PHP? For example via WP_Config.php settings…
Forum: Reviews
In reply to: [Export User Data] Works like a dream.These kind of reactive ratings are what deter people from continuing to invest their time and energy into writing and releasing plugins – and that’s not only bad for you, but all other WordPress users.
Forum: Reviews
In reply to: [Export User Data] Works like a dream.Ok – good luck.
Forum: Plugins
In reply to: [Export User Data] Export CrashesCan you please report the issues logged in your PHP error log – there should be an error for this fatal shutdown.
Forum: Plugins
In reply to: [Export User Data] Export of "&" and apostropheDo you mean in the user meta title or the values?
Forum: Reviews
In reply to: [Export User Data] Works like a dream.What JS errors to you get?
Forum: Plugins
In reply to: [Export User Data] Export not completeFor the functionality to change, something else must have changed also – such as the WP version or on the server – perhaps a PHP upgrade.
I’m not sure I see a connection to the mod_fcgid error.
Keep checking logs and try to confirm what else has changed to help locate the problem.
Forum: Plugins
In reply to: [Export User Data] Does this allow export of user profile permalinks as well?Hi,
Can you please give an example of what this user “permalink” is?
For example domain.com/xxx
Forum: Plugins
In reply to: [Export User Data] Date picker – Potential Bug in resultsHi,
Thanks for this report.
Are you saying that the end date is counted, but that results are only included up to the day before that date?
Q
Forum: Plugins
In reply to: [Export User Data] Catchable fatal error – Line 2174There is a newer version, so you should first update and then try again.
The failure is based on trying to use a value returned by what should be an object – but in fact is a string – extra error checking could avoid this potentially.