In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article is about solving problems that do not exist in the phpcms directory. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.
What if the phpcms directory does not exist?
Phpcms upload prompt cannot find temporary folder / directory (workaround)
[temporary folder cannot be found in phpcms backend upload] this error is customized. For example, this is prompted when a shop program is uploaded, and when a CMS is uploaded, it says "you did not choose the file to be uploaded]. Each php system has different views, but it is actually caused by an error that the temporary folder to be used by php does not have write permission. At this point, the error code value of $_ FILES ['XXX'] [' error'] is 6.
First of all, you need to open the php.ini file and configure the PHP environment under IIS. The php.ini file is usually placed in% system%/windows. Here we open php.ini and find
; upload_tmp_dir =; upload_tmp_dir =
There is no path behind here, that is, we have not set up a temporary folder. Oddly enough, many Chinese servers do not have this item set on php.ini, which is normal, but not on English servers.
Then set it yourself.
Remove the (;) semicolon before the upload_tmp_dir entry and add a path after it, such as:
Upload_tmp_dir = "C:/windows/temp"
Add read and write permissions to the directory C:/windows/temp to join the website anonymous access user group.
It should also be noted that for the upper-level directory windows, the "list directories" permission of the users user must also be set, otherwise it will not be valid. I was puzzled by this problem for a long time, and finally the problem was solved!
Thank you for reading! So much for solving the problems that do not exist in the phpcms directory. I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.