Error: Cannot create write file. Error: Cannot create write file.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Error: Cannot create write file.

Started by Kiyo, December 14, 2004, 07:56:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kiyo

Gallery url: http://gallery.thekinship.net
Test username: Test
Test password: test123

The album was created yesterday and ten pictures were uploaded. Everything went smooth. Today, another user tried uploading pictures, but gets the following message
QuoteError Report
The following uploads encountered errors:    
URI/URL Uploads:    
File Name/URL   Error Message   
1. http://www.clan-assembly.org/kinship/images/Europe038.jpg   Cannot create write file.

The directories and their CHMOD are as follows:
albums/ - 777
albums/edit/  - 666  (Note: I'm not allowed to change this from the FTP. I get "SITE CHMOD 777 edit 550 edit: Operation not permitted")
albums/userpics/ - 777
|_10001 - 777
|_10002 - 777

What has changed since yesterday and what makes the problems?

I try uploading both file and URL from my account, but it's not happening. I get the same message, plus at the top of the page, this is displayed:

QuoteWarning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/1/c/clan-assembly/coppermine/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/1/c/clan-assembly/coppermine/upload.php on line 440
Warning: unlink(./albums/edit/.): Permission denied in /home/1/c/clan-assembly/coppermine/upload.php on line 453
Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/1/c/clan-assembly/coppermine/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/1/c/clan-assembly/coppermine/upload.php on line 440
Warning: unlink(./albums/edit/..): Permission denied in /home/1/c/clan-assembly/coppermine/upload.php on line 453

Joachim Müller

make sure the "edit" folder exists within your "albums" folder.

Joachim

Kiyo

It does. Sorry for not clarifying. I have edited the first post to reflect this.

Joachim Müller

Quote from: Kiyo on December 14, 2004, 07:56:58 AM
albums/edit/  - 666  (Note: I'm not allowed to change this from the FTP. I get "SITE CHMOD 777 edit 550 edit: Operation not permitted")
You will need rwx permissions - if you can't CHMOD to 777, try 755. If this is impossible as well, contact your webhost for support.

Joachim

Kiyo

Ok...can't do either 777 nor 755. Will contact host.

Casper

You can also try renaming the edit folder, then creating a new one with the correct permissions.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Kiyo