Export stuck on 'Retrieving a list of all WordPress files…'
-
I’ve tried several times to export in the last 2 days without success.
I’ve disabled any plug-ins that might be a problem and I have also added the following code to my config file:define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); // increases the available memory from 96MB to 256MB
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); // push available memory to 512MB for admin access
set_time_limit(420); // increases the time out limit for PHP calls
ini_set(‘pcre.recursion_limit’,20000000); // tricks to work around recursion time out
ini_set(‘pcre.backtrack_limit’,10000000); // tricks to work around recursion time outAny help with this would be greatly appreciated!
- The topic ‘Export stuck on 'Retrieving a list of all WordPress files…'’ is closed to new replies.