ebeseb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Plugin legt Seite lahmHabs mittlerweile selbst repariert. Danke fuer nichts @legalweb, toller Support, 0 Antworten von euch!
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Plugin legt Seite lahmDear @legalweb, bekommt man hier auch support? Ich kann gerne noch mehr Infos zur Diagnose bereitstellen, je nach dem was ihr braucht.
Seit Tagen schon ist meine Seite entweder nicht zu erreichen oder ohne legal Texte und Cookie notice …
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Ja, funktioniert ??
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Ja klar, aber k?nnte man das nicht zb mit nem übergabe parameter l?sen anstatt 2 mal 95% die gleiche funktion zu haben? naja egal, nicht mein code ??
danke für den fix
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Cool, danke. Wenn ihr schon an der Stelle dran seid k?nnt ihr auch mal schauen ob man beide Funktionen getDefaultLanguageCode() und getCurrentLanguageCode() braucht, die haben identischen Code … (bis auf einen einzigen Parameter) ??
- This reply was modified 5 years, 3 months ago by ebeseb.
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Ok, bei mir scheint er in dem Language Tool eine rekursive endlls Schleife zu machen und dann ist halt der heap voll.
Wenn ich Zeile 100 in class-sp-dsgvo-language-tools.php
von $currentLanguage = $this->getDefaultLanguageCode();
auf $currentLanguage = $this->defaultLanguage;?ndere geht das Plugin in Version 3.0.8 …
- This reply was modified 5 years, 3 months ago by ebeseb.
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Joa werde mal sehen ob ich RAM frei bekommen. Gibts in PhP kein Errorhandling falls der Speicher voll ist?
Edit:
Speicher verdoppelt, gleicher Fehler was bei der Menge die hier angeblich allokiert werden soll keinen Sinn macht:
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in /usr/www/users/gpgpua/wp-content/plugins/shapepress-dsgvo/includes/class-sp-dsgvo-language-tools.php on line 100
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
Vlt. doch was am Plugin?
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] HTTP Error 500Folgendes steht nach einem wiederholten Installationsversuch in meiner wp debug.log:
[23-Nov-2019 18:48:02 UTC] PHP Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 262144 bytes) in /usr/www/users/gpgpua/wp-content/plugins/shapepress-dsgvo/includes/class-sp-dsgvo-language-tools.php on line 100
[23-Nov-2019 18:48:02 UTC] PHP Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0