Beiträge von Kezia

    Was mich nur etwas irritiert, das da auch andere Werte stehen:
    PHP Fatal error: Out of memory (allocated 8388608)
    PHP Fatal error: Out of memory (allocated 12582912)

    Also stehen manchmal 4MB, 8MB oder 12MB Arbeitsspeicher zur Verfügung.
    Und "Out of Memory" hat auch nichts mit dem PHP-Memory-Limit (Parameter memory_limit) zu tun. Das kommt vom übergeordneten Prozess, also z.B. der Speicherverwaltung des Betriebssystems.

    Interessant wäre noch zu wissen, welches Webhosting-Paket genau verwendet wird und wie alt es ist.

    Gruß
    Ingo

    Vielen Dank für die Antworten schonmal! Lieber Ingo, es ist das aktuelle WordPress Hosting Basic-Paket (bei PHP 7.4 soll das memory_limit bei 256 MB liegen).

    Hallo!

    auf einer von mir erstellten Website wird im Front-End oft (nicht immer) ein kritischer Fehler angezeigt, wenn man Bilder in die Mediathek hochgeladen hat. Wenn man die Seite neu lädt, ist der Fehler wieder weg. Manchmal hilft es (glaube ich) den Cache zu löschen. Im Website-Zustand steht aber kein kritisches Problem.

    Weiß vielleicht jemand, woran der kritische Fehler liegen könnte?

    Im Error log von Strato stehen folgende Zeilen:
    11.02.2021 16:30:47 alberthartmair.com [client 2003:d6:2f00::] PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 1318912 bytes) in /mnt/web021/c3/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/wp-smushit/core/class-helper.php on line 50
    11.02.2021 16:38:31 alberthartmair.com [client 2003:d6:2f00::] PHP Fatal error: Out of memory (allocated 12582912) (tried to allocate 20480 bytes) in /mnt/web021/c3/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/Divi/includes/builder/class-et-builder-element.php on line 823
    11.02.2021 16:38:31 alberthartmair.com [client 2003:d6:2f00::] PHP Fatal error: Out of memory (allocated 12582912) (tried to allocate 32768 bytes) in /mnt/web021/c3/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-phpass.php on line 1
    11.02.2021 16:39:23 alberthartmair.com [client 2003:d6:2f00::] PHP Fatal error: Out of memory (allocated 8388608) (tried to allocate 32768 bytes) in /mnt/web021/c3/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/Divi/includes/builder/class-et-builder-element.php on line 823
    11.02.2021 16:40:12 alberthartmair.com [client 2a02:908:500::] PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 253952 bytes) in /mnt/web021/c3/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-admin/includes/file.php on line 1596
    11.02.2021 21:04:49 alberthartmair.com [client 37.201.25.0] AH00132: file permissions deny server access: /home/strato/http/premium/rid/13/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-content/cache/all/index.html
    11.02.2021 21:45:18 alberthartmair.com [client 37.201.25.0] AH00132: file permissions deny server access: /home/strato/http/premium/rid/13/80/511041380/htdocs/STRATO-apps/wordpress_01/app/wp-content/cache/all/index.html

    Ich habe Wordpress 5.61, PHP 7.4, nutze das Divi-(Child)-Theme & habe folgende Plugins installiert:

    Borlabs Cookie - Cookie Opt-in Version 2.2.16 von Benjamin A. Bornschein, Borlabs
    Etsy Shop Version 2.3.2 von Frédéric Sheedy
    Smash Balloon Instagram Feed Version 2.7 von Smash Balloon
    Smush Version 3.8.2 von WPMU DEV
    SVG Support Version 2.3.18 von Benbodhi
    UpdraftPlus - Backup/Restore Version 1.16.47 von UpdraftPlus.Com, DavidAnderson
    Use Any Font Version 6.0.4 von Dnesscarkey
    WP Fastest Cache Version 0.9.1.5 von Emre Vona
    WP GDPR Compliance Version 1.5.5 von Van Ons
    Yoast SEO Version 15.8 von Team Yoast

    Bei Strato habe ich den Server-Side-Security-Filter ausgestellt (wie in einigen Blog-Atrikeln empfohlen).

    Ich würde mich sehr freuen, wenn jemand helfen könnte!

    Vera

    Hallo!

    ich bin neu hier und benutze Wordpress zum ersten Mal.

    Ich benutze das GeneratePress-Theme (Child-Theme) + den Elementor-Page-Builder (ohne Pro) + das Mega Menu Plugin.

    Ich habe es geschafft, das Desktop-Menu transparent über das Titelbild zu legen, indem ich dieses CSS für das GeneratePress-Theme hinzugefügt habe:

    .site-header {display: none}
    .main-navigation {background-color: transparent;}
    @Media (min-width: 768px) {.elementor {margin-top: -80px !important;}}

    und dieses CSS für das Mega-Menu:

    #{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {z-index: 1; font-family: "Patrick Hand";}

    Ich hätte nun auch gerne, dass das "Hamburger-Menu" (Mobiles Menu) über dem Titelbild liegt. Es verschwindet aber einfach ganz hinter dem Titelbild, wenn ich @Media (min-width: 768px) oben herausnehme und das Titelbild wieder oben anliegt.

    Das ist die Seite: http://www.philosophyofkezia.com

    Vielleicht kann mir jemand helfen?

    Vielen Dank und beste Grüße
    Kezia