chmod (): Operation not permitted in PHP script. How to fix it

Source: Internet
Author: User
chmod (): Operation not permitted in PHP script.
A PHP script, if the new registered user uploads the file, mkdir (the user name of the new folder), chmod (the folder under the upload, 0777).
Result hint error chmod (): Operation not permitted a line in the PHP script
SSH view the permission to upload the file, if not chmod, the default is 0644. And I want to make the file into 0777 permissions, because the user after uploading if not satisfied, but also can be modified.

That's probably the PHP script.

if ($_post[' file ']) {
mkdir () file_put_content () chmod () mysql_query ()
}
------to solve the idea----------------------
Setup is chmod a+x.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.