Guten Tag
Ich habe zur Zeit ein Problem in WP 3.3.1 mit dem Importer Version 0.5.2
Beim Upload von Fotos ( Dateigröße ist max. 400 KB) bekomme ich folgenden Fehler angezeigt:
Zitat
Warning: copy(/var/www/vhosts/*****.de/httpdocs/wp-content/uploads/2012/02/coca-cola-weihnachtstruck_3_von_55.jpg) [function.copy]: failed to open stream: Permission denied in /var/www/vhosts/*****.de/httpdocs/wp-admin/includes/file.php on line 348
977
Dies ist besagter Anschnitt aus der file.php:
PHP
346- // Copy the temporary file into its destination
347- $new_file = $uploads['path'] . "/$filename";
348- copy( $tmp_file, $new_file );
349- unlink($tmp_file);
Könnt ihr mir helfen das zu beheben? :)
Lokal in XAMP habe ich keine Probleme damit, nur auf dem Server.
Mfg