Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

My site is not uploaded WordPress

  • SOLVED

I use "Pluto" theme from Themegoods.
I have deleted the images in the background from the "Galleries" and now the site is not uploading.
I do have access to the FTP server.

Thanks!
Sharon
www.saltaa.com

Answers (1)

2012-06-13

Francisco Javier Carazo Gil answers:

Cloudnclear,

You need access FTP or access via SSH to do a chmod and make writable /uploads in wp-content.


cloudnclear comments:

i do have access.
could you please be more specific what should i do?


Francisco Javier Carazo Gil comments:

You should have in this directory: 755

Try with a file of PHP (I don't think your server could do this via PHP but trying is another option): http://php.net/manual/es/function.chmod.php

<?php
chmod("path/to/uploads", 0755);
?>


Francisco Javier Carazo Gil comments:

Ah if you have access via FTP no problem.

Which client do you use?


cloudnclear comments:

filezila


Francisco Javier Carazo Gil comments:

If you use FileZilla:
1. Connect to server using your credentials
2. Go to wp-content
3. Click right button over uploads and select change file attributes
4. Click the same options that are clicked in this image: http://affiliate-minder.com/images/ChangingFilePermissionsUsingFilezilla_7DBE/filepermissions2.jpg
5. Accept and that's all


cloudnclear comments:

Thank you very much for your explanation.
I have followed your instructions, marked wp_content 755, inluding ALL sub directories and still.. can't access the wp login


Francisco Javier Carazo Gil comments:

Cloudnclear,

One thing is not be able to access to wp-login and another different thing is not being able to go in wp-login.

Well try uploads with 0777 permission (only uploads).

You have user/password? From MySQL you can:
UPDATE wp_users SET user_pass = MD5( 'passsword' ) WHERE user_login = 'your_user';


cloudnclear comments:

Thank you very much! It's working :-)
Sharon


Francisco Javier Carazo Gil comments:

Sharon,

Perfect. Please vote me :)