Jeff VIP
Total posts: 745
01 Jun 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

Last Modified: 02 Jun 2015


Sergey
Total posts: 13,748
01 Jun 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 Jun 2015 03:56

Thanks, Sergey.

Powered by Cobalt