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.

[Help] Erorr when submission

Mehr
9 Jahre 9 Monate her #1414 von ingusan
[Help] Erorr when submission wurde erstellt von ingusan
Hi evrybody, Sorry for my bad english.
I found this error when try to submit same (identic) ID. How to fix this error?
"Fatal error: Call to a member function enqueueMessage() on a non-object in /home/[mydomain]/public_html/[mysubdomain]/components/com_visforms/lib/business.php on line 290
Thanks before .

Mehr
9 Jahre 9 Monate her #1415 von Administrator AV
Administrator AV antwortete auf [Help] Erorr when submission
Hi,

thanks, you found a bug in Visforms. I will fix it with the next release!

To make it work for you please open the file components/com_visforms/lib/business.php
find line 290 which causes the error
Code:
$app->enqueueMessage(JText::sprintf('COM_VISFORMS_UNIQUE_VALUE_REQUIRED', $this->field->label, $this->field->dbValue));
Replace it with
Code:
$app = JFactory::getApplication(); $app->enqueueMessage(JText::sprintf('COM_VISFORMS_UNIQUE_VALUE_REQUIRED', $this->field->label, $this->field->dbValue));

That should fix the problem.

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 :-).
Folgende Benutzer bedankten sich: ingusan

Mehr
9 Jahre 9 Monate her #1416 von ingusan
ingusan antwortete auf [Help] Erorr when submission
Thank you Aicha, its Work and solved my problem. :)

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum