• Resolved DaphneH

    (@daphneh)


    After manually updating wordpress I am still not able to update my plugins. Here is the warning I get:

    Warning: touch() [function.touch]: Unable to create file /public/sites/www.daphneholthuizen.nl//public/tmp/backupwordpress.tmp because No such file or directory in /public/sites/www.daphneholthuizen.nl/wp-admin/includes/file.php on line 155

    Warning: unlink(/public/sites/www.daphneholthuizen.nl//public/tmp/backupwordpress.tmp) [function.unlink]: No such file or directory in /public/sites/www.daphneholthuizen.nl/wp-admin/includes/file.php on line 500

    I already tried to add this to my config.php file but it is not working:
    define( ‘WP_TEMP_DIR’ , ABSPATH . ‘wp-content/’ );

    There is a tmp folder in public but there is nothing in there.

    PLEASE help me!!

    Thanks,
    Daphne

Viewing 1 replies (of 1 total)
  • Thread Starter DaphneH

    (@daphneh)

    Ok I solved it.
    Maybe usefull for someone else also:

    I removed this:

    DEFINE(‘WP_TEMP_DIR’, ABSPATH . ‘/PUBLIC/TMP’)

    from my config.php file and tadadaa it was working again!

    Daphne

Viewing 1 replies (of 1 total)
  • The topic ‘Update plugins keeps failing’ is closed to new replies.