Cropped thumbnail isn’t saved
-
Hello,
I have the next issue when using the plugin: the image isn’t saved and the preview isn’t updated.
In console, I’ve got “Save Function Debug” with the message “Can’t copy temporary file to media library.”
The data debug info:
“[
“validated input data”,
{
“selection”: {
“x”: 206,
“y”: 0,
“x2”: 601,
“y2”: 218,
“w”: 394.5042922066992,
“h”: 218.6363636363636
},
“sourceImageId”: 13541,
“activeImageSizes”: [
{
“name”: “single-post”,
“width”: 750,
“height”: 416,
“ratio”: 1.8028846153846154,
“crop”: 1
}
]
},
“filename: …/public_html/wp-content/uploads/2018/01/180117_CP_Ovdklas_2-750×416.jpg”,
“error on 180117_CP_Ovdklas_2-750×416.jpg”,
{
“single-post”: [
“Can’t copy temporary file to media library.”
]
}
]”When I tried to post to admin-ajax.php with image id in a query (as suggested in one of older tickets) I’ve got “0” as a response from the server and 400 “Bad Request” error in console.
Plugin version: Version 1.2.3
WP version: 5.0.3
PHP version: 7.2.10 (and 7.1 on staging server)In the plugin test, in settings, everything works smoothly
Any help would be appreciated!
- The topic ‘Cropped thumbnail isn’t saved’ is closed to new replies.