By Guest on Thursday, 21 May 2015
Replies 7
Likes 0
Views 10.6K
Votes 0

PHP Version : 5.4.38
MySQL Version : 5.5.42-37.1
Joomla : 3.4.1
component_com_jevents : 3.2.12
module_mod_jevents_cal : 3.2.12
module_mod_jevents_custom : 3.2.12
module_mod_jevents_filter : 3.2.12
module_mod_jevents_latest : 3.2.12
module_mod_jevents_legend : 3.2.12
module_mod_jevents_switchview : 3.2.12
plugin_content_jevents : 3.2.12
plugin_finder_jevents : 3.2.12 (not enabled)
plugin_search_eventsearch : 3.2.12


I have a user who receives a brief message "Navigation Cancelled" when they attempt to add an event from the front end of our site. The message page closes quickly and presents what looks like the Add Events form. However, the Save and Save and Close buttons do not work.

Any suggestions?

Thanks.
Hello,

This sounds like a jQuery error / conflict.

If you view your browsers console, pressing F11 usually does it (Chrome is best). Then load the page, do you see any errors?

IF you add:

?tmpl=component

or

&tmpl=component

To the event edit page url and load it, does it work then?

Thanks
Tony
·
Friday, 22 May 2015 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. It does appear to be a JQuery issue, but adding the tmpl=component does not seem to have any impact. We still cannot add an event from the frontend. Here is the message from Chrome Console Log:
Uncaught TypeError: name.contains is not a function(anonymous function) @ editicalJQ.js?3.2.12:912m.extend.each @ jquery.min.js:2m.fn.m.each @ jquery.min.js:2jQuery.fn.formToJson @ editicalJQ.js?3.2.12:907checkConflict @ editicalJQ.js?3.2.12:941Joomla.submitbutton @ 0?year=2015&month=05&day=29:283onclick @ 0?year=2015&month=05&day=29:188
·
Friday, 22 May 2015 01:31
·
0 Likes
·
0 Votes
·
0 Comments
·
It could be something on your site loading an old version of jQuery ??

Can you do a view source on the webpage when you see these errors and cut and paste the section from the <head> that loads the javascript files.
·
Friday, 22 May 2015 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Here's the source view of <head> on the calendar page. It appears to be the same before or after the Add Event form opens.
·
Friday, 22 May 2015 14:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't see any problem there other than the fact that community builder is doing some odd things.

can you try disabling the CB system plugins temporarily to isolate the cause of the problem
·
Friday, 22 May 2015 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried disabling each of the 3 CB plugins I could identify:
[list]Content - Community Builder Author,
Search - Community Builder,
Community Builder System plugin. [/list:u]
None of which changed the behavior.

But I continued various things. After updating back to JEvents 3.1.45, the problem went away. I can again Add an Event from the front end.

So the problem must be between JEvents 3.2 and CB or Joomla. My site is on CB 2.0.8 and Joomla! 3.4.1. Here is the code after going back to 3.1.45:

PHP Version : 5.4.38
MySQL Version : 5.5.42-37.1
Joomla : 3.4.1
component_com_jevents : 3.1.45
module_mod_jevents_cal : 3.1.45
module_mod_jevents_custom : 3.1.45
module_mod_jevents_filter : 3.1.45
module_mod_jevents_latest : 3.1.45
module_mod_jevents_legend : 3.1.45
module_mod_jevents_switchview : 3.1.45
plugin_content_jevents : 3.2.0
plugin_finder_jevents : 3.1.45 (not enabled)
plugin_search_eventsearch : 3.1.45


This is good enough to keep the site running, but precludes me from staying current with JEvents for the near future.
·
Friday, 22 May 2015 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
If you can re-enable JEvents 3.2 and send me frontend login details via PM I will run it through a Javascript debugger to see where the conflict it coming from.

I have setup CB 2.0.8 on my Joomla 3.4 dev server and there are no problems there.
·
Sunday, 24 May 2015 09:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post