fazi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t post a commenti’ve already installed two other fresh WP with two diffrent databases for friends, same thing happening
could it be something with subdomains? before my WP was running well in root dir of domain. now these ones are installed on subdomains wordpress.domain.com. ??
Forum: Fixing WordPress
In reply to: image uploader can’t create directoryhttp://codex.wordpress.org/Changing_File_Permissions
this may help a little about chmodsForum: Fixing WordPress
In reply to: image uploader can’t create directoryNo no no 🙂
Create folder “uploads” inside folder “wp-content” that’s all rigth.
But don’t create anything else. You need to give permission (CHMOD) to write in this directory so WP can create sub-directories and save images in it by itself. For WP folder “uploads” must be writable (it is when it has chmod 777 set up).
How to do this? It depends on what FTP menager you use. For example in Flash FXP: connect with your ftp -> find “uploads” (or create one if there isn’t) in wp-content -> right-click on it -> proporties -> attributes (chmod) -> write 777 in field -> confirm -> all donesorry for my english 🙂
Forum: Fixing WordPress
In reply to: image uploader can’t create directoryYou need to change CHMOD of “uploads” (in “wp-content” dir) directory to 777 with your FTP app. If there isn’t such directory as uploads, create one, name it “uploads” and give it permissions (chmod 777).