hmcody
Forum Replies Created
-
When I run the directory from a um_member account, the query includes these elements which are not in the query when running with an administrator account.
[meta_query] => Array ( [relation] => AND [0] => Array ( [key] => um_member_directory_data [value] => s:14:"account_status";s:8:"approved"; [compare] => LIKE ) [1] => Array ( [key] => um_member_directory_data [value] => s:15:"hide_in_members";b:0; [compare] => LIKE )
I don’t think the first one should matter, because everyone is Approved. But I am not sure where
um_member_directory_data
is set, so I don’t know if that could be an issue. I’m also not sure why either one would be added only to the non-admin user.This is the result for administrator when nothing is selected for can view roles:
User roles administrator, um_member User priority role administrator Current role settings Array ( [_um_is_custom] => 0 [_um_priority] => 50 [_um_can_view_all] => 1 [_um_can_view_roles] => )
This is the result for administrator when all roles are selected for can view roles:
User roles administrator, um_member User priority role administrator Current role settings Array ( [_um_is_custom] => 0 [_um_priority] => 50 [_um_can_view_all] => 1 [_um_can_view_roles] => Array ( [0] => administrator [1] => editor [2] => author [3] => contributor [4] => subscriber [5] => um_member [6] => um_newsletter [7] => um_secretary [8] => um_quiltshow [9] => um_former [10] => um_membership ) )
I can see the directory in either case using an administrator account.
Well, no rolls are selected for can view rolls on the administrator edit page either.
I added all of my roles and _um_can_view_roles now contains an array of all of them, but I still can’t see the directory with um_member. Oddly enough, the adminstrator role, which can see the directory, has the following:
User roles administrator, um_member User priority role administrator Current role settings Array ( ? ? [_um_is_custom] => 0 ? ? [_um_priority] => 50 ? ? [_um_can_view_all] => 1 ? ? [_um_can_view_roles] => ? ? [wp_capabilities] => ? ? [name] => )
I was wondering if something like that was possible.
When I ran the production site with that snippet, I noticed the following:
User roles administrator, um_member User priority role um_member Current role settings Array ( ? ? [_um_is_custom] => 1 ? ? [_um_priority] => 35 ? ? [_um_can_view_all] => 1 ? ? [_um_can_view_roles] => ? ? [wp_capabilities] => Array ? ? ? ? ( ? ? ? ? ? ? [read] => 1 ? ? ? ? ) ? ? [name] => Member )
That seemed to indicate that the um_member role was taking precedence over the administrator role. So I tried giving administrator a Role Priority of 50 and I can now see the directory when logged in with an administrator account. ?? I still can’t see it if I am logged in with just a um_member account. ?? This is all on production. On local, a um_member account can see the directory. I have gone over the um_member role definitions side-by-side for production and local and they are identical. Is there some other setting that I am missing which could have this effect?
Site Health only has 3 issues, one critical and two recommended. The critical one is just that the debug log is enabled, which we knew. The other two are You should remove inactive plugins and A scheduled event is late. I don’t think either of those should be causing the “already defined” messages?
Looking at the wp-config file (which is a remnant from a previous webmaster), I decided that I can take out the WP_MEMORY_LIMIT line because PHP memory is defined elsewhere at a higher limit. And a bit of research led me to move FORCE_SSL_ADMIN up above /* That’s all, stop editing! Happy blogging. */ After those changes, my debug.log is much more compact:
2023-09-21 08:11:52 user_id 0 redirect by WordPress, 301, https://milltownquilters.com/page/16/?eventDate=2022-12-30&eventDisplay=day&paged=16&post_type=tribe_events stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 2023-09-21 08:11:52 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-21 08:11:52 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-21 08:11:57 user_id 0 WP error code invalid_username, message <strong>Error:</strong> The username <strong>[email protected]</strong> is not registered on this site. If you are unsure of your username, try your email address instead., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: user.php:166, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-21 08:11:57 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-admin/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433 2023-09-21 08:12:10 user_id 0 redirect by WordPress, 301, https://milltownquilters.com/page/8/?eventDate=2022-06-26&eventDisplay=day&paged=8&post_type=tribe_events stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 2023-09-21 08:12:10 user_id 1054 redirect by WordPress, 301, https://milltownquilters.com/members/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 2023-09-21 08:12:22 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-login.php?loggedout=true&wp_lang=en_US stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: pluggable.php:1545 2023-09-21 08:12:23 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-21 08:12:23 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-21 08:12:23 user_id 0 WP error code loggedout, message You are now logged out., data message stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209
OK, here is what I get.
2023-09-20 13:34:52 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:52 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:58 user_id 0 WP error code invalid_username, message <strong>Error:</strong> The username <strong>[email protected]</strong> is not registered on this site. If you are unsure of your username, try your email address instead., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: user.php:166, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:58 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-admin/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:19 user_id 1054 redirect by WordPress, 301, https://milltownquilters.com/members/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 2023-09-20 13:36:15 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-login.php?loggedout=true&wp_lang=en_US stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: pluggable.php:1545 2023-09-20 13:36:16 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:36:16 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:36:16 user_id 0 WP error code loggedout, message You are now logged out., data message stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209 2023-09-20 14:48:44 user_id 0 redirect by WordPress, 301, https://milltownquilters.com/page/15/?eventDate=2022-12-29&eventDisplay=day&paged=15&post_type=tribe_events stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 2023-09-20 14:48:53 user_id 0 redirect by WordPress, 301, https://milltownquilters.com/page/6/?eventDate=2023-04-05&eventDisplay=day&paged=6&post_type=tribe_events stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 [20-Sep-2023 18:49:59 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:49:59 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 2023-09-20 14:49:59 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 14:49:59 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 [20-Sep-2023 18:50:00 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:01 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:01 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:02 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:02 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:10 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:10 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:10 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:10 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 2023-09-20 14:50:10 user_id 0 WP error code invalid_username, message <strong>Error:</strong> The username <strong>[email protected]</strong> is not registered on this site. If you are unsure of your username, try your email address instead., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: user.php:166, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 14:50:10 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-admin/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433 [20-Sep-2023 18:50:11 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:11 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 2023-09-20 14:50:11 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 14:50:11 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 [20-Sep-2023 18:50:25 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:25 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:26 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:26 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:28 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:28 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:28 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:28 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:37 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:37 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 2023-09-20 14:50:37 user_id 1054 redirect by WordPress, 301, https://milltownquilters.com/members/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13 [20-Sep-2023 18:50:38 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:38 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:39 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:39 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:40 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:40 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:50:41 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:50:41 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:51:15 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:51:15 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:51:15 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:51:15 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119 [20-Sep-2023 18:51:16 UTC] PHP Notice: Constant FORCE_SSL_ADMIN already defined in /home/milltown/public_html/wp-config.php on line 116 [20-Sep-2023 18:51:16 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/milltown/public_html/wp-config.php on line 119
I installed the code, signed into the Dashboard, then opened the Members page on the front end. This is what debug.log contains:
2023-09-20 13:34:52 user_id 0 WP error code empty_username, message <strong>Error:</strong> The username field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:148, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:52 user_id 0 WP error code empty_password, message <strong>Error:</strong> The password field is empty., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: user.php:152, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:58 user_id 0 WP error code invalid_username, message <strong>Error:</strong> The username <strong>[email protected]</strong> is not registered on this site. If you are unsure of your username, try your email address instead., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: user.php:166, WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:618, WP: user.php:106 2023-09-20 13:34:58 user_id 0 redirect by WordPress, 302, https://milltownquilters.com/wp-admin/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_taxonomy, message Invalid taxonomy., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:1299, wp-slimstat/admin/view/wp-slimstat-reports.php:1739, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:00 user_id 1054 WP error code invalid_term, message Empty Term., data stack trace: WP: class-wp-hook.php:312, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: class-wp-error.php:209, WP: class-wp-error.php:66, WP: taxonomy.php:4593, wp-slimstat/admin/view/wp-slimstat-reports.php:1741, wp-slimstat/admin/view/right-now.php:193, wp-slimstat/admin/view/wp-slimstat-reports.php:1196, wp-slimstat/admin/view/wp-slimstat-reports.php:959 2023-09-20 13:35:19 user_id 1054 redirect by WordPress, 301, https://milltownquilters.com/members/ stack trace: WP: class-wp-hook.php:310, WP: plugin.php:205, WP: pluggable.php:1433, WP: canonical.php:805, WP: class-wp-hook.php:310, WP: class-wp-hook.php:334, WP: plugin.php:517, WP: template-loader.php:13
I also ran it on my local machine for comparison and the only difference was that on the local machine, none of the WP error code lines had any information in the stack trace section.
Since slimstat seems to be coming up a lot, I tried deactivating it again in case I had missed it before, but the Members page still comes up empty.
I installed the plugin (neat idea by the way), and selected the Members page under Conflict Remover – UM Form Pages with conflict. Also, all of my installed plugins under Conflict Remover – Active Plugins to exclude.
Still getting “We are sorry. We cannot find any members who match your search criteria.”
Yes.
The one thing I didn’t do was disable all of the plugins at once. I did each one individually and then reactivated.
Is a puzzlement!
Unfortunately, disabling ModSecurity ti didn’t make a difference.
Yes, it appears that HawkHost is using ModSecurity. Here is a link to their support topic on it. I’m not getting a 403 error, so I am not sure that what they are saying is applicable, but this is the first I have heard of ModSecurity so my guess is not well informed!
Just for fun, I tried running the directory on my local site, where it works, and I get the same error in the console in Chrome.
Using Firefox I get:
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. members
WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. wp-slimstat.min.js:1:16613
WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. wp-slimstat.min.js:1:23005
And on Edge I get:
mtgm.js:92 [Deprecation] Listener added for a synchronous ‘DOMNodeInserted’ DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.
?Yes, and the only message I get is:
DOM Mutation Events, including DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, and DOMCharacterDataModified are deprecated (?https://w3c.github.io/uievents/#legacy-event-types?) and will be removed. Please use MutationObserver instead.
I don’t think that is the issue.