Viewing 4 replies - 1 through 4 (of 4 total)
  • I am not sure the same is true for 200 errors, but tweaking my php.ini helped with similar errors I was receiving from nextgen (and in that case, 500 errors). Good luck!

    Thread Starter Märt Rang

    (@rang501)

    HTTP 200 means that request was successful, so this is what it should return.
    Maybe theres some kind of timeout issue?

    Try messing with these settings in your php.ini:

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 128M
    post_max_size = 64M
    upload_max_filesize = 300M

    Thread Starter Märt Rang

    (@rang501)

    i think ajax timeout causes this. By default, its 10 seconds.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: NextGEN Gallery] Thumbnail creation gives errors randomly, ajax request doesn't return’ is closed to new replies.