Beiträge von max22

    Hallo,
    habe das selbe Problem.
    Bei mir erscheint

    Code
    Warning: ftp_rawlist() [function.ftp-rawlist]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/web233/html/:/home/www/web233/phptmp/:/home/www/web233/files/:/home/www/web233/atd/) in /home/www/web233/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 204
    
    
    Warning: ftp_rawlist() [function.ftp-rawlist]: Unable to create temporary file. Check permissions in temporary files directory. in /home/www/web233/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 204
    WordPress-Pluginverzeichnis konnte nicht gefunden werden.
    
    
    Pluginaktualisierung fehlgeschlagen

    .

    Also /tmp
    Das sogar, obwohl ich schon versucht hatte den Pfad in die wp-config.php einzutragen!

    Code
    define('WP_TEMP_DIR', ABSPATH . 'wp-content/tmp');
    oder
    define('WP_TEMP_DIR','/home/www/web233/phptmp');

    Wo kann da der Fehler liegen?