Hello,
I migrated many websites and was NEVER able to do it without relaunching the import process, sometimes hundred times, and I am on a powerful dedicated, so I guess that we should just accept it this way.
I am so sure that whatever reply you will get, you won’t find any other solution, but I would love to be proven wrong…
Anyway this plugin is great and the only one it seems !
@pixelsing Your php.ini settings are good.
It may come from other parts of your server.
Mysql
Try setting:
wait_timeout = 120
max_allowed_packet = 512M
in mysql config file (my.cnf or my.ini)
FastCGI
In /etc/httpd/conf.d/fcgid.conf
FcgidIOTimeout 900
FcgidBusyTimeout 600
FcgidIdleTimeout 360
FcgidProcessLifeTime 3600
NGINX
In /etc/nginx/nginx.conf
keepalive_timeout 125; proxy_read_timeout 125; proxy_connect_timeout 125; fastcgi_read_timeout 125;
I’ve done the modifications to fastCGI and MySQL (not using NGINX).
I always have to relaunch import several times (freeze each 8 ou 9%) but it doesn’t matter…
The real problem is that only the title of posts are transfered : no pictures and no text…
Examples :
Source : http://viva.p-ing.net/repas-de-fetes-sans-prise-de-tete-155437
Result : http://arvo.projets-web.net/repas-de-fetes-sans-prise-de-tete/
Source : http://viva.p-ing.net/14-fevrier-EN-ATENTEMPjournee-des_11416.html
Result : http://arvo.projets-web.net/cardiopathies-congenitales-quand-le-coeur-est-blesse/
I’ve momentarily reset the database for another test. I’ll make a new import tomorrow as you can see the result.
Regards
To import the images, please make sure that the URL field is filled with the URL of the original Drupal site.
It was.
Tested with dev site (http://viva.p-ing.net) and production site (https://www.vivamagazine.fr) with same result : no images after import.
Image in drupal are in the standard field
https://prnt.sc/klb56y
Please open a ticket on https://www.fredericgilles.net/support/ , describe your issue and send a screenshot of your settings and a screenshot showing the problem.
We will investigate on your issue.
For the texts missing, I’ve understood the reason : It’s in a custom field in Drupal (don’t know why…).
I’ve bought the premium version for testing and I’ve now the picture and the custom field.
I’ve now the image and I’ll do a script to move custom fields in WordPress standard fields after import (except if you have a better solution).
Question : can I install the premium version on the real future site after my tests (it’s an old test site that will be deleted after my imports tests ?
Regards,
F. Spiesser
Pixels Ingénierie
PS : on pourrait peut-être se parler en français ?
To manage the custom fields in WordPress, you just have to install Toolset Types: https://wordpress.org/plugins/types/
You can install the Premium version of FG Drupal to WordPress on any site.
I prefer writing in English on this forum. It may help other people too.