09/10/2013 at 7:39 am
#268861
Keymaster
@ Robert
I’m thinking your going to have to contact your host to fix the issue. Connections uses the “simple” standard PHP upload. This uploads to the hosts temp folder first, then is moved to the “connection_images” folder. The error you’re getting is saying it can not upload to that temp folder. The temp folder usually defaults to /tmp off root unless the path is changed in the php.ini file. You would need to ask them to make sure that the tmp folder is writable for PHP uploads.
Let me know if that helps.
