8
I have done a little more experimenting with this problem. These are my observations:
1. I can make both of my custom date fields non-searchable and the search.php function still works.
2. I can make EITHER of the XOOPS default date fields (reg_date or last_login date) non-searchable and the search works.
3. I cannot make BOTH of the XOOPS default date fields non-searchable. If I do, the search function no longer works.
I have made a quick web page to show the results. You can see it at
this pageI think this must be a bug.
With error reporting turned on I get the following when both of the XOOPS default date fields are set to not searchable. These errors do not appear when at least one of those fields is set to searchable.
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 330
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 331
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 330
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 331
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 330
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 331
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 330
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 331
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 330
Notice: Undefined index: uid in file /modules/profile/class/profile.php line 331
Barry
Barry Cooper
Sweet Home, Oregon