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.

BUG ERROR: UPLOAD ZIP, RAR FILES

Mehr
8 Jahre 2 Monate her #2567 von alexmurphy
alexmurphy antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
wow thx! fix it!!!

:lol: you are best :D

Mehr
8 Jahre 2 Monate her #2571 von Administrator AV
Administrator AV antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
You're welcome!

: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
7 Jahre 9 Monate her #3330 von alexmurphy
alexmurphy antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
hi Aicha!
can you update this fix with last version? :)

Mehr
7 Jahre 9 Monate her #3331 von Administrator AV
Administrator AV antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
Hi,

as I wrote in a previous post:

Make the upload of zip files, that contains file types which are on the "unsafe" list of Joomla!, possible in Visforms would need a lot of additional options, because I would not like to simply enable the upload of zip files for everybody who enters the "zip" in the list of allowed extensions. Maybe I can implement that in the future but not before I know exactly how I want to handle security risks.


So the code chagnes I posted early are not a fix for me and I will not apply them to the Visforms Code.

Sorry but you have to make the changes again, after an update.

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
7 Jahre 9 Monate her - 7 Jahre 9 Monate her #3332 von alexmurphy
alexmurphy antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
Yes but in the last version I have not found this code in the line 508 and in the line 559 :(
It is changed... :(

Can you update your previous solution? More thx!
Letzte Änderung: 7 Jahre 9 Monate her von alexmurphy.

Mehr
7 Jahre 9 Monate her - 7 Jahre 9 Monate her #3333 von Administrator AV
Administrator AV antwortete auf BUG ERROR: UPLOAD ZIP, RAR FILES
Hi,

oh sorry.

The code has been move to a helper file.
The file is administrator/components/com_visforms/helpers/visformsmedia.php

Line 132
Code:
$file = ($client == 'site') ? $input->files->get($field->name) : $files[$field->name];
Change to
Code:
$file = ($client == 'site') ? $input->files->get($field->name, null, 'raw') : $files[$field->name];
and line 184
Code:
if (!JFile::upload($file['tmp_name'], $file['filepath']))
to
Code:
if (!JFile::upload($file['tmp_name'], $file['filepath'], false, true))
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: 7 Jahre 9 Monate her von Administrator AV.
Folgende Benutzer bedankten sich: alexmurphy

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum