9 years ago
6
Topic

Hi!

I have a seblod form that I use to create projects using base of article. After creating a new project using my form, I tried edit it, but button "Save and close" isn't working. I saw console erros, and is showed "TypeError: jQuery(...).validationEngine is not a function", highlighting this line: JCck.Core.submit = function(task) { if (jQuery("#seblod_form").validationEngine("validate",task) === true) { if (jQuery("#seblod_form").isStillReady() === true) { jQuery("#seblod_form input[name='config[unique]']").val("seblod_form_new_project"); Joomla.submitform(task, document.getElementById("seblod_form")); } } }

I did not edit any code associated with SEBLOD, and I don't know what is causing error.

Anyone can help?

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
4
Level 1

Hi,

which Joomla and wich Seblod version do you use? If they are not the latest, please try updating first.

9 years ago
3
Level 2

The version of Joomla is 3.2.2, and SEBLOD is 3.x.

But is this really the problem (the versions not being the latest)? There is another detail that may be causing this error?

Thanks!

4229 Posts
Kadministrator
9 years ago
2
Level 3

Hi,

is this frontend or backend? Tehre cen be few reasons why validationEngine is not set in your case, like some other extension is loading incompatible jquery version. But to be sure this is not joomla or seblod issue that is already resolved, please update to the latest version first, especially Seblod.

9 years ago
1
Level 4

Yes this is in frontend. On the creation form I don't have any problems, only on edit mode this is happening.

I'm going update versions to see results!

Thanks!

4229 Posts
Kadministrator
9 years ago
0
Level 5

Try if this also happens if you use default joomla template. One of the reasons for this error is that some of your extensions is loading jquery 1.9, usually templates do such things they are not supposed to be doing...

9 years ago
0
Level 1

Hi,

I resolved my problem. What was happening was that I had a separate module on the page that was in conflict with form validation. By disabling the module the problem was solved.

Thanks

Get a VIP membership