PHP open_basedir Error Updating WordPress Plugins

WordPress Plugin Update error
I’ve been religiously using the recently introduced Plugin Update within WordPress to keep all my installed WordPress plugins up to date, a recent change in my server environment broke this and every time I attempted to update a plugin a stream of PHP would come up!
Below I provide my solution, a single line PHP snippet to be added to the wp-config.php file within WordPress’s root directory.
define('WP_TEMP_DIR','/tmp');
This PHP snippet may need to be adapted to the server configuration of your web host. Try it, it worked for me!
About the article
This article was written on 2008-11-14 at 22:32:13+0000, filed under Internet and tagged Bug, Wordpress.
Enjoy this article? Get future updates sent to you for free! Join by subscribing to the Visser Labs RSS feed.
Did this article solve that killer problem you've been working hard at for the last day?
Give back by making a small donation, it's quick, easy and a great thank you! Make a small donation today »










No Comments
There are currently no comments for this article.
RSS feed for comments on this page.
Sorry, the comment form is closed at this time.