Title: bendtho's Replies | WordPress.org

---

# bendtho

  [  ](https://wordpress.org/support/users/bendtho/)

 *   [Profile](https://wordpress.org/support/users/bendtho/)
 *   [Topics Started](https://wordpress.org/support/users/bendtho/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bendtho/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bendtho/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bendtho/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bendtho/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bendtho/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/bendtho/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bendtho/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Security Optimizer - The All-In-One Protection Plugin] Activity Log Enhancement?](https://wordpress.org/support/topic/activity-log-enhancement-2/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/activity-log-enhancement-2/#post-18359214)
 * Thank you for the response. In my experience this page doesn’t seem to capture
   clicked links on pages unless the link errors for some reason. I just didn’t 
   know if there was a way to make it so that it will capture everything.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Odd Issue With WP 6.6.2 And PHP 8.0+](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/#post-18065430)
 * Oh man, you’re a lifesaver!
 * So I already had user role editor installed because I utilize a ton of custom
   roles. But I went ahead and purchased the full version which allows you to specifically
   export just the user role content. And once I ran the “reset roles” as you suggested,
   I was able to re-import them back in and not lose anything.
 * Now the backend of my site is functioning glitch-free on PHP 8.2.24. Much appreciated!
    -  This reply was modified 1 year, 8 months ago by [bendtho](https://wordpress.org/support/users/bendtho/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Odd Issue With WP 6.6.2 And PHP 8.0+](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/#post-18063925)
 * I checked with my host and they are not aware of any issues running 8.0+ on their
   service (they said most were). But there was one error log I failed to check 
   in the wp-admin folder that may or may not help.
 * On 7.4.33, I get these PHP warnings in the log when loading a post in “edit page”
   or “edit post”:
 *     ```wp-block-code
       [09-Oct-2024 18:12:13 UTC] PHP Warning: array_filter() expects parameter 1 to be array, null given in /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php on line 485[09-Oct-2024 18:12:13 UTC] PHP Warning: array_keys() expects parameter 1 to be array, null given in /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php on line 485[09-Oct-2024 18:12:13 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php on line 488
       ```
   
 * On 8.0+, it turns into a fatal error:
 *     ```wp-block-code
       [09-Oct-2024 18:12:28 UTC] PHP Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php:485Stack trace: 0 /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php(485): array_filter(NULL) 1 /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php(79): WP_User_Query->prepare_query(Array) 2 /home/customer/www/redacted.com/public_html/wp-includes/user.php(794): WP_User_Query->__construct(Array) 3 /home/customer/www/redacted.com/public_html/wp-includes/user.php(1703): get_users(Array) 4 /home/customer/www/redacted.com/public_html/wp-admin/includes/meta-boxes.php(970): wp_dropdown_users(Array) 5 /home/customer/www/redacted.com/public_html/wp-admin/includes/template.php(1456): post_author_meta_box(Object(WP_Post), Array) 6 /home/customer/www/redacted.com/public_html/wp-admin/edit-form-advanced.php(723): do_meta_boxes(Object(WP_Screen), 'normal', Object(WP_Post)) 7 /home/customer/www/redacted.com/public_html/wp-admin/post.php(206): require('/home/customer/…') 8 {main}thrown in /home/customer/www/redacted.com/public_html/wp-includes/class-wp-user-query.php on line 485
       ```
   
 * Similar errors happen when you just load the Pages and Posts lists where it goes
   from a warning to a fatal error when changing the PHP version. Again I do run
   the Classic Editor, but since this issue seems to go beyond that (and the Playground
   runs Classic Editor on higher PHP versions no problem), I’m not sure what it 
   could be. I can deactivate all plugins and use a different theme and the Pages
   and Posts sections still throw this same error and behave in the same manner.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Odd Issue With WP 6.6.2 And PHP 8.0+](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/odd-issue-with-wp-6-6-2-and-php-8-0/#post-18063244)
 * Thank you for your response.
 * There unfortunately is no discernable difference in either the hosting error 
   logs, php error logs, or Site Health suggestions whether on PHP 7.4.33 or 8.0
   +.
 * Site Health doesn’t have any API-related suggestions, and the only critical suggestion
   pertains to autoload options, which I’ve brought below the size threshold and
   it doesn’t make any difference.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] AIOSEO Settings On Individual Pages Pinwheels](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/#post-18061462)
 * I appreciate all the help, but can you please delete this topic completely as
   it turns out it’s not even relevant to AIOSEO. Apologies for the confusion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] AIOSEO Settings On Individual Pages Pinwheels](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/#post-18051715)
 * Yes, I have the latest version and I’ve also tried WP 6.6.2 and 6.6.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] AIOSEO Settings On Individual Pages Pinwheels](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/aioseo-settings-on-individual-pages-pinwheels/#post-18047270)
 * I’m using the free version and the website is [https://www.heatco.com](https://www.heatco.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Drop-down Sort Question](https://wordpress.org/support/topic/drop-down-sort-question/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/drop-down-sort-question/#post-15078076)
 * Thank you for the reply, and your planned new functionality sounds equally as
   good. I’ll be happy to wait on that – thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] Download Link On Backend Not Working](https://wordpress.org/support/topic/download-link-on-backend-not-working/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/download-link-on-backend-not-working/#post-13580952)
 * That was it! Thanks for the help.
    -  This reply was modified 5 years, 7 months ago by [bendtho](https://wordpress.org/support/users/bendtho/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Double links are inserted](https://wordpress.org/support/topic/double-links-are-inserted/)
 *  [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [6 years ago](https://wordpress.org/support/topic/double-links-are-inserted/#post-12871868)
 * I’m also experiencing this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Links Hidden on Frontend](https://wordpress.org/support/topic/links-hidden-on-frontend/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/links-hidden-on-frontend/#post-12834350)
 * Thank you for the response.
 * The second comment in this post has a link, but doesn’t show on the front end:
 * [https://switchrpg.com/videos/treachery-in-beatdown-city-preview-switch/](https://switchrpg.com/videos/treachery-in-beatdown-city-preview-switch/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blackhole for Bad Bots] Everything Banned After Site Server Migration](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/#post-12583491)
 * Thanks again for the followup. I’ve been unable to locate the two options you
   mentioned in order to delete them, but will post back once I’ve found them. a
   simply database search shows no results of either of those, however.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blackhole for Bad Bots] Everything Banned After Site Server Migration](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/#post-12565159)
 * Hi, thanks for the followup. Unfortunately, it still isn’t working even after
   identifying some server-side caching, flushing it, and reactivating the plugin.
 * Is the plugin tied to any tables in the database which I could purge? Is there
   an easy way to remove all bots and start fresh? I’m not sure what else to try.
   Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blackhole for Bad Bots] Everything Banned After Site Server Migration](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/everything-banned-after-site-server-migration/#post-12556103)
 * I’d like to add that my site does NOT use any caching tools or anything that 
   could potentially be causing this issue. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] FixedHeader Issue](https://wordpress.org/support/topic/fixedheader-issue/)
 *  Thread Starter [bendtho](https://wordpress.org/support/users/bendtho/)
 * (@bendtho)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/fixedheader-issue/#post-10166234)
 * Tobias,
 * Really sorry for the delay. I just emailed you a link to the issue in question.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/bendtho/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bendtho/replies/page/2/?output_format=md)