Hi, I am trying to utilize a calendar that allows the option of create/booking for an event on specific date(s) where I have stumbled upon event calendar module. One of the features of the event calendar I want is the event pop up feature where it allows to create an event by clicking on the date of the calendar. However when clicked, the pop up display appears but it just displays the loading process and the create event button when clicked nothing happens as shown in the screenshots attached.

I have search for some leads on this on this forum related to this. I have tried out things such as update jQuery, changing the theme of the site, etc however none of those seem to do the trick. It would help a lot if anyone knows how to tackle this issue. I am using Oracle VM VirtualBox running on CentOS-7-x86_64 for Drupal. I am new to Drupal so I am still learning the ropes around it., so pardon me if I had said anything off or wrong.

CommentFileSizeAuthor
event pop up.png21.72 KBchunzens
event calendar.png22.91 KBchunzens
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chunzens created an issue. See original summary.

chunzens’s picture

Issue summary: View changes
rajneeshb’s picture

@chunzens check console log may be some js errors there.

chunzens’s picture

@rajneeshb I checked the console log as you have said and there is an error. The error appearing is a 404 not found error: GET XHR http://....

I tried looking up this error but I got no leads on how to solve it.

Jallene’s picture

I found the solution!
Check it out here: http://samira.creativejamming.com/?cat=9

during my research I found out that the below code worked for some people
var selector = $(this).attr(‘name’) ? ‘content’ : ‘event-calendar’;

David_Rothstein’s picture

Project: Drupal core » Event Calendar
Version: 7.x-dev » 7.x-1.x-dev
Component: datetime.module » Code