You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having problems deleting and removing images from a cropImage field via the API. I tried
foreach ($video->teaserbild as $img) {
$video->teaserbild->remove($img);
}
and also
$video->teaserbild->removeAll();
But no success. The image file gets deleted but the data stays in the field. If I try again, unlink() throws an error since the file doesn't exist. I'm on PW 2.3.0 and cropImage is up to date.
Thanks,
thomas
The text was updated successfully, but these errors were encountered:
Hello,
I'm having problems deleting and removing images from a cropImage field via the API. I tried
and also
But no success. The image file gets deleted but the data stays in the field. If I try again, unlink() throws an error since the file doesn't exist. I'm on PW 2.3.0 and cropImage is up to date.
Thanks,
thomas
The text was updated successfully, but these errors were encountered: