I want to give users the power to edit files from an easy interface, so
I create a form and a PHP script called "fileUpdate ". It does a
reasonable about of error checking and prints out some errors. It uses
fileperms() to get the permissions of the file, and it includes that
info in any error message. Today I'm getting the following error
message. I've used SmartFtp to go in and set the test file's
permissions to 777, but in this error message I'm being told that
permissions are really 33279. What the heck does that mean?
=============== =============== ======
Error: In fileUpdate(), we wanted to open the file
'ppArrangements Admin/editimageInfoFo rm.php' so we could edit it, but we
were not able to open it. It's permissions were set to '33279'
I create a form and a PHP script called "fileUpdate ". It does a
reasonable about of error checking and prints out some errors. It uses
fileperms() to get the permissions of the file, and it includes that
info in any error message. Today I'm getting the following error
message. I've used SmartFtp to go in and set the test file's
permissions to 777, but in this error message I'm being told that
permissions are really 33279. What the heck does that mean?
=============== =============== ======
Error: In fileUpdate(), we wanted to open the file
'ppArrangements Admin/editimageInfoFo rm.php' so we could edit it, but we
were not able to open it. It's permissions were set to '33279'
Comment