FAIL: Unknown error occurred – temporary fix
-
Hi guys, thanks a lot for your plugin. I’ve had an issue with version 4.2.4 and 4.3 – I kept receiving that message “FAIL: Unknown error occurred” so after playing a little with the code, I have found a temporary fix to make it work (tho the thumbnail isn’t moved) to move the file from one directory to another.
On line 51 I have commented out
$attachment_path = get_post_meta($id, "_wp_attached_file", true)
with$attachment_path = get_attached_file($id)
If you can make the plugin work again, would be great!
Thanks,
Ciprian
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FAIL: Unknown error occurred – temporary fix’ is closed to new replies.