code_junkie

php file manipulation functions fails on my localhost saying permission denied

Nov 14th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Warning: chmod() [function.chmod]: Permission denied in...
  2. Warning: opendir(/feeds) [function.opendir]: failed to open dir: Permission denied in
  3.  
  4. $old_mask = umask(0);
  5. chmod('/path/to/file', 0755);
  6. umask($old_mask);
Add Comment
Please, Sign In to add comment