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.

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

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 20. Dezember 2024 bis zum 8.Januar 2025 mit verlängerten Antwortzeiten zu rechnen.

JUri not found

Mehr
2 Jahre 9 Monate her #8032 von angelsweb
JUri not found wurde erstellt von angelsweb
Hello,
I get this error:
0 Class "Visolutions\Component\Visforms\Administrator\Service\HTML\JUri" not found
While trying to Edit Data of User input of Form
Joomla 4.1.0
PHP 8.0.2
Visform base 4.1.4
Visform Subscription 4.1.2

Thank you 

Mehr
2 Jahre 9 Monate her - 2 Jahre 9 Monate her #8033 von Administrator AV
Administrator AV antwortete auf JUri not found
Hi angelsweb,

I'm sorry for your trouble.
Due to the major code changes which were necessary in order to adapt Visforms to Joomla 4 there sadly are still a few bugs, especially in code sections which are rarely use.

We are in the middle of releasing a new Version of vfbase and vfsubscription and this will include a fix for this problem.
We hope to be able get the release out within the next two weeks.

This fix of the problem, which you report, only effects one line in administrator/components/com_visforms/src/Service/HTML/Visforms.php (line 111)
If you replace the JUri in this line (two times) with Uri the code should work again.
Old:
Code:
return '<a href="' . JUri::root() . $registryString . '" target="_blank">' . JUri::root() . $registryString . '</a>';
New:
Code:
 return '<a href="' . Uri::root() . $registryString . '" target="_blank">' . Uri::root() . $registryString . '</a>';

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 :-).
Letzte Änderung: 2 Jahre 9 Monate her von Administrator AV.
Folgende Benutzer bedankten sich: MaliRaj

Mehr
2 Jahre 9 Monate her #8036 von angelsweb
angelsweb antwortete auf JUri not found
Thank you, that solved the error!

Mehr
2 Jahre 8 Monate her #8066 von Administrator IV
Administrator IV antwortete auf JUri not found
Hi angelsweb,

the bug is fixed in the latest release from 05.04.2022 for Joomla 4:
Visforms 4.1.5
Visforms Subscription 4.1.3

Greetings, Ingmar

: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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum