9 years ago
1
Topic

Hello,
I've intalled Joomla! 2.5.24 (Beez20 standart Template) & VirtueMart 2.6.4 - everything works fine until I've installed Seblod (latest version).

Now got a Firebug jQuery Error Message:

TypeError: $.validationEngineLanguage is undefined

script orders are now:

<script src="/media/cck/scripts/jquery/js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="/media/cck/scripts/jquery/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/cck/js/cck.core-3.3.0.min.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/cck/js/cck.validation-3.2.0.min.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/templates/beez_20/javascript/md_stylechanger.js" type="text/javascript"></script>
<script src="/templates/beez_20/javascript/hide.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/jquery.noconflict.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($){ $.validationEngineLanguage.newLang({"required":{"regex":"none","alertText":"* This field is required","alertTextCheckboxe":"* This field must be checked","alertTextCheckboxMultiple":"* Please select an option"},"minSize":{"regex":"none","alertText":"* Minimum ","alertText2":" characters required"},"confirmed":{"regex": "none","alertText":"* Fields do not match"}}); $("#seblod_form").validationEngine({scroll:true,promptPosition:"topRight"}); });
function keepAlive() { var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(3540000); });
</script>

So first of All why does seblod use jquery-1.8.3.min.js - now it's loaded twice? And also the no-conflict.js...

Any help would be awesome!!

Get a VIP membership
56 Posts
mrits
9 years ago
0
Level 1

Same here ...

Please Help to fix

TypeError: $.validationEngineLanguage is undefined

Thanks

Get a Book for SEBLOD