You have open_basedir restrictions on your server. To get uploads to work you need to create a 'tmp' subdirectory under your /home/leetnet/ directory and chmod it to 777. Then in the Admin CP set "Upload In Safe Mode?" to 'Yes' and point the "Safe Mode Temp Directory" to that directory. If you placed the tmp directory in the right place, the path to the Safe Mode Temp Directory will be:
/home/leetnet/tmp
Or get your host to disable open_basedir restrictions.
|