Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

csv export

More
5 years 11 months ago #5886 by stefan.bopp
csv export was created by stefan.bopp
Guten Tag, leider schaffe ich keinen Datenexport, denke allerdings daß ich die Felder richtig eingerichtet habe. In erweitert steht der Datenexport auf JA.,es werden aber nur die Nutzer-iD exportiert, sonst nichts...Was kann ich noch vergessen haben?

Danke vorab
Stefan

More
5 years 11 months ago #5887 by Administrator AV
Replied by Administrator AV on topic csv export
Hallo Stefan,
das klingt aber seltsam. Könnte ich mal einen Blick in die Administation werfen? Wenn ja bitte Zugangsdaten an contact@vi-solutions.de
Gruß,
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 :-).

More
5 years 11 months ago #5893 by Administrator AV
Replied by Administrator AV on topic csv export: Bug in Visforms 3.12.3 Beta
Hallo,

danke für die Zugnagsdaten.

Du hast die Visforms 3.12.3 Beta installiert. In dieser Beta-Version gibt es einen Fehler beim Datenexport, auf den ich gerade vor wenigen Tagen hingewiesen worden bin. Mit dem nächsten Release wird dieser Fehler gefixed. Ich denke, dieser Fehler ist die Ursache deines Problems.

Betroffen ist eigentlich nur eine Codestelle in einer Datei.

administrator\components\com_visforms\models\visdatas.php

Hier muss der Code Zeile 408 - 410
Code:
$where = ' and c.includefieldonexport = 1'; $where .= (!(empty($params->exppublishfieldsonly))) ? ' and c.published = 1' : ''; $where .= " and c.typefield NOT in('submit', 'image', 'reset', 'fieldsep', 'pagebreak')";

ersetzt werden gegen
Code:
$where = ' includefieldonexport = 1'; $where .= (!(empty($params->exppublishfieldsonly))) ? ' and published = 1' : ''; $where .= " and typefield NOT in('submit', 'image', 'reset', 'fieldsep', 'pagebreak')";

Danach sollte der Export fehlerfrei funktioneren.

Gruß,
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 :-).

More
5 years 11 months ago #5896 by stefan.bopp
Replied by stefan.bopp on topic csv export: Bug in Visforms 3.12.3 Beta
Danke, das wars....
LG
Stefan

More
5 years 11 months ago #5900 by angelsweb
Replied by angelsweb on topic csv export: Bug in Visforms 3.12.3 Beta
Hello,
I get the same error, the version is 3.11.6
I tryed the same fix but I get SQL syntax error.

Thanks
Angelo

More
5 years 11 months ago #5902 by Administrator AV
Replied by Administrator AV on topic csv export: Bug in Visforms 3.12.3 Beta
Hi Angelo,

the described fix is only form Visforms 3.12.x Beta. I have cleaned the sql statements for Visforms 3.12.x Beta and removed superflouus code. During this refactoring I have missed the one statement, that causes the problems with the export. Therefore the fix.

If the export does not work as expected (does not show all information) on Visforms 3.11 your configuration is not correct. Please check out the documentation www.vi-solutions.de/en/documentations/vi...rms/314-save-results and make sure, that you have set up all form and field configuration settings properly with regards to the export.

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum