• Resolved mentrik

    (@mentrik)


    Hello,
    i’m trying to test the plugin because my joomla installation has a lot of K2 articles so i will have to go premium and redo the migration but nevertheless it’s not working.

    it’s local Lamp installation using nginx and php7.1
    it hangs every 30-40 articles and i need to refresh the page and continue the procedure
    i have successfully edited php.ini and you can see phpinfo() at https://aiginionews.trikaliotis.info/info.php

    joomla and wp dbase is locally but content is on main server

    any help would be greatly appreciated

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

Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    Your php.ini settings seems correct.

    Here are other settings that you could check.

    On Nginx:

    proxy_read_timeout = 800
    fastcgi_read_timeout = 800

    On Apache:

    Following settings are very important, and these timeouts should be increased in WHM/cPanel surroundings. Add them if they do not exist within httpd.conf file:

    ProcessLifeTime 7200
    IPCConnectTimeout 800
    IPCCommTimeout 800
    If you are using FastCGI module for PHP these are the parameters you should increase:

    FcgidIdleTimeout 800
    FcgidProcessLifeTime 800
    FcgidIOTimeout 800

Viewing 1 replies (of 1 total)
  • The topic ‘migration hangs’ is closed to new replies.