• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

/tmp folder issues

B

bjsteiger

Guest
We have a site that uploads images. The creator of the software said the reason our images are not uploading is because we are missing a TMP folder on the root.

Here is the error message:

Code:
File upload returns the following error: UPLOAD_ERR_NO_TMP_DIR - Value: 6; Missing a temporary folder.

I'm totally a newbie on this, but I looked in the root and I see a TMP folder.

What do I need to do to solve this upload problem

Any help would be appreciated! Thank you
 
Just as an update... I checked php.ini and it says:

Code:
;Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

It has always been this way and I have never had issues with any other site uploading files to the server via an http form.
 
Back
Top