Joomla 6 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 14. Oktober 2025 alle unsere Joomla Erweiterungen mit Joomla 6 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 eigenständige Dokumentationen Visforms Joomla 4, Visforms Joomla 5 und Visforms Joomla 6.

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?

[Help] Erorr when submission

Mehr
11 Jahre 2 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
11 Jahre 2 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 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).
Folgende Benutzer bedankten sich: ingusan

Mehr
11 Jahre 2 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