Assistance Required for Large File Restoration Errors with All-in-One WP Migrati
-
Hello Support Team,
I am Mustafa Kazi, and I’m currently facing challenges with the All-in-One WP Migration plugin during a significant project. I’ve been trying to restore a backup of over 3 GB, but I consistently encounter errors at the 3% mark in the restoration process on both local and live servers.
Here are the console errors I’m seeing:
- [Violation] ‘message’ handler took 253ms
- [Violation] ‘setTimeout’ handler took 63ms
- [Violation] ‘setTimeout’ handler took 74ms
To address this, I’ve already implemented the following settings in the wp-config.php file:
- Check for PHP Errors:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
- Increase Memory Limit:
ini_set('memory_limit', '256M');
Could there be any restrictions on handling large files, or might there be another underlying issue? Your expert advice would be invaluable to help resolve this matter. I look forward to your guidance and potential solutions.
- The topic ‘Assistance Required for Large File Restoration Errors with All-in-One WP Migrati’ is closed to new replies.