(Anhgolden's Blog) - UID of script “/home/…/public_html/index.php” is smaller than min_uid
Khi tạo file hoặc up file từ localhost lên server (linux) bị lỗi như trên. Nguyên nhân liên quan đến User/Ownership của file và thư mục được up lên.
Kiểm tra User and Ownership bằng lệnh:
# ls -la
Thay đổi User/Ownership bằng lệnh:
# chown -R {root}:{root} /home/…/public_html/{file.php}
No comments:
Post a Comment