PHP Permissions issue with FTP_PUT
-
I'm a relative new beginner to PHP installs. I have permissions set for the users and the directories and the temp directories. The PHP.ini file is set to use the ftproot directory as the temp directory instead of the windows temp as well. My problem is I keep getting Error Code 6 on the ftp upload (no temp directory). This leads me back to something I did wrong with the permissions or the directories. Can someone with greater knowledge of PHP setups help guide me to what to check again? Thanks in advance. Rottie Update 2-25-14 In response to the message deleted: The upload limit is set to 100M in both the POST_MAX_SIZE and the UPLOAD_MAX_FILESIZE. I'm getting the FILE(name) populated, but a blank FILE(tmp_name) with a FILE(error) code of 6. Did I miss a size setting? I'll keep reading and trying things. If anyone has any ideas, please let me know. Thanks.
-
I'm a relative new beginner to PHP installs. I have permissions set for the users and the directories and the temp directories. The PHP.ini file is set to use the ftproot directory as the temp directory instead of the windows temp as well. My problem is I keep getting Error Code 6 on the ftp upload (no temp directory). This leads me back to something I did wrong with the permissions or the directories. Can someone with greater knowledge of PHP setups help guide me to what to check again? Thanks in advance. Rottie Update 2-25-14 In response to the message deleted: The upload limit is set to 100M in both the POST_MAX_SIZE and the UPLOAD_MAX_FILESIZE. I'm getting the FILE(name) populated, but a blank FILE(tmp_name) with a FILE(error) code of 6. Did I miss a size setting? I'll keep reading and trying things. If anyone has any ideas, please let me know. Thanks.
INE file use to increase the size of any file. This code error is received when you exceed the maximum limit. Click here for latest technology news