ravensjeff
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Where can we get 1.8.7 in the short term?
Confirmed. Issue is a fatal php include of a file that is not present.
I have over 80 sites down. That will teach me to auto-update plugins.
Forum: Plugins
In reply to: WP Post ThumbnailOk…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.
Forum: Plugins
In reply to: WP Post ThumbnailTry 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"];
Viewing 4 replies - 1 through 4 (of 4 total)