I noticed that now I cannot upgrade my plugins using the Wordpress auto-install ....I get a permissions error saying I cannot write to the directory, and the install aborts after saving a back up copy of the plugin directory. I have to manually move the plugin directory back into the plugins directory under /wp-content. What has changed in the directories under which Worpdress is installed? I successfully upgraded the wordpress version from 3.3 to 3.3.1, using the Wordpress dashboard upgrade, but Plugins fail .
It might be possible that the web application "Wordpress" is using the directory while trying to upgrade the plugin. You can try two things First in the Plug-In section from within Wordpress. Try to disable the Plug-In. Now try to upgrade it and see if that works. If that still does not work try to recycle your web application from within your control panel Here (Make sure the plug-in is still disabled) Now try to upgrade the plug-in. I hope this helps
Hi, In this thread: http://forum.Winhost.com/showthread.php?t=10005&highlight=wordpress they comment about the same porblem, but this stesps does'nt work. I lost permission in the folder via ftp too, what's happening?
I was sent this fix by support ticket staff: http://www.geeksvilla.com/download-failed-destination-directory-for-file-streaming-does-not-exist/ the specific code given : define('WP_TEMP_DIR', ABSPATH . 'wp-content/'); should be placed in wp-config down in the section commented as such: /** define(‘WP_TEMP_DIR’,$path’); **/ upload it to your WP install root. mine began allowing plugin updates from the Dashboard plugins page again. Whew!