• i have a WordPress Blog which is hosted on my Linux server,now in my dashboard i seen this msg on Header ” WordPress 3.1 is available! Please update now.”

    but when i updates WordPress shown this MSg like

    Downloading update from http://ww.wp.xz.cn/wordpress-3.1.zip…

    Download failed.: Could not create Temporary file.

    Installation Failed

    So please Tell me what i do

    hows to solve this Problem…

    Thanks

    Sanket Barot
    [sig moderated as per the Forum Rules]

Viewing 1 replies (of 1 total)
  • If you’re running your web server as user www-data you’ll want to ensure that all the files under your document root are owned by www-data. For example, you can go to your document root (e.g.: /srv/www/htdocs/) and do a change own: chown -R www-data.www-data <yourWebDirectory>

    Of course, you’ll have to be superuser to do this or preface the command with a sudo.

    This is the most common cause of indigestion I get like you report.

Viewing 1 replies (of 1 total)

The topic ‘about Updates Like Not Update’ is closed to new replies.