WebsiteBaker Community Forum
WebsiteBaker Support (2.13.x) => Modules => Topic started by: dbs on June 19, 2024, 07:28:32 AM
-
The 404 module (https://dev4me.com/modules-snippets/opensource/404/#download) has received a security update for any version below v1.6!
If you are using this module on your website you are advised to upgrade the module (https://dev4me.com/modules-snippets/opensource/404/#download) as soon as possible!
-
Danke für die Info
thanks for the info
-
Hallo,
habe gestern versucht das Modul (version 1.6.1) unter WB 2.13.5 r232 und PHP 8.3.8 ans Laufen zu bekommen. Nutze short url und habe den empfohlenen Eintrag auf die 404 error Page in der short.php gemacht. Bekomme aber trotzdem im Frontend eine Fehlermeldung (Poste sie später, geht von hier aus nicht).
Hat jemand das Modul unter WB 2.13.5 fehlerfrei im Einsatz?
Gruß Matthias
-
Ja fehlerfrei in WB 2.13.5 r220 und in WB 2.13.6 r234 beide mit php 8.3.8
Als DAU und "nur-Anwender" habe ich m.W. nichts besonders angepasst.
-
Danke für die Info,
werde dann mal auf einer anderen Domäne probieren. Hab schon die Vermutung, dass ich bei mir irgendwo was falsch mache. Wenns woanders (wie bei dir) läuft muss ich die Ursache wohl bei mir suchen :|
-
Hallo,
also ich krieg das Dingens nicht ans laufen.
There was an uncatched exception
Unknown column 'iphash' in 'field list'
in line (828) of (/framework/class.database.php):
wird bei mir angezeigt, wenn ich eine Seite aufrufe, die umgeleitet werden soll.
line 828 von framework/class.database.php lautet:
if (false === ($this->result = $this->oDbHandle->query($sStatement))) {
$this->error = $this->oDbHandle->error;
}
Kann jemand damit was anfangen?
-
Trx to find in files sql where iphash Is called probably after update column is deleted or something like that
-
There was an uncatched exception
Unknown column 'iphash' in 'field list'
in line (828) of (/framework/class.database.php):
war eine Neuinstallation, richtig?
das besagte Feld iphash wird nur nach einem Upgrade hinzugefügt, nicht beim Modul-Install, also bitte noch einmal Erweiterungen -> Module -> erweitert -> Manuelles Upgrade -> 404 aus der Liste wählen (ganz oben) und ausführen.
Das Feld wurde eingeführt mit der DSGVO und dient zur Speicherung der md5-verschlüsselten IP des Besuchers
Deepl-Translation
was a new installation, right?
the said field iphash is only added after an upgrade and not with the Install, so please select Extensions -> Modules -> Extended -> Manual upgrade -> 404 from the list (at the top) and execute.
The field was introduced with the GDPR and is used to store the md5-encrypted IP of the visitor
-
war eine Neuinstallation, richtig?
jepp
das besagte Feld iphash wird nur nach einem Upgrade hinzugefügt, nicht beim Modul-Install, also bitte noch einmal Erweiterungen -> Module -> erweitert -> Manuelles Upgrade -> 404 aus der Liste wählen (ganz oben) und ausführen.
Perfekt :-D, Danke, jetzt funzt alles
-
Hallo,
habe gestern auf PHP 8.4 umgestellt. Bekomme jetzt folgende Deprecatedmeldung:
Thu, 23 Jan 2025 16:30:16 +0000 [E_DEPRECATED] /modules/mod404/view.php:[63] from /modules/mod404/view.php:[63] exit "exit(): Passing null to parameter #1 ($status) of type string|int is deprecated""
Erscheint nur bei Seiten, für die im Backend des Moduls eine Weiterleitungsadres se eingetragen ist. Wodran kann es liegen?
Matthias