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.

Uncaught TypeError

More
6 years 3 months ago #5139 by brussell
Uncaught TypeError was created by brussell
New to this extension and have the following error:

visforms.js:642 Uncaught TypeError: jQuery(...).displayChanger is not a function
at HTMLDocument.<anonymous> (visforms.js:642)
at i (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at Object.fireWith [as resolveWith] (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at Function.ready (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at HTMLDocument.K (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)

More
6 years 3 months ago #5140 by Administrator AV
Replied by Administrator AV on topic Uncaught TypeError
Hi,

this is the typical javascript error which you get, if you includes a jquery library in a not Joomla! conform way, while another extension, like Visforms uses the Joomla! conform way and then tries to use this jQuery object.. Mostly it is either the template iteself or another thirdparty extension, which you have installed on your website, that causes the problem.

If you check further you will certainly find that jquery is included on your website twice. One time with a link
Code:
<script src="/media/jui/js/jquery.min.js"></script>
which would be the Joomla! conform way and a second time with a link that might look something like that
Code:
<script src="/modules/mod_evo_frontpage_pro/library/jquery-1.8.3.min.js"></script>
which is not compatible with Joomla! and will break any Joomla! Core or extension javascript that tries to use jQuery, except of course the one extension, that has included this script.

Please check the following post, maybe it can help you fix the problem.
www.vi-solutions.de/en/forum-index/17-jo...ditional-fields#5070
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