Quote:
Originally Posted by snnggledel
Hello i'm getting this when i try to upload a picture
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1174
Warning: copy(dbtech/gallery/images/upload/1/2/thumb/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1176
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1183
Warning: copy(dbtech/gallery/images/upload/1/2/wm/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1185
Warning: mkdir() [function.mkdir]: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1192
Warning: copy(dbtech/gallery/images/upload/1/2/full/index.html) [function.copy]: failed to open stream: Permission denied in [path]/dbtech/gallery/includes/class_core.php on line 1194
help please
|
Check the permissions on the folder
dbtech/gallery/images/upload/
That folder and all sub folders need to have permissions for php to be able to make directories and create files. Some servers it needs to be 755, others need 777. 755 is the preferable permissions it it works.
Dylan