uploaded file from wordpress copy error

2 posts / 0 new
Last post
#1 Sat, 05/15/2010 - 07:37
joinfok

uploaded file from wordpress copy error

Hí!

I have a 2 problem in the wordpress2.9 file uploading and .htacces file write.

1: Upload the file in post, the file is uploading on the server (Virtualmin3.7.6 GLP CentOS 5.4) (wher is the temp file?? ), but the temp file copy to the WP directory unsuccess.

err_msg: I can' not copy uploaded file to the /home/userdir/public_html/wp_content/uploaded/... /.

WP installed /home/username/public_html/.... DIR premission 755

2: I set in the woprdpress post user frendly short links %POST% , and the SAVE settings write the error message:

The wordpress can' not access write .htacces file, pleas write manualy this code <..... >

The .htacces file premmission: 0600, and probe 0666. This file create, chown, probe: apache, user_name group probe: apache, users. user_name

This error have again.

Pleas help this errors repair!

Thanks!

Balazs

Tue, 05/18/2010 - 14:56
andreychek

If you're using mod_php (rather than CGI or fcgid), and the files in your dir are owned by Apache, then you'd need to make sure that both "/home/username" and "/home/username/public_html" have permissions "755", so that Apache can read the files in the public_html folder.

-Eric

Topic locked