Stuck on "Exporting database.." step
-
My export is stuck in the “exporting database” step. I’ve tried several times today.
Plugin version: 5.41
WP version: 4.5.1
Hosting: shared/godaddyI’ve already tried all the usual tricks:
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 out
Please advise; thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Stuck on "Exporting database.." step’ is closed to new replies.