Anyone know why im getting this when trying to UPDATE wordpress plugins installed on a server running suphp?
This makes no sense, even my uploads directory, a directory that would normally need a chmod 777 works.
So why is this error showing up about non writable directories when;
1) The files are owned by user:user
2) The max permission possible is 755
3) Its running suphp
Granted my /tmp directory is locked down but that shouldn't prevent wordpress plugins from installing.
Even so, if you add define( 'WP_TEMP_DIR' , ABSPATH . 'wp-content/' ); to your wp-config.php that should redefine the place where downloads should be allowed.
Even this doesn't work.
Anyone know why v3.5.1 of WP is kicking this error on a suphp installation?
Download failed. Destination directory for file streaming does not exist or is not writable.
This makes no sense, even my uploads directory, a directory that would normally need a chmod 777 works.
So why is this error showing up about non writable directories when;
1) The files are owned by user:user
2) The max permission possible is 755
3) Its running suphp
Granted my /tmp directory is locked down but that shouldn't prevent wordpress plugins from installing.
Even so, if you add define( 'WP_TEMP_DIR' , ABSPATH . 'wp-content/' ); to your wp-config.php that should redefine the place where downloads should be allowed.
Even this doesn't work.
Anyone know why v3.5.1 of WP is kicking this error on a suphp installation?