Why wordpress cannot write to directory and how to fix it?

To fix this issue: Set WordPress directory and file permissions to allow your webserver’s user account execute+read+write access. (Typically this means setting permissions 0775 for directories and 0664 for files.) However, I don’t quite understand about ownership. I’d recommend a review of Understanding Linux File Permissions at Linux.com – it never hurts to know what’s … Read more

enable SFTP via SSH keys in wordpress

For connection through ssh, you have to specify the ssh user using FTP_USER define( ‘FS_METHOD’, ‘ssh’ ); define( ‘FTP_BASE’, ‘/home/user/wordpress’ ); define( ‘FTP_PUBKEY’, ‘/home/user/.ssh/id_rsa.pub’ ); define( ‘FTP_PRIKEY’, ‘/home/user/.ssh/id_rsa’ ); define( ‘FTP_USER’, ‘user’ ); define( ‘FTP_HOST’, ‘localhost:22’ ); I think you also need to define FTP_BASE. You also need to enable ssh upgrade access. From the … Read more

WordPress Images Not Showing When FTP

Uploading the image is only one part of the process. When you add media to your site via the Media Library, it’s actually added as an attachment, a built-in post type that carries with it a bunch of metadata. Simply FTPing images into the appropriate directory doesn’t create the associated attachment post or set any … Read more

Can I upgrade plugins via FTP?

Short answer: yes you can upgrade your plugins via FTP. Download the new version of the plugin. Disable the plugin you are about to update. Upload files over the top of the plugin. Re-enable plugin If the plugin is written well stats, settings and options should remain intact. As Rarst has already mentioned the automated … Read more

Moving WordPress from host without FTP?

in your case – i will suggest you to use this plugin : http://codecanyon.net/item/super-backup-clone-migrate-for-wordpress/12943030 This plugin can make the backup of the site on Google drive,Dropbox amazon and etc, and after that you can sync your site with cloud (your old site and new site will be connected via cloud). So you don’t need to … Read more

Editing page content through FTP?

If the content is dynamically written, you won’t be able to change this through ftp. At the template files the content is called by typing <?php the_content(); ?>(or the_content(); ) if already scripting in php. You need to get his WordPress login information to log in to his website, over there you can see pages, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)