• Resolved mbielkiewicz

    (@mbielkiewicz)


    Hello, I’m trying out Nextgen as I have tons of folders filled with images that I’d like to auto create galleries for and I figured the Import folder feature would solve my issues. The problem is the functionality seems to just hang once about 44-46 images are imported. I know this because when I check the backend via FTP, I see backup images created for the first 44-46 images and then nothing. I’ve let it run for a very long time with no luck. And there doesn’t seem to be a workaround. Any thoughts?

    Also – I have nested folders on my file system (and uploaded that way) – is there a way to import the whole file structure? It doesn’t seem to work either but perhaps I’m also hitting the image limit mentioned above?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @mbielkiewicz,

    We are sorry to hear of the problem. Usually, that’s caused by the requests hitting a server-side limit.

    You can try to add the following constants to your site’s?wp-config.php?file to prevent parallel image uploads and also increase the requests’ timeout:

    define('NGG_UPLOAD_LIMIT', 1);
    define('NGG_UPLOAD_TIMEOUT', 200);
Viewing 1 replies (of 1 total)
  • The topic ‘Import Folder Hangs after approximately 44-46 images’ is closed to new replies.