i have wordpress application installed . if tried upload media file show me error missing temporary folder . define path temp directory . edit php.ini file upload_tmp_dir variable. php.ini file content is
upload_tmp_dir = "c:\window\temp"
nothing helped me . appreciated .thanks
1) create 2 folders in wordpress root, /tmp
/wwwtmp
2) set permissions above folders 777
it should solve issue.
if not solve problem, follow steps given in below link https://wordpress.stackexchange.com/questions/165184/missing-a-temporary-folder-despite-settings-in-wp-config-php
Comments
Post a Comment