Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,158,402 members, 7,836,613 topics. Date: Wednesday, 22 May 2024 at 10:34 AM

How To Upgrade Your Wordpress With Using FTP - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / How To Upgrade Your Wordpress With Using FTP (566 Views)

How To Creat Like Naijaloaded Site Using Wordpress With Code For Free / How Do I locate My Smf Boardindex.template.php File Via Ftp / How To Upload Files Using Ftp Need Help (2) (3) (4)

(1) (Reply)

How To Upgrade Your Wordpress With Using FTP by Ebi3go(m): 11:10am On Aug 15, 2013
In some cases, you are not able to update/upgradeyourWordPress and pluginsto a newer version without providing your FTP connection information. This is a common issue where by the WordPress system can’t writetoyour/wp-contentfolder directly.
To solve this issue you need to define the FTP details in your wp-config.php file so WordPress will remember it. Alternatively, you may also provide WordPress with write access to your
/wp-content
folder by accessing the FTP root file and changing the folder file permission (CHMOD)to775 rather than the default 755 and 644.
There is however an easier way to deal with this; by defining constant,FS_METHODin yourwp-config.php
file. This bypasses WordPress’s recurring prompts, and allows auto-updates of your filestohappen. And it takes only 1 line of codetodo this.
1. Open /Wp-Config.php
Now the first thing you need to do is to open thewp-config.php file from your WordPress root folder (you may access this file from your
WordPress installerfolder). From the installation folder, the file is located at
wordpress/wp-config.php
2. Insert FS_METHOD
Paste the following code to your wp-config.php file, preferably just below every other line of code.
define('FS_METHOD','direct');
3. Save And Upload
When you have already pasted the one-line code, you can proceed to upload the file to your WordPress root folder on your server, and it should work right away. Uploading can be done directly from your host control panel.
Conclusion
The FTP issue normally happens when you are on shared hosting and when WordPress is having a conflict with permissions and ownerships. With this ‘direct’ method implemented, you will be abletoupdate or upgrade your WordPress and plugins installation stonewer versions without having to provide any FTP details.

(1) (Reply)

5 Active Bloggers Or Writers Needed For Immediate Employment. / The Difference Between The Internet And The World Wide Web / Web Design Pro Tutor

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.