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.

Error 404 in frontend data view sort after update joomla 3.8.4

Mehr
6 Jahre 3 Monate her - 6 Jahre 3 Monate her #5206 von Mimmo
Hallo
I receive the error after clicking on a field in the front-end title bar, in order to sort on that field.
You can view the error directly on the page www.transalppuglia.com/vii-orecchietta-tour/partecipanti
Letzte Änderung: 6 Jahre 3 Monate her von Administrator AV.

Mehr
6 Jahre 3 Monate her - 6 Jahre 3 Monate her #5207 von Administrator AV
Hi,

thanks for this post.

I received a message about a similar problem yesterday but the customer did not relate it to the Joomla! 3.8.4 update and I thought this was an isolated incident. With regards to your post I now assume, that the Joomla! update is not backwards compatible with regards to the sort feature of the search tools and therefore breaks the Visforms data views.

I will take a look into this as soon as possible and will provide an update with a bugfix as soon as possible. Until then, I think you have either to return the backup of your website which you made before the Joomla! update or turn of the table headers, so that the user cannot try to sort the data.

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: 6 Jahre 3 Monate her von Administrator AV.

Mehr
6 Jahre 3 Monate her #5208 von Administrator AV
Hi,

I was able to find a solution for the problem. As creating a release with the bugfix always takes a bit longer, I post the solution here. As far as I can see, there it is only on small code modification that will fix the problem.

Open the file components\com_visforms\views\visformsdata\tmpl\data.php
(make a copy of the file first, just in case something goes wrong and you want to go back to the original)
Replace
Code:
<form action="<?php echo JRoute::_('index.php?option=com_visforms&view=visformsdata&layout=data&id=' . $this->id);?>" method="post" name="adminForm" id="<?php echo $this->context; ?>adminForm"><?php
at line 46
with
Code:
<form action="<?php echo JRoute::_('index.php?option=com_visforms&view=visformsdata&layout=data&id=' . $this->id. '&Itemid=' . $this->itemid);?>" method="post" name="adminForm" id="<?php echo $this->context; ?>adminForm"><?php
Save your changes.

If you have a Visforms Subscription and use a menu of type "data view with edit link", then you have to fix the file components\com_visforms\views\visformsdata\tmpl\dataeditlist.php, too.
In this file you have to replace the following code at line 66
Code:
<form action="<?php echo JRoute::_('index.php?option=com_visforms&view=visformsdata&layout=dataeditlist&id=' . $this->id);?>" method="post" name="adminForm" id="<?php echo $this->context; ?>adminForm"><?php
with
Code:
<form action="<?php echo JRoute::_('index.php?option=com_visforms&view=visformsdata&layout=dataeditlist&id=' . $this->id. '&Itemid=' . $this->itemid);?>" method="post" name="adminForm" id="<?php echo $this->context; ?>adminForm"><?php

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: Mimmo

Mehr
6 Jahre 3 Monate her #5210 von Mimmo
Thanks Aicha,
for the kind, quick and, above all, decisive solution!

Mehr
6 Jahre 2 Monate her #5211 von trf
Hallo,

ich hab das Problem auch nach dem Joomla-Update.
Da ich aber nicht die benannte Datei bearbeiten kann wäre ich dankbar, wenn das bugfix schnell käme.

Vielen Dank.

LG
Jörg

Mehr
6 Jahre 2 Monate her #5212 von Administrator AV
Hi,

I've just released Visforms 3.10.4 und Visforms Subscription 3.1.2. The only purpose of these releases is, to fix this bug. No other changes or new features are included.

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