Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brighthelix

    (@brighthelix)

    I know the thumbnails can be generated correctly on that server, because my gravity forms installation is able to create images, thumbnails, and the correct metadata.

    Thread Starter brighthelix

    (@brighthelix)

    Hello, anyone around?

    Thread Starter brighthelix

    (@brighthelix)

    Okay, figured it out!

    The reason it was happening was because I was specifying the filepath argument to wordpress as:

    $wp_upload_dir[‘url’]
    Returning the absolute path with http://. Somehow WordPress was never able to find the file.

    now I use:
    $wp_upload_dir[‘path’]
    Which returns the absolute path with /home/etc…
    Wordpress likes this better.

    Anyone know why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image_make_intermediate_size() broken? Doesn't make thumbnails.’ is closed to new replies.