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.

Errors when submitting the Form twice

Mehr
8 Jahre 8 Monate her #1997 von Apos
Thank you very much Aicha,
You helped a lot.
:)

Apos

Mehr
8 Jahre 8 Monate her #1998 von Administrator AV
Administrator AV antwortete auf Errors when submitting the Form twice
You're welcome.

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
8 Jahre 7 Monate her #2039 von Apos
Hello Aicha,
I've read the tutorial you suggested to me about disabling the Cache Plugin in order to fix the problem in VisForm.
But the truth is that I need this plugin being enable.
Do I have to leave it disabled in order not to show me the error "you can send the Form only once..." etc.
Is there any other way to fix this?

Thank you

Apos

Mehr
8 Jahre 7 Monate her #2040 von Administrator AV
Administrator AV antwortete auf Errors when submitting the Form twice
Hi Apos,

as far as I remember Visforms is not working with the cache plugin at all. It is not only the error message you receive but even if I change the code, that Visforms does no longer perform the check for doublicate submisssion and this error message is no longer displayed user inputs are not submitted properly.

Feel free to try. The code which produces the error message is located in components/com_visforms/controller.php in the function send() at about line 191
Code:
if (isset( $_SESSION['vis_send_once'.$visform->id])) { unset($_SESSION['vis_send_once'.$visform->id]); } else { JError::raiseWarning( 0, JText::_( "COM_VISFORMS_CAN_SENT_ONLY_ONCE" )); return false; }

You can just remove it.

I don't know whether there maybe is a thridparty cache extension, which can help you with the problem.
But please, if you find a solution, share it here.

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

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum