• Resolved captain_planet

    (@captain_planet)


    Bulk generating images is getting stuck after around 15 posts (purchased the pro plugin). I’ve increased PHP memory and timeout periods, but i think it’s a bug in the code (the page stops refreshing too and even though it freezes, no images are being generated in the background).

    I’ve even tried updating posts in batches of, say, 5 just to generate the images that way. But that doesn’t work either.

    Please can you provide some support?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris Huff

    (@brochris)

    This forum is for support for the free version of the plugin only. Please contact me via my website.

    It’s likely a problem with one of the posts that the plugin is attempting to create an image for.

    Thread Starter captain_planet

    (@captain_planet)

    I emailed a week ago but with no response. Couldn’t wait any longer. In the end i hacked my own bulk image generation, something like:

    foreach ($posts as $post) {
        auto_featured_image_from_title_pro($post->ID);
    }
    			

    I had a quick scan of the code and I’m not sure if you had a stray open comment <!– near where the page is supposed to refresh using JavaScript? I didn’t have time to debug so I wrote my own above (more logic than above) and it executed in less than a minute. Your bulk import page just froze after a couple of iterations? Nothing to do with PHP/FastCGI memory or timeout limits either.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk image generate not working?’ is closed to new replies.