Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2007 at 09:47 UTC
Updated:
24 Mar 2008 at 16:24 UTC
When going to either http://myhost.mydomain/admin/user/user (Administer: User) or http://myhost.mydomain/admin/content/node (Administer: Content), and select a filter in the "Show only items where" fieldset, clicking the "Filter" button performs a page reload but the results are not filtered.
Comments
Comment #1
blakehall commentedWorks fine for me on multiple 5.2 sites. Can you upgrade to 5.2 and verify that you still have this issue?
Comment #2
ShutterFreak commentedI have upgraded this site to Drupal 5.2 and this problem still occurs. The Apache log file displays a POST request with a 302 response code, like in
"POST /admin/content/node HTTP/1.1" 302 -or
"POST /admin/user/user HTTP/1.1" 302 -Anybody a hint of what might be the problem?
Comment #3
nschindler commentedSame issue in my 5.2 installation.
Steps to reproduce:
Click Admin->Content management->Content
Filter by (for example) status is published
Click the "Filter" button
Observe how nothing happens :)
Same issue in admin/user/user
This happens in IE7 and Firefox2.
Comment #4
nschindler commentedOh, also:
Database interface - mysqli
Database version - 5.0.26
Drupal version - 5.2
PHP version - 5.1.2
Web Server - apache2-prefork-2.2.3
OS - SLES 10 SP1 2.6.16.53
FOUND IT while I was writing this. It's "mysqli" vs. "mysql" that causes this. Everything I've read recommends mysqli when using mysql 5+ and php 4.something+.
Comment #5
ShutterFreak commentedI am not sure. The DB connect string in my settings.php file used "mysql:" as protocol when I reported the bug. I set it to "mysqli:" for testing, and restarted Apache (I did not restart MySQL), but to no avail. So on my installation the bug does not seem to depend on the MySQL communication protocol (mysql/mysqli).
Comment #6
nschindler commentedIt's consistent and immediate on my installation (mysql restart not required): The feature works with mysql, but not mysqli.
Still happens in 5.3. Also tried different themes and disabled all non-core modules. Same behavior in FF2 and IE7.
Comment #7
ricabrantes commentedI can´t reproduce this in D5.x-dev.. moving to to fixed..
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.