Hi all,
Ouch, I'm being hit by this empty request.params problem again, on a larger application I ported to Pylons. (I originally hit this problem on the Flickr tutorial. See this thread: http://groups.google.com/group/pylons-discuss/browse_frm/thread/e95c4b645ba6735a/587e2ef7fb90d51a ) I just tried an upgrade of Pylons and related eggs on our staging server, and a simple observe_field (that updates a drop-down select box when the observed select changes) stopped working. Instead of the drop-down being updated, I get an empty page and a debug URL on the console. Using that URL, I investigated a bit and found the following: evaluating "request.params" gave me: MultiDict([]) So it looks very much like the same problem I was having with the Flickr tutorial. I am not sure how to investigate this any further... Any ideas? For reference, here are the installed versions on the production machine (bug-free): ./Beaker-0.6.2-py2.4.egg ./Cheetah-1.0-py2.4-linux-i686.egg ./FormEncode-0.7-py2.4.egg ./Myghty-1.1-py2.4.egg ./MyghtyUtils-0.52-py2.4.egg ./nose-0.9.2-py2.4.egg ./Paste-1.2.1-py2.4.egg ./PasteDeploy-1.1-py2.4.egg ./PasteScript-1.1-py2.4.egg ./Pylons-0.9.4.1-py2.4.egg ./Routes-1.6.2-py2.4.egg ./setuptools-0.6c5-py2.4.egg ./simplejson-1.6-py2.4.egg ./SQLAlchemy-0.3.5-py2.4.egg ./supervisor-2.1-py2.4.egg ./WebHelpers-0.2.2-py2.4.egg Now here is what we have on the stating server after the upgrade (bug shows up): ./Beaker-0.7.3-py2.5.egg ./decorator-2.0.1-py2.5.egg ./FormEncode-0.7.1-py2.5.egg ./Mako-0.1.8-py2.5.egg ./Myghty-1.1-py2.5.egg ./myghtyutils-0.52-py2.5.egg ./nose-0.9.3-py2.5.egg ./Paste-1.4-py2.5.egg ./PasteDeploy-1.3-py2.5.egg ./PasteScript-1.3.4-py2.5.egg ./Pylons-0.9.5-py2.5.egg ./Routes-1.7-py2.5.egg ./simplejson-1.7.1-py2.5.egg ./SQLAlchemy-0.3.8-py2.5.egg ./WebHelpers-0.3-py2.5.egg Any help would be greatly appreciated. Thx -- Yves-Eric Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
