Hey
Im trying to upload a plugin on wordpress, but i keep encountering the error
" 1. Warning: File upload error - unable to create a temporary file in Unknown on line 0 Missing a temporary folder."
I have seen several youtube videos where they paste in the code
“define(‘WP_TEMP_DIR’, dirname(FILE) . “/wp-content/temp/”);”
in wp-config.php file, but it doesnt help, neither does creating the folder “temp” in that directory mentioned in the code.
how can i fix this issue?