Hello Yavuzyayla,
Thanks for the log! We’ve checked the log and you are getting out of memory runtime errors. This is usually caused by a large imported user data that exceeds your current WP memory limit: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)
Can you please raise your memory limit in the target site wp-config.php
? Let’s try increasing this to somewhere 256M to 512M to see if your server can handle it.
define("WP_MEMORY_LIMIT", "256M");
define("WP_MAX_MEMORY_LIMIT", "512M");
Once the memory limit is raised – please try the restore again to see if it outputs the same error. If you still get memory errors – try raising the memory limit to somewhere 1GB:
define("WP_MEMORY_LIMIT", "512M");
define("WP_MAX_MEMORY_LIMIT", "1024M");
Once the site is restored – you can re-adjust the memory limit to something sensible during it’s operation.
If the issue does not fix with any memory limit adjustments – please share the link to download WPRIME
package (e.g. in Gdrive or DropBox) via our contact form – we will diagnose this package and see why it requires this much memory requirements. Thanks again and let me know how it goes.
Cheers,
Emerson
-
This reply was modified 2 years, 6 months ago by Codexonics.