• hi there,
    I can’t upload or update anything on my website,
    I always get the error: Verzeichnis konnte nicht angelegt werden.

    now I tried to edit the wp-config.php file and wanted to upload it, but that doesn’t work neither,
    so now, it tells me that the wp-config.php file has 0 byte and the website is just a white screen.

    can you please help me.
    thanks.
    Verena

Viewing 1 replies (of 1 total)
  • Hello @verenathaller

    There is a rare error in WordPress that may occur when you install updates or plugins:

    “Verzeichnis konnte nicht angelegt werden”

    There may be several reasons for this.

    1 The directory rights are set incorrectly
    2 There is no / tmp directory in the / wp-content directory (there is no default)
    3 Old data in the cache (caused by cache plugins)
    4 Wrong or missing entry in the wp-config file

    Solutions for this:

    1 Set directory rights via FTP correctly (directories 755 and files 750)
    2 Create a directory / tmp in the / wp-content directory
    3 Clear / Reload Cache
    4 The following entry in the wp-config set (but folds only if point 2 was also made)

    Define ('WP_TEMP_DIR', ABSPATH. 'Wp-content / tmp');

    Hope this will help.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘can’t upload anything on wordpress’ is closed to new replies.