Beiträge von mzuckerm

    Hi Leute,
    hatte das gleiche Problem.

    Geholfen hat folgendes

    FALLS EINE WORDPRESS SEITE (BEI STRATO) die Plugins nicht mehr installiert bzw. die Installation nicht weitergeht (Wordpress wurde via Appwizard von Strato installiert):
    1. Bei Strato in den Einstellungen die ServerSide Security so konfiguriere, daß ich SSH Zugriff habt / FTP Zugriff habt
    2. In Eurem Wordpress Verzeichniss müsst Ihr die Datei wp-config.php anpassen

    Diesen Eintrag entfernen:
    [COLOR=#007700][FONT=monospace]if([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]is_admin[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()) {
    [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]add_filter[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'filesystem_method'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]create_function[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'$a'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'return "ftpext";' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]));
    [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'FS_CHMOD_DIR'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0755 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]);
    } [/FONT][/COLOR]

    3. Die Änderungen in der Datei speichern
    4. Nun sollte alles wieder wie gehabt und schnell funktionieren
    [COLOR=#007700][FONT=monospace]
    [/FONT][/COLOR]