Codexonics
Forum Replies Created
-
Hello Michael,
Thank you for writing a great review and for sharing detailed experiences in using Prime Mover π Cheers.Emerson
Thanks for contacting us. Sorry this feature is not supported. It is why there is no restore or export button on the primary/main site.
Prime Mover can only migrate site (or sub-sites) from one domain to another but not the main/primary site.
This is currently listed as one of the plugin’s limitations in our docs: https://codexonics.com/prime_mover/prime-mover/faq/#prime-mover-limitations
Michael, I’ll close this ticket here since you now have access to premium support. Let’s follow-up there. Thanks!
Yes, can you please delete all .part files inside
/prime-mover-import-files/directory?Once you delete it, try restarting Apache and see if you can now access the Network Admin.
If the issue still persist (you still get
no space left on deviceerror), try deleting all files inside/prime-mover-import-files/, including the uploaded files. And then restart Apache again.This should free up some space in your server and you should be able to access network admin.
If that won’t resolved, we need to understand this issue deeper in your site, in this case I suggest to contact us in our official site and request for technical support.
Since this is a public forum, and we could not debug issues here in details.
This is the link to download the latest 1.0.4-beta.
It includes fixes on server timeouts for both export / import process. I suggest to use it when you restore the site (at target site). In case you need to re-generate export which has smaller uploads size, please also use that new beta version for now. It’s almost stable version and it will be released here in WordPress repo as early as next week.
Thanks and let me know if you are still having issues with restoring the site.
Yes, reducing file size helps a lot. There is also another possible solution which is available in the pro version. Prime Mover remote restore url feature:
https://codexonics.com/prime_mover/prime-mover/how-to-export-and-restore-using-pro-version/It works like this:
- Generate export package(you already done this)
- Upload Prime mover package zip using your favorite SFTP client to your target site WordPress root directory. So that the resulting path is like https://yoursite.com/myprimemoverpackage.zip.
- Activate Prime Mover Pro on your target site.
- Go to Tools -> Migration Tools -> click Import -> click Restore backup zip from a remote URL and the paste the URL to your zip which is now inside your site.
- Prime Mover fetches the zip which is now inside your server and it does the rest of the restoration process
The above solution is preferred when browser uploading is not reliable (especially for big files) and you have limited speed. SFTP uploading is usually better than plain browser uploading which can be slow.
I’m preparing the download link for the test beta, give me around an hour to prepare thanks.
Sure, but first I would like to know on what part does the error occurs. Does the error happens while uploading? Or does it happens only after uploading?
The 1.0.4 beta version deals with the fixes on server timeout on processes after the uploading part. So if it times out while uploading, you might want a connection with higher upload speed and see if it works.
Also with the size of 2GB, you can try to minimize that by deleting unused files in your uploads directory which is no longer needed on the target site.
Thank you for confirming the fix works. The stalling on export and import is a known issue with version 1.0.3 that is caused by web server timeouts. We are on the process of adding an improvement to this one and will be included in the next release version 1.0.4.
If you are affected again with this issue, please create a separate ticket. And we will provide you with a beta version to test. Cheers.
OK I found the issue after checking the updated logs. Prime Mover checks the theme version used when exporting so it can be compared during restoration process to check for theme differences. It’s included as required footprint of the source site. It is why without this, it returns invalid system footprint error.
The exporting site is using a child theme
Divi-childthat does not include a theme version.To fix the error, can you please add a version to your child (
Divi-child)? This is done in the child theme style.css file.For example from: (before)
/* Theme Name: Divi Child Theme Theme URI: http://xxx.com Description: Child theme, based on Divi Author: xxx xxx Author URI: http://xxx.xxx Template: Divi */ @import url("../Divi/style.css");TO: (after -this is the right way – including theme version)
/* Theme Name: Divi Child Theme Theme URI: http://xxx.com Description: Child theme, based on Divi Version: 1.0.0 Author: xxx xxx Author URI: http://xxx.xxx Template: Divi */ @import url("../Divi/style.css");Reference: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/#2-create-a-stylesheet-style-css
Try this one and the export error should be resolved. Let me know how it goes π
That’s the correct log. Give me time to analyze and I will get back to you. Thanks.
Thanks but it seems it still showing the old log, did you activate the foot print logging plugin? Or did you save it to pastebin again?
The new log should contain the phrase Footprint keys for validation. Please review.
Also it seems this error:
Warning: include(/home/myaccount/public_html/mydomain.com/leonidhurwicz/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/myaccount/public_html/mydomain.com/leonidhurwicz/wp-settings.php on line 95 Warning: include(): Failed opening β/home/myaccount/public_html/mydomain.com/leonidhurwicz/wp-content/advanced-cache.phpβ for inclusion (include_path=β.:/opt/alt/php71/usr/share/pearβ) in /home/myaccount/public_html/mydomain.com/leonidhurwicz/wp-settings.php on line 95is not related to Prime Mover. But that is usually caused by having a caching plugin incorrectly deactivated. It’s deleted directly in the plugins directory while the caching files or caching are still enabled. This can probably affect the export process.
Try commenting or removing this in your wp-config.php if you have this line:
define('WP_CACHE', true);And then delete these file or folder inside your
/wp-content/if you still have this:cachefolderw3tc-configfolderadvanced-cache.phpβ
In my test that removes the error in your debug.log (caching related error) but I’m not sure if this will resolve the
Invalid system footprinterro. I’ll wait for your site footprint data to see it.Thanks for reporting this issue and for all the logs. Usually this occurs when exporting a site that is already having configuration problems (by itself). For example, exporting a site without an active theme activated in dB but deleted, invalid site url, etc. Based on the log provided, it shows it indeed fails on footprint validation.
The current version 1.0.3 does not yet include a detailed logging to see the footprint data in details. We will add it on the future version. To understand the issue, we want to know what part of the footprint is missing or invalid. Can you please do the steps below:
- Download this Prime Mover footprint logging plugin.
- Log-in as administrator go to Plugins -> Add New and upload that plugin zip: prime-mover-footprint-log.zip.
- Activate the plugin named as: Prime Mover Footprint Log
- Enable all logs as what you have done first time when you report this issue
- Now the footprint log is enabled, re-generate the export (to reproduce the error) so it will re-generate another set of logs (now including footprint which we need to analyze).
- Update the log in your pastebin with the latest log containing footprint data: https://pastebin.com/VrN7PyfM
You will know that the footprint data is logged when it contains “Custom log for site footprint data” in the log. Let me know if this is added so I’ll re-check the log for analysis. Thank you !
Hello I’m closing this one for now since I don’t receive anymore reports on this and the issue is not reproducible on my end. Please re-open if you are still having this issue. Thanks!