bendtho
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Odd Issue With WP 6.6.2 And PHP 8.0+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 4 months, 3 weeks ago by bendtho.
Forum: Fixing WordPress
In reply to: Odd Issue With WP 6.6.2 And PHP 8.0+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”:
[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 488On 8.0+, it turns into a fatal error:
[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:485
Stack 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 485Similar 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
In reply to: Odd Issue With WP 6.6.2 And PHP 8.0+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.
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.
Yes, I have the latest version and I’ve also tried WP 6.6.2 and 6.6.1
I’m using the free version and the website is https://www.heatco.com
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Drop-down Sort QuestionThank you for the reply, and your planned new functionality sounds equally as good. I’ll be happy to wait on that – thanks!
Forum: Plugins
In reply to: [Wordpress File Upload] Download Link On Backend Not WorkingThat was it! Thanks for the help.
- This reply was modified 4 years, 4 months ago by bendtho.
Forum: Plugins
In reply to: [Classic Editor] Double links are insertedI’m also experiencing this issue.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Links Hidden on FrontendThank 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/
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Everything Banned After Site Server MigrationThanks 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
In reply to: [Blackhole for Bad Bots] Everything Banned After Site Server MigrationHi, 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
In reply to: [Blackhole for Bad Bots] Everything Banned After Site Server MigrationI’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
In reply to: [TablePress - Tables in WordPress made easy] FixedHeader IssueTobias,
Really sorry for the delay. I just emailed you a link to the issue in question.
Forum: Plugins
In reply to: [WP-UserOnline] How to display only number of online usersHi,
Where do you put this code? I’m interested in the same functionality.