Environment
Drupal 5.7
// $Id: feedback.module,v 1.68.2.5 2008/07/16 11:16:39 sun Exp $

Issue
On a development site of mine (which has good number of modules installed) the feedback form fails to submit/post the user input. The form just stays in the "processing mode" forever. I have attached snapshots of the form and the firebug console.

I have tried for hours to figure out the cause without any success. The request headers look like -

Request Headers
Host	localhost
User-Agent	Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0
Accept	text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language	en-us,en;q=0.5
Accept-Encoding	gzip,deflate
Accept-Charset	ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive	300
Connection	keep-alive
Content-Type	application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With	XMLHttpRequest
Referer	http://localhost/ilb_dev/admin
Content-Length	10
Cookie	SESSd58d79d8b76a8e0cb14649810f588bf3=370e9db913e87bf8d6f06a364419f7a5; SESSb6b18b7c3dbb703f2c545666213dad60=42bb921cea21976cc3e505a90e118c8b; SESS6d08ee189c633bf176483b1cf87cb2dc=7f4392a015661145c510827ca2c2c03c; SESSac912f30149d0b2226dea1f0099bdca6=84d79e6cd8369d1237934bae2023a132; SESS0fb98b787e293a2465e523250a591265=f2b5f0c85675a70136871583309b994d

Any insights??

PS: The form works fine on a "virgin drupal" install but not on the site that i have under construction :(

Comments

sun’s picture

Priority: Critical » Normal

This looks a bit like your browser did not load the proper jQuery version. Could you please double-check that this is not the case?

sumeet.pareek’s picture

Status: Active » Fixed

Problem is solved but the mystery remains !!!?!!?

I had version 1.0 of jquery update which I replaced with version 2.0 but the form did not work. I then cleared the cache (both drupal's and the browsers) and still the form did not work. But now, after running cron.php the form is working just fine. Why is that?

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.