Log in

View Full Version : admincp: user search does not work


Peter Ostry
03-16-2009, 02:15 AM
vBulletin 3.7.5
The user search in admincp does not seem to work. A result is very seldom. Most times I get just a "no match". This happens with string parts and with exact matches. I've tried usernames and email addresses, parts and complete. I can find the users directly in the MySQL database but not via the admincp.

Edit: Sorry, I think I am in the wrong forum.
Feel free to move my post to the general discussions.

Lynne
03-16-2009, 03:02 AM
Try disabling your modifications and see if this fixes the issue.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Marco van Herwaarden
03-16-2009, 02:56 PM
Do you also get no matches when using the exact username and exact case?

Peter Ostry
03-16-2009, 04:20 PM
Correct. I find very few users, exact match or not. I found some email addresses with only a partial string and I found an IP number. We have two products installed: "MODx integration" an "Nested Quotes". As plugin the "ad-after-first-post" thing. I find all user information in MySQL. eAccelerator is activated in PHP, if anything of that rings a bell.

Marco van Herwaarden
03-17-2009, 08:50 AM
You can try disabling plugins to see if that makes a difference.

Otherwise please post a screenshot (phpMyAdmin?) of the columns in your user table.

Peter Ostry
03-24-2009, 03:31 PM
You can try disabling plugins to see if that makes a difference.
Doesn't make a difference. Some users are found and most not.

Otherwise please post a screenshot (phpMyAdmin?) of the columns in your user table.
Screenshot? hmm ... quite big.
Are there specific columns I should look for? Don't see much difference between a found and a not-found user.