• Resolved getmount

    (@getmount)


    Dear Friends

    I recently installed wordpress blog( wordpress-2.9.2) to my website. my website hosting in yahoo web hosting .

    all things ok but when i uploading image “missing a temporary folder” error is coming. and i am not able to upload image . i am not programmer.

    Please anybody help on this issue .thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Shane G.

    (@shane-g-1)

    Hi,

    You can easily overcome this problem and for that need to edit php.ini file located in etc/ folder. Uncomment the line upload_tmp_dir and pointing the variable to a folder using an absolute path. In Linux possible steps are:

    1) Login into the commnad line to the server as an administrator.
    2) create a temporary folder for all apache tasks in your user folder and grant all right to all users:

    mkdir mytmp && chmod 777 mytmp

    3) Edit php.ini with text editor and set the temporary folder:

    upload_tmp_dir = /home/username/mytmp/

    save the file and restart apache.

    Thanks,

    Shane G.

    Thread Starter getmount

    (@getmount)

    Dear Shane G.

    Thanks for your reply. but i am using yahoo web hosting. i think this is not linex.

    and also there is no etc folder in wordpress and also php.ini files

    any one help about this issue thank your

    Thread Starter getmount

    (@getmount)

    Dear Friend I finally solved this issue by simply creating tmp folder in my root like http://www.mydomain.com/tmp . but i wordpress installed in another directory

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Imagae Uploading” missing a temporary folder” problem’ is closed to new replies.