Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Are you using IIS or LAMP for hosting? This has to do with WP not being able to get to the designated tmp directory. The fix depends on your operating system (according to the stuff I googled).

    Thread Starter WebDesignAndHostingServices

    (@webdesignandhostingservices)

    Hi Steve its a LAMP server with cPanel + Centos 7

    The website link is https://host2.co.uk

    Thread Starter WebDesignAndHostingServices

    (@webdesignandhostingservices)

    I’ve managed to resolve the issue, i’ll add it below that are getting the error related to PLCZIP_ERR_MISSING_FILE (-4)

    In your file manager to go /wp-content and create a new folder, call it TEMP

    Now go to your wp-config.php file and locate
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    underneath add the following line
    define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/TEMP’);

    Save and it should now be working.

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

The topic ‘Cant download/update any plugins’ is closed to new replies.