when i try to upload image or add plugin to my wordpress website i get this errer
the temporary save folder is wrong
i try to fix this by creating temp folder in wp-content and fixing wp-config.php by adding this colde line
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
but stay get the same errer, what i can do to fix this?