Jeff VIP
Total posts: 745
01 Июнь 2015 01:55

Hi,

A system message Warning: Failed to move file! shows when I'm trying to save a record that contains an emerald protected image field, but without uploading an image.

Is this a bug?

Best regards, Jeff

Последние изменения: 02 Июнь 2015


Sergey
Total posts: 13,748
01 Июнь 2015 12:57

Yes it is a bug. In image.php change line 152

if(!$file['error'])

to

if(!$file['error'] && !empty($file['name']))

Jeff VIP
Total posts: 745
02 Июнь 2015 03:56

Thanks, Sergey.

Работает на Cobalt