Erstellte Forenantworten

Ansicht von 13 Antworten – 1 bis 13 (von insgesamt 13)
  • Themenersteller ak777

    (@ak777)

    Gesundes neue Jahr wünsche ich euch.

    so Fehler gefunden
    lag an .htaccess Datei
    irgendwas hat am 30.11 um 14.21 die alte .htaccess als Backup hingelegt und die das rewrite in die aktuelle geschrieben. aus unerklärlichen gründen hab mal versucht ein Plugin von miniorange zu installieren? was ich auch nicht mitgekriegt habe
    miniorange Plugin

    Themenersteller ak777

    (@ak777)

    dieses Block ist .htaccess

    Themenersteller ak777

    (@ak777)

    mit `

    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von ak777 geändert.
    Themenersteller ak777

    (@ak777)

    # BEGIN W3TC Browser Cache
    <IfModule mod_mime.c>
        AddType text/css .css
        AddType text/x-component .htc
        AddType application/x-javascript .js
        AddType application/javascript .js2
        AddType text/javascript .js3
        AddType text/x-js .js4
        AddType video/asf .asf .asx .wax .wmv .wmx
        AddType video/avi .avi
        AddType image/avif .avif
        AddType image/avif-sequence .avifs
        AddType image/bmp .bmp
        AddType application/java .class
        AddType video/divx .divx
        AddType application/msword .doc .docx
        AddType application/vnd.ms-fontobject .eot
        AddType application/x-msdownload .exe
        AddType image/gif .gif
        AddType application/x-gzip .gz .gzip
        AddType image/x-icon .ico
        AddType image/jpeg .jpg .jpeg .jpe
        AddType image/webp .webp
        AddType application/json .json
        AddType application/vnd.ms-access .mdb
        AddType audio/midi .mid .midi
        AddType video/quicktime .mov .qt
        AddType audio/mpeg .mp3 .m4a
        AddType video/mp4 .mp4 .m4v
        AddType video/mpeg .mpeg .mpg .mpe
        AddType video/webm .webm
        AddType application/vnd.ms-project .mpp
        AddType application/x-font-otf .otf
        AddType application/vnd.ms-opentype ._otf
        AddType application/vnd.oasis.opendocument.database .odb
        AddType application/vnd.oasis.opendocument.chart .odc
        AddType application/vnd.oasis.opendocument.formula .odf
        AddType application/vnd.oasis.opendocument.graphics .odg
        AddType application/vnd.oasis.opendocument.presentation .odp
        AddType application/vnd.oasis.opendocument.spreadsheet .ods
        AddType application/vnd.oasis.opendocument.text .odt
        AddType audio/ogg .ogg
        AddType video/ogg .ogv
        AddType application/pdf .pdf
        AddType image/png .png
        AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
        AddType audio/x-realaudio .ra .ram
        AddType image/svg+xml .svg .svgz
        AddType application/x-shockwave-flash .swf
        AddType application/x-tar .tar
        AddType image/tiff .tif .tiff
        AddType application/x-font-ttf .ttf .ttc
        AddType application/vnd.ms-opentype ._ttf
        AddType audio/wav .wav
        AddType audio/wma .wma
        AddType application/vnd.ms-write .wri
        AddType application/font-woff .woff
        AddType application/font-woff2 .woff2
        AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
        AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType text/css A31536000
        ExpiresByType text/x-component A31536000
        ExpiresByType application/x-javascript A31536000
        ExpiresByType application/javascript A31536000
        ExpiresByType text/javascript A31536000
        ExpiresByType text/x-js A31536000
        ExpiresByType video/asf A31536000
        ExpiresByType video/avi A31536000
        ExpiresByType image/avif A31536000
        ExpiresByType image/avif-sequence A31536000
        ExpiresByType image/bmp A31536000
        ExpiresByType application/java A31536000
        ExpiresByType video/divx A31536000
        ExpiresByType application/msword A31536000
        ExpiresByType application/vnd.ms-fontobject A31536000
        ExpiresByType application/x-msdownload A31536000
        ExpiresByType image/gif A31536000
        ExpiresByType application/x-gzip A31536000
        ExpiresByType image/x-icon A31536000
        ExpiresByType image/jpeg A31536000
        ExpiresByType image/webp A31536000
        ExpiresByType application/json A31536000
        ExpiresByType application/vnd.ms-access A31536000
        ExpiresByType audio/midi A31536000
        ExpiresByType video/quicktime A31536000
        ExpiresByType audio/mpeg A31536000
        ExpiresByType video/mp4 A31536000
        ExpiresByType video/mpeg A31536000
        ExpiresByType video/webm A31536000
        ExpiresByType application/vnd.ms-project A31536000
        ExpiresByType application/x-font-otf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType application/vnd.oasis.opendocument.database A31536000
        ExpiresByType application/vnd.oasis.opendocument.chart A31536000
        ExpiresByType application/vnd.oasis.opendocument.formula A31536000
        ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
        ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
        ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
        ExpiresByType application/vnd.oasis.opendocument.text A31536000
        ExpiresByType audio/ogg A31536000
        ExpiresByType video/ogg A31536000
        ExpiresByType application/pdf A31536000
        ExpiresByType image/png A31536000
        ExpiresByType application/vnd.ms-powerpoint A31536000
        ExpiresByType audio/x-realaudio A31536000
        ExpiresByType image/svg+xml A31536000
        ExpiresByType application/x-shockwave-flash A31536000
        ExpiresByType application/x-tar A31536000
        ExpiresByType image/tiff A31536000
        ExpiresByType application/x-font-ttf A31536000
        ExpiresByType application/vnd.ms-opentype A31536000
        ExpiresByType audio/wav A31536000
        ExpiresByType audio/wma A31536000
        ExpiresByType application/vnd.ms-write A31536000
        ExpiresByType application/font-woff A31536000
        ExpiresByType application/font-woff2 A31536000
        ExpiresByType application/vnd.ms-excel A31536000
        ExpiresByType application/zip A31536000
    </IfModule>
    <IfModule mod_deflate.c>
        <IfModule mod_filter.c>
            AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon application/json application/vnd.ms-access video/webm application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
        <IfModule mod_mime.c>
            # DEFLATE by extension
            AddOutputFilter DEFLATE js css htm html xml
        </IfModule>
        </IfModule>
    </IfModule>
    <FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header unset Set-Cookie
        </IfModule>
    </FilesMatch>
    <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|TXT|XSD|XSL|XML)$">
        FileETag MTime Size
    </FilesMatch>
    <FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|avif|avifs|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|ogv|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|AVIF|AVIFS|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|OGV|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
        FileETag MTime Size
        <IfModule mod_headers.c>
            Header unset Set-Cookie
        </IfModule>
    </FilesMatch>
    <IfModule mod_headers.c>
        Header set Referrer-Policy "no-referrer-when-downgrade"
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind
    # dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
    # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300
    # BEGIN MINIORANGE MEDIA RESTRICTION
    # Die Anweisungen (Zeilen) zwischen „BEGIN MINIORANGE MEDIA RESTRICTION“ und „END MINIORANGE MEDIA RESTRICTION“ sind
    # dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
    # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
    RewriteCond %{REQUEST_FILENAME} ^.*(png|jpg|gif|pdf|doc)$ [OR]
    RewriteCond %{REQUEST_URI} protectedfiles 
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
    RewriteRule . ./home-2 [R=302,NC]
    # END MINIORANGE MEDIA RESTRICTION
    
    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von Bego Mario Garde geändert.
    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von ak777 geändert.
    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von Bego Mario Garde geändert.
    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von ak777 geändert.
    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von Bego Mario Garde geändert.
    Themenersteller ak777

    (@ak777)

    Vater von Peter Parker danke 🙂 🙂 🙂
    nur spaß bei Seite was mache ich mit .htaccess
    da ich kein zugriff hatte hab ich nichts eingebaut

    Themenersteller ak777

    (@ak777)

    danke hab jetzt zugriff 🙂

    Themenersteller ak777

    (@ak777)

    dachte ich, hab blöde weise kein zugriff auf Server wo WP installiert ist.
    versuch zugriff zu beantrage dauert wahrscheinlich Monat 🙁

    Themenersteller ak777

    (@ak777)

    keine professionale frage wo schaue ich es nach?
    wahrscheinlich in wp-config.php

    • Diese Antwort wurde vor 4 Jahren, 9 Monaten von ak777 geändert.
    Themenersteller ak777

    (@ak777)

    danke hab noch 12 gefunden mit http: aber gleiche geblieben

    Themenersteller ak777

    (@ak777)

    eins verstehe ich nicht warum hat es ganzes Jahr funktioniert und vor kurzem nicht mehr 🙁

    Themenersteller ak777

    (@ak777)

    doch doch hab ich gemacht
    „Really Simple SSL“ Plugin ist deaktiviert
    über „Better Search Replace“ hab ich Tabellen über Suche „http://www.ostseeoase-enviam.de/&#8220; und Ersetzen auf „https://www.ostseeoase-enviam.de/&#8220; gemacht
    leider sind alle Medien mit dem Pfad „http://www.ostseeoase-enviam.de/wp-content/uploads/2021/02&#8220; immer noch versehen und unter Einstellungen->Allgemein WordPress-Adresse (URL) und Website-Adresse (URL) steht jetzt nach dem ich Plugin deaktiviert hab „http://www.ostseeoase-enviam.de“
    LG Andre

    Themenersteller ak777

    (@ak777)

    ja das hab ich auch gemacht aber ein Jahr her hat auch alles funktioniert und alle Medien haben Anfang https so wie die Seiten und Unterseiten.

    es kann an diesem Fehler liegen, weis aber nicht wie ich es wegmache
    Seite untersuchen:
    „Mixed Content: The page at ‚https://www.ostseeoase-enviam.de/&#8216; was loaded over HTTPS, but requested an insecure favicon ‚http://www.ostseeoase-enviam.de/home-2&#8216;. This request has been blocked; the content must be served over HTTPS.“

    Browser versucht Bild zu laden, bekommt ein rewrite auf home-2 vom WordPress, versucht das dann zu laden -> schlägt fehl

    Irgendwo im WordPress gibt es also eine Einstellung -> Wenn nicht angemeldet, dann alle Bilder rewriten auf „home-2“. Was auch immer das ist weiß ich nicht, wofür das gut sein soll auch nicht. Das muss aber eine Konfiguration am WordPress selbst sein.

    bin verzweifelt weis nicht wo ändere ich home-2

    Themenersteller ak777

    (@ak777)

    
    ### wp-core ###
    
    version: 5.8.2
    site_language: de_DE
    user_language: de_DE
    timezone: Europe/Berlin
    permalink: /%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 2
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /var/www/html
    wordpress_size: 48,29 MB (50632582 bytes)
    uploads_path: /var/www/html/wp-content/uploads
    uploads_size: 486,51 MB (510143349 bytes)
    themes_path: /var/www/html/wp-content/themes
    themes_size: 18,67 MB (19576347 bytes)
    plugins_path: /var/www/html/wp-content/plugins
    plugins_size: 104,98 MB (110079600 bytes)
    database_size: 19,70 MB (20654016 bytes)
    total_size: 678,14 MB (711085894 bytes)
    
    ### wp-dropins (1) ###
    
    advanced-cache.php: true
    
    ### wp-active-theme ###
    
    name: Mega Project (megaproject)
    version: 1.3.3
    author: Goodlayers
    author_website: http://www.goodlayers.com
    parent_theme: none
    theme_features: core-block-patterns, widgets, woocommerce, widgets-block-editor, post-thumbnails, menus, title-tag, automatic-feed-links, post-formats, editor-style
    theme_path: /var/www/html/wp-content/themes/megaproject
    auto_update: Deaktiviert
    
    ### wp-themes-inactive (4) ###
    
    Bam: version: 1.1.8, author: ThemezHut, Automatische Aktualisierungen deaktiviert
    Twenty Seventeen: version: 2.8, author: WordPress-Team, Automatische Aktualisierungen deaktiviert
    Twenty Twenty-One: version: 1.4, author: WordPress-Team, Automatische Aktualisierungen deaktiviert
    WorldStar: version: 1.6.7, author: ThemeZee, Automatische Aktualisierungen deaktiviert
    
    ### wp-plugins-active (20) ###
    
    Akismet Anti-Spam: version: 4.2.1, author: Automattic, Automatische Aktualisierungen aktiviert
    BackWPup: version: 3.10.0, author: Inpsyde GmbH, Automatische Aktualisierungen aktiviert
    Classic Editor: version: 1.6.2, author: WordPress Contributors, Automatische Aktualisierungen aktiviert
    Contact Form 7: version: 5.5.3, author: Takayuki Miyoshi, Automatische Aktualisierungen aktiviert
    Envato Market: version: 2.0.6, author: Envato, Automatische Aktualisierungen deaktiviert
    Font Awesome: version: 4.0.4, author: Font Awesome, Automatische Aktualisierungen aktiviert
    Goodlayers Importer: version: 1.0.0, author: Goodlayers, Automatische Aktualisierungen deaktiviert
    Goodlayers Project Post Type: version: 1.0.0, author: Goodlayers, Automatische Aktualisierungen deaktiviert
    Goodlayers Shortcode: version: 1.0, author: Goodlayers, Automatische Aktualisierungen deaktiviert
    Master Slider Pro: version: 3.2.14, author: averta, Automatische Aktualisierungen deaktiviert
    Really Simple SSL: version: 5.2.1, author: Really Simple Plugins, Automatische Aktualisierungen aktiviert
    Simple 301 Redirects: version: 2.0.6, author: WPDeveloper, Automatische Aktualisierungen aktiviert
    SiteOrigin CSS: version: 1.5.0, author: SiteOrigin, Automatische Aktualisierungen aktiviert
    W3 Total Cache: version: 2.2.1, author: BoldGrid, Automatische Aktualisierungen aktiviert
    WP Google Map Plugin: version: 4.2.1, author: flippercode, Automatische Aktualisierungen aktiviert
    WP Mail SMTP: version: 3.2.1, author: WPForms, Automatische Aktualisierungen aktiviert
    WP Maintenance Mode: version: 2.4.1, author: Designmodo, Automatische Aktualisierungen aktiviert
    WP Statistics: version: 13.1.2, author: VeronaLabs, Automatische Aktualisierungen aktiviert
    WP SVG Icons: version: 3.2.3, author: EH Dev Shop, Automatische Aktualisierungen aktiviert
    Yoast SEO: version: 17.8, author: Team Yoast, Automatische Aktualisierungen aktiviert
    
    ### wp-plugins-inactive (3) ###
    
    Cachify: version: 2.3.2, author: pluginkollektiv, Automatische Aktualisierungen aktiviert
    WP-Matomo Integration: version: 1.0.26, author: André Bräkling, Automatische Aktualisierungen aktiviert
    WP Content Copy Protection (Lite): version: 2.0.5, author: Tyche Softwares, Automatische Aktualisierungen aktiviert
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1691
    imagemagick_version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
    imagick_version: 3.5.0
    file_uploads: File uploads is turned off
    post_max_size: 64M
    upload_max_filesize: 64M
    max_effective_size: 64 MB
    max_file_uploads: 20
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 122 MB
    	imagick::RESOURCETYPE_DISK: 1073741824
    	imagick::RESOURCETYPE_FILE: 786432
    	imagick::RESOURCETYPE_MAP: 512 MB
    	imagick::RESOURCETYPE_MEMORY: 256 MB
    	imagick::RESOURCETYPE_THREAD: 1
    imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
    gd_version: bundled (2.1.0 compatible)
    gd_formats: GIF, JPEG, PNG, BMP
    ghostscript_version: 9.53.3
    
    ### wp-server ###
    
    server_architecture: Linux 4.4.0-212-generic x86_64
    httpd_software: Apache/2.4.48 (Debian)
    php_version: 7.4.24 64bit
    php_sapi: apache2handler
    max_input_variables: 1000
    time_limit: 300
    memory_limit: 128M
    admin_memory_limit: 256M
    max_input_time: 300
    upload_max_filesize: 64M
    php_post_max_size: 64M
    curl_version: 7.74.0 OpenSSL/1.1.1k
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: true
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.7.29
    client_version: mysqlnd 7.4.24
    
    ### wp-constants ###
    
    WP_HOME: https://www.ostseeoase-enviam.de
    WP_SITEURL: https://www.ostseeoase-enviam.de
    WP_CONTENT_DIR: /var/www/html/wp-content
    WP_PLUGIN_DIR: /var/www/html/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: true
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_LOCAL_DEV: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    ### wp_mail_smtp ###
    
    version: 3.2.1
    license_key_type: lite
    debug: Keine Debug-Hinweise gefunden.
    db_tables: wp_wpmailsmtp_tasks_meta, wp_wpmailsmtp_debug_events
    lite_install_date: Apr 28, 2021 @ 5:51pm
    
    
Ansicht von 13 Antworten – 1 bis 13 (von insgesamt 13)