Jeff VIP
Total posts: 745
07 Aug 2016 05:10

Hi,

I have noticed some warnings in my errorlog:

Trying to get property of non-object in line 144 of components/com_cobalt/library/php/fields/cobaltupload.php

Possible fix:

replace $out[] = $file->realname; with $out[] = $file['realname'];

Best regards, Jeff

Last Modified: 09 Aug 2016


Sergey
Total posts: 13,748
09 Aug 2016 04:18

Yep, you are right.

Powered by Cobalt