|
Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo |
|
English FAQ - Failed to open stream: Permission denied
paszczak000 - Pon 01 Maj, 2006 Temat postu: Failed to open stream: Permission denied Kod | Warning: copy(./images/...): failed to open stream: Permission denied |
You must set correctyl a CHMD (chmod is a Unix command that lets you tell the system how much (or little) access it should permit to a file)
Some servers require writepermission to write a file via HTTP (our forum) for example avatars, images, files. These rights you can change in the FTP client which has the commandline (such as Windows Commander, Total Commander) writing "chmod 777 fileordirname"
After installation of forum you don't have to do a thing, but if there are problems with upload files you must change write permission to following directories:
Directories:
Kod | /album_mod/upload
/album_mod/upload/cache
/album_mod/upload/cache/tmp
/album_mod/upload/tmp
/images/avatars
/images/avatars/upload
/images/avatars/upload/tmp
/images/avatars/tmp
/images/photos
/images/photos/tmp
/images/signatures
/images/signatures/tmp
/files
/files/tmp
/pafiledb
/pafiledb/uploads
/pafiledb/uploads/tmp
/tmp |
(the tmp directories are not present in original phpBB but some servers require tmp dirs in many strange places, so I created them)
Files:
Kod | admin/admin_logs.php
language/lang_*****/lang_bbcode.php
language/lang_*****/lang_faq.php |
More: http://www.zachjorgensen.net/za/chmodtutor.html
|
|