qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] White page@ulises2010 – If I find a good and simple way to allow exports to be broken up, I’ll add that to the next release – keep the plugin installed and you should get a notice when the update is available.
As a side note – without you finding a way to isolate and locate the problem – which you could do by running a version of your site with just this one plugin, the default theme and error logging enabled – it’s very hard to replicate, locate and fix problems.
Q
Forum: Plugins
In reply to: [Export User Data] White pageI’ve review the plugin, made a few minor fixes and run an export on about 1000 users – which is the biggest set I have access to at the moment – all ran fine.
Please try version 0.8 – ideally with no other plugins active, default 2014 theme and error logging on – to record problems.
If I have time next week, I’ll review options for chunking or breaking the export into groups of 1000 or so – but until I look into this, I can’t be sure this is a good option or not.
Q
Forum: Plugins
In reply to: [Export User Data] White page@mpeterson – thanks for the note – I’m going to need to find a way to test the plugin on such a huge user base to see if I can replicate the problem.
for now, please try to reduce the number being exported via filters – you can always combine the files afterwards.
Q
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] 3.8 updateI don’t know enough about caching to take over this project – I’ll upload the code somewhere and anyone else who’s interested can take it on..
Forum: Plugins
In reply to: [Social Connect] small isset correctioncheers for the update – I’ll give git a go next time.
Q
Forum: Plugins
In reply to: [Export User Data] White pageWhat you need to do is to find the source of the problem – you could either disable all plugins and then test or install other “debugging” plugins to try and find the problem.
Query Monitor is a great plugin for this – but it’s a bit complex also.
Good luck!
Forum: Plugins
In reply to: [Export User Data] White pageAt this moment, I don’t have any suggestion other than to try another plugin or to export the data directly from your mySQL database – for example via phpmyadmin…
Good luck!
Forum: Plugins
In reply to: [Export User Data] Export only updated profileIf I had forgotten the poor – I would not be releasing and supporting a FREE plugin!
Good luck π
Forum: Plugins
In reply to: [Export User Data] White pageThe 256M of memory should be enough – I’ve never had need to try to export such a large number of users.
Another idea might be to try and increase the allowed PHP execution time – you can do this simply by adding an extra line to the wp-config.php:
set_time_limit(300);
Important β If you are making changes in wp-config.php, then add this line above β/* Thatβs all, stop editing! Happy blogging. */β comment.
Try that and see if it helps..
Q
Forum: Plugins
In reply to: [Export User Data] Export only updated profileThe filter idea is not bad – but, as I mentioned in your other topic – I’m not going to have the time to look into it for a while – paid work takes priority..!
Q
Forum: Plugins
In reply to: [Export User Data] White pageAs you can use the plugin to export smaller groups of users, by filtering the results, it sounds like your server is running out of memory – this would normally give a PHP Fatal error, but it’s possible that it does not record it.
One option is that you export the users by role or date ranges and then combine them into a single document.
I can think about adding an export limit option to the plugin – but I will not have time for a few weeks to add this – as I’m busy on other projects.
Good luck!
Q
Forum: Plugins
In reply to: [Export User Data] White pageHi,
A white page is usually caused by a PHP error – so, please enable error logging ( http://codex.ww.wp.xz.cn/Debugging_in_WordPress ) and then post back some error reports which are relevant to this plugin – look for the plugin name in the logs.
With some extra information, it should be possible to find the problem.
Alternatively, you can try to deactivate all other plugins and revert to the default theme – and then try the plugin again – this is to test for conflicts.
Thanks
Q
Forum: Plugins
In reply to: [Export User Data] Export only updated profileHi,
Does the plugin now work for you?
You can limit the export range by a date – but that’s the date the user accounts were added – not the date a specific usermeta field was edited.
Q
Forum: Plugins
In reply to: [Query Monitor] Small code correctioncould you please try and install http://ww.wp.xz.cn/plugins/db-cache-reloaded-fix/ and your own plugin and see if the combination gives you constant already defined errors?
Cheers
Q
Forum: Plugins
In reply to: [Simply Instagram] No images or profile appearing and no JS or PHP errorsHey – thanks for the reply – please can you explain what is host header / host headering – do you mean changing the hosts file on the local PC?
Cheers