Title: i have problem when installing 3.9
Last modified: August 21, 2016

---

# i have problem when installing 3.9

 *  [BekBek20](https://wordpress.org/support/users/bekbek20/)
 * (@bekbek20)
 * [12 years ago](https://wordpress.org/support/topic/i-have-problem-when-installing-39/)
 * i receive this error when installing version 3
 * Warning: copy(C:/wamp/www/wordpress/wp-content/upgrade/wordpress-31.tmp/wordpress/
   wp-admin/js/plugin-install.js) [[function.copy](https://wordpress.org/support/topic/i-have-problem-when-installing-39/function.copy?output_format=md)]:
   failed to open stream: No such file or directory in C:\wamp\www\wordpress\wp-
   admin\includes\class-wp-filesystem-direct.php on line 217

Viewing 1 replies (of 1 total)

 *  [muddg](https://wordpress.org/support/users/muddg/)
 * (@muddg)
 * [12 years ago](https://wordpress.org/support/topic/i-have-problem-when-installing-39/#post-4892558)
 * Below is the code in class-wp-filesystem-direct.php
    starting with line 213 to
   221 `function copy($source, $destination, $overwrite = false, $mode = false) {
   if ( ! $overwrite && $this->exists($destination) ) return false;
 * 217 >>> $rtval = copy($source, $destination);
    if ( $mode ) $this->chmod($destination,
   $mode); return $rtval; }’
 * It is trying to copy a file or a folder.
    This is probably a permission problem.
   Read the last entry on [this support post](http://wordpress.org/support/topic/could-not-create-directory-some-plugin-updates-failing?replies=3#post-5552939)
   where Dave explains how to check permissions on WAMP.

Viewing 1 replies (of 1 total)

The topic ‘i have problem when installing 3.9’ is closed to new replies.

 * In: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
 * 1 reply
 * 2 participants
 * Last reply from: [muddg](https://wordpress.org/support/users/muddg/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/i-have-problem-when-installing-39/#post-4892558)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
