Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
So far we haven't been able to isolate this outside a macports environment. I think it's possibly php version dependent but seems these were just different point releases of php 5.3. Tried with strict error checking on it and it still worked under Debian.
We'll keep an eye out, maybe Jakub will have some time to try a few things on his mac. Definitely let us know if you see this on other platforms though!
Tried this again, this time after setting up D7 on my Lucid desktop. Everything seemed to work until I found the problem :)
Turns out I wasn't toggling the session handling checkbox, just the facet ones as I recall your having to disable all of them to get the form to work. If you leave sessions on, everything is fine, but somehow when you uncheck it you need to uncheck everything. This led me to a cut and paste fail where I checked the usesessions value instead of the facet limit but only partially. Fixed.
Since we only use service proxy credentials when we disable this it basically only functions as a toggle between SP and pz2 despite being passed as the use_sessions parameter to pz2.js. I've updated the UI to make this more clear.
Comments
Comment #1
skomorokh commentedSo far we haven't been able to isolate this outside a macports environment. I think it's possibly php version dependent but seems these were just different point releases of php 5.3. Tried with strict error checking on it and it still worked under Debian.
We'll keep an eye out, maybe Jakub will have some time to try a few things on his mac. Definitely let us know if you see this on other platforms though!
Comment #2
jakub-idx commentedSame thing happens on Ubuntu Maverick and the Ding1 (6.x) module.
PHP 5.2.16
Apache2 2.2.16
Comment #3
jakub-idx commentedComment #4
skomorokh commentedTried this again, this time after setting up D7 on my Lucid desktop. Everything seemed to work until I found the problem :)
Turns out I wasn't toggling the session handling checkbox, just the facet ones as I recall your having to disable all of them to get the form to work. If you leave sessions on, everything is fine, but somehow when you uncheck it you need to uncheck everything. This led me to a cut and paste fail where I checked the usesessions value instead of the facet limit but only partially. Fixed.
Since we only use service proxy credentials when we disable this it basically only functions as a toggle between SP and pz2 despite being passed as the use_sessions parameter to pz2.js. I've updated the UI to make this more clear.
Comment #5
jakub-idx commentedVery nice, thanks.