shevdog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.5 on IIS7 unable to update plug-ins and themesSorry for the delay, since I’ve been busy on non-wp related projects.
Changing permissions to /%Windows%/Temp/ did not work, yet adding the following to the wp-config.php file did work:
define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/’ );
Thanks again for your help!
Forum: Fixing WordPress
In reply to: 3.5 on IIS7 unable to update plug-ins and themesI’ll try the steps for setting permissions on the windows temp directory later this week and will post results.
Forum: Fixing WordPress
In reply to: 3.5 on IIS7 unable to update plug-ins and themesThis is the auto-upgrader.
When updating themes:
An error occurred while updating Twenty Eleven: Download failed. Destination directory for file streaming does not exist or is not writable..When updating plugins:
An error occurred while updating A5 Custom Login Page: Download failed. Destination directory for file streaming does not exist or is not writable..On one of my sites, prior to upgrading to 3.5, I tested updating both plugins and themes. No issue. After upgrading to 3.5 I am having this issue. I’m running IIS7. And yes, the IUSER account is set, as per previous troubleshooting steps for the same issue in previous versions of WordPress.