Hello,

when I drag/drop or resize an item, the js console returns:

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/drupal7/fullcalendar/ajax/update/resize/380
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/drupal7/fullcalendar/ajax/update/drop/380

Of course the changed items are not being saved.

Any ideas? Everything else is working fine. Im using the latest version of the fullcalendar library and the latest version of the fullcalendar module.

Comments

mhmhartman’s picture

the jquery stops at the following line:

// Do send the request
// This may raise an exception which is actually
// handled in jQuery.ajax (so no try/catch here)
xhr.send( ( s.hasContent && s.data ) || null );

as I've done some research I found out it has probably something to do with wamp and it's config. Other functionalities using ajax/jquery are just working fine. I've tried to use different versions of jquery, but that couldn't fix it either. This problem will probably solve itself when I run the website on a live server, but I really need to get it working locally on wamp.
Can someone give me some input?

EDIT

I've finally figured it out: on localhost, apaches rewriteEngine needs to be ON

mhmhartman’s picture

Issue summary: View changes

simplified the question