yeahh.. same with me here, hope it would be fix soon, we’ll wait
I only have this problem when running a windows 7 localhost server.
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.