Support » Plugin: FG Drupal to WordPress » Problem during import (freeze and no images)

  • Resolved pixelsing

    (@pixelsing)


    Hi,

    I want to migrate a website under drupal 7 to WordPress.
    Before buying the premium version and required plug-ins, I wanted to test the import proccess.

    The wordpress site and the dev version of the drupal website (about 16300 posts) are on the same server.
    I’ve 2 issues :
    – The import process freezes each 8 or 9%, requiring 12 relaunch to go to 100%
    – No images are imported

    The wordpress website is configured as required :
    max_execution_time=3600
    max_input_time=3600
    memory_limit=1G
    post_max_size=1G
    upload_max_filesize=2G
    see : http://arvo.projets-web.net/show_info.php

    And drupal “source” website has allow_url_fopen set to on
    See : http://viva.p-ing.net/show_info.php

    What can I do ?
    I’ve 3 others websites to migrate and a solution will be welcome !

    Regards,

    Francis

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • 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 !

    Plugin Author Kerfred

    (@kerfred)

    @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;

    Thread Starter pixelsing

    (@pixelsing)

    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/

    Thread Starter pixelsing

    (@pixelsing)

    I’ve momentarily reset the database for another test. I’ll make a new import tomorrow as you can see the result.

    Regards

    Plugin Author Kerfred

    (@kerfred)

    To import the images, please make sure that the URL field is filled with the URL of the original Drupal site.

    Thread Starter pixelsing

    (@pixelsing)

    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

    Plugin Author Kerfred

    (@kerfred)

    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.

    Thread Starter pixelsing

    (@pixelsing)

    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 ?

    Plugin Author Kerfred

    (@kerfred)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problem during import (freeze and no images)’ is closed to new replies.