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?

Uncaught TypeError: Cannot read properties of undefined (reading 'call').

More
2 years 3 weeks ago - 2 years 3 weeks ago #8511 by Shaman
Hallo, bei einem File input Feld (field69) kommt folgender Fehler in der Console:

Uncaught TypeError: Cannot read properties of undefined (reading 'call').  Exception occurred when checking element field69, check the 'filesize' method.

Woran kann das liegen?

Die Einstellungen in der Form sind:

File Upload Maximum Size: 10000
Allowed File Extensions: gif,jpg,jpeg,pdf,png,GIF,JPG,JPEG,PDF,PNG

 
Last edit: 2 years 3 weeks ago by Shaman.

More
2 years 3 weeks ago #8515 by Administrator IV
Hallo Shaman,

die Exception kommt aus der Visforms Datei media/com_visforms/js/jquery.validate.js aus der Zeile 780 oder Zeile 783.
Die installierte Datei ist die minimierte Version der Datei: query.validate.min.js.

Diese Exception kam bislang noch nie beim Kunden vor und es gibt momentan keine anderen ähnlichen Fehler.

Ich vermute eine JavaScript-Inkompatibilität auf deiner Seite oder andere Störungen dieser Art.
Die JavaScript-Inkompatibilität entsteht durch das Laden von JavaScript-Bibliotheken, die nicht miteinander lauffähig sind.

Gibt es weitere JavaScript-Fehler auf deiner Seite?

Es wäre für mich gut, wenn ich mir die laufende Seite im Frontend einmal anschauen könnte.
Wäre das machbar?

Gruß, Ingmar

: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
2 years 3 weeks ago - 2 years 3 weeks ago #8516 by Shaman
Hallo Ingmar,

Wir haben keine Fehler auf der Seite...

[url] heliosonline.2hv.de/index.php/de/service...t/kwl-systemgarantie [/url]

User & Passwort via Email

Einfach auf "Hier geht es zum Online Antrag" klicken.

Vielen Dank für deine Hilfe.

Liebe Grüsse,
Claude 
Last edit: 2 years 3 weeks ago by Shaman.

More
2 years 3 weeks ago - 2 years 3 weeks ago #8519 by Administrator IV
Hallo Claude,

ich danke dir für die Zugangsdaten!

Ich habe mir das Formular angesehen.
Der JavaScript-Fehler entsteht, nachdem eine Datei für den File-Upload auf dem lokalen System ausgewählt wurde.

Der komplette JavaScript-Fehler-Bericht lautet:
Code:
Uncaught TypeError: a.validator.methods[d] is undefined.  Exception occurred when checking element field69, check the 'filesize' method.     jQuery 4     dispatch https://heliosonline.2hv.de/templates/heliostemplatecomponent/js/first_webpack.js:2     handle https://heliosonline.2hv.de/templates/heliostemplatecomponent/js/first_webpack.js:2     trigger https://heliosonline.2hv.de/templates/heliostemplatecomponent/js/first_webpack.js:2     simulate https://heliosonline.2hv.de/templates/heliostemplatecomponent/js/first_webpack.js:2     n https://heliosonline.2hv.de/templates/heliostemplatecomponent/js/first_webpack.js:2

Es handelt sich wie bereits vermutet, um eine JavaScript-Inkompatibilität auf deiner Seite.
Visforms benötigt jQuery und lädt es auch explizit.
Die Visforms Datei media/com_visforms/js/jquery.validate.js ist ein sogenanntes jQuery-Plugin.
Es fügt dem jQuery-Objekt zusätzliche Funktionen hinzu.

Auf der Seite wird aber gar kein jQuery explizit geladen.
Daher kann das jQuery-Plugin 'jquery.validate.js' auch nicht funktionieren.
Es wird zur Validierung der Dateigröße aber erwartet ('filesize' Methode wird versucht aufzurufen) und es kommt in Folge zum Fehler.

Falls es sich auf der Seite um irgendeinen jQuery-Ersatz handelt (es ist für mir nicht ersichtlich wo und wie er geladen wird), so ist dieser nicht wirklich kompatibel mit jQuery.
Der Fehler muss daher innerhalb des verwendeten Templates bzw. UI-Frameworks gelöst werden.
Letztendlich muss das jQuery geladen werden ...

Gruß, Ingmar

: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 :-).
Last edit: 2 years 3 weeks ago by Administrator IV.
The following user(s) said Thank You: Shaman

More
2 years 3 weeks ago - 2 years 3 weeks ago #8520 by Shaman
Danke Ingmar, du hattest Recht. Die Validation funktioniert jetzt :-)
Vielen Dank für deine Hilfe.
Last edit: 2 years 3 weeks ago by Shaman.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum