• Hi,

    A client of me use WP Post Thumbnail v0.2
    It works great but last day’s it doesn’t goes further then “Loading original image for cropping … ”

    Could you tell me what the problem is?

    Thanks in advance.

    Best regards,

    Pieter de Vries
    The Netherlands

Viewing 5 replies - 1 through 5 (of 5 total)
  • yeahh.. same with me here, hope it would be fix soon, we’ll wait

    beastmaster

    (@beastmaster)

    I only have this problem when running a windows 7 localhost server.

    rose1966

    (@rose1966)

    hoping for some help l keep getting this message when trying to upload to wordpress

    At least one Thumbs.db file was found in your theme. Please remove all of the Thumbs.db files from your theme and then upload it again. If you have any questions about this please contact [email protected]

    l was doing ok until this point unable to upload my theme

    Try this to get rid of the “Loading original image for cropping problem:

    In the plugins folder, open wppt_admin.php.

    On line 94 find:

    $original_file_URL = WP_CONTENT_URL.’/uploads/wp-post-thumbnail/’.$wppt_general_options['original_file_name'].$_POST["force_refresh"];

    Replace it with:

    $original_file_URL = wppt_general_options['upload_path'].’/’.$wppt_general_options['original_file_name'].$_POST["force_refresh"];

    Ok…my solution worked to fix the loading issue but it broke the rest of the plugin.

    However, after reverting the file and then doing a fresh install of the plugin, it is back to working again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Post Thumbnail’ is closed to new replies.