If you are running wordpress on a windows server and upgrading to wordpress 3.5.
If your plugins throw an error after updating add this to your wp-config.php
define( 'WP_TEMP_DIR', ABSPATH . 'wp-content/' );
If you are running wordpress on a windows server and upgrading to wordpress 3.5.
If your plugins throw an error after updating add this to your wp-config.php
define( 'WP_TEMP_DIR', ABSPATH . 'wp-content/' );