Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Wichtige Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Visforms vs PHP7

Mehr
9 Jahre 2 Wochen her #3184 von ferino
Visforms vs PHP7 wurde erstellt von ferino
Hello,
I have visforms v3.7.6
I updated PHP to v7.0.2
Now I get error:
"Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgVisformsSpambotCheckImpl has a deprecated constructor in /home/az015800/www_domy_na_kluc_eu/plugins/visforms/spambotcheck/spambotcheck/spambotcheckimpl.php on line 22"

Mehr
9 Jahre 2 Wochen her #3185 von Administrator AV
Administrator AV antwortete auf Visforms vs PHP7
Hi ferino,

thanks for that information.
I have not tested with php 7 yet but that is really old legacy code which should be fixed.

Could you please open the file plugins/visforms/spambotcheck/spambotcheck/spambotcheckimpl.php

Find the following code at line 51
Code:
public function plgVisformsSpambotCheckImpl(&$plgParams, $sEmail, $sIP, $sUsername) {

Replace it with
Code:
public function __construct(&$plgParams, $sEmail, $sIP, $sUsername) {

This should solve the problem.
Please let me know, if this solves the problem.
I will add the changes to the Visforms core then and they will be released with the next Visforms release.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
9 Jahre 2 Wochen her #3186 von ferino
ferino antwortete auf Visforms vs PHP7
Super, now its OK.
Thank you very much.

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum