Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$8
My site is not uploaded
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
This question has been answered.
cloudnclear | 06/13/12 at 4:35am
Edit
(1) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
06/13/12
4:50amFrancisco Javier Carazo Gil says:Cloudnclear,
You need access FTP or access via SSH to do a chmod and make writable /uploads in wp-content.- 06/13/12 4:52am
cloudnclear says:i do have access.
could you please be more specific what should i do? - 06/13/12 4:53am
Francisco Javier Carazo Gil says: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);
?> - 06/13/12 4:53am
Francisco Javier Carazo Gil says:Ah if you have access via FTP no problem.
Which client do you use? - 06/13/12 4:55am
cloudnclear says:filezila
- 06/13/12 4:55am
Francisco Javier Carazo Gil says: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 - 06/13/12 5:07am
cloudnclear says: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 - 06/13/12 5:14am
Francisco Javier Carazo Gil says: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';
- 06/13/12 5:21am
cloudnclear says:Thank you very much! It's working :-)
Sharon - 06/13/12 5:22am
Francisco Javier Carazo Gil says:Sharon,
Perfect. Please vote me :)
- 06/13/12 4:52am
This question has expired.
Gabriel Reguly, cloudnclear voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
