"my sites was working correctly but last night i had updated the script to latest version (via autoupdate), after update whenever i am trying to upload any image i am getting this error: Can't get target upload source info
Check Conversations please help
Support is delivered right here, in front of everyone. You can send me your website URL via PM but you still need to send me everything else here.
Based on the images this happens on image upload. Send me FTP access to inbox@chevereto.com and include all details, everything. I must say this because some persons send me an IP without even the website URL.
Basically, before v3.9.0 the system worried about both of those being false and now with just one it will return false. Problem was that in your server filesize() was returning a wrong value (0) due to cache. Unfortunately, the operator that I used (!) returns true for filesize = 0; I've updated the operator and I also added a clear cache so it will return non-false anyway.