A quick and dirty “fix” would be to change line 378 in that file and cast the $qry
variable to an array. It should make the error go away, however, to fix the actual cause of the problem some refactoring may need to be done. You could drop the plugin author a note.
foreach ($qry as $row) {
// becomes:
foreach ((array) $qry as $row) {
Related Posts:
- How to catch/what to do with a WP Error Object
- An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration
- What are the best practices for updating?
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Error: call_user_func_array() expects parameter 1 to be a valid callback
- How to eliminate weird 404 errors in wp-admin?
- Loading external page template and enqueue script from plugin causes 403 forbidden error
- Validation error: Extending Gutenberg gallery block
- How do I fix the “sorry, you are not allowed to access this page” error I get on the “plugins > settings” links?
- Should messages in WP_Error already be html escaped?
- How to get Login Error messages on a custom template
- PHP Deprecated: Non-static method should not be called statically
- Plugins error (Use roles and capabilities instead) on latest version, multisite
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- Error: “Cannot modify header information”
- Plugin.php: PHP Notice: Undefined offset: 0 in
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- check for the current screen
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- How should I handle errors within a plugin?
- Force plugin to fail activation
- An Unexpected HTTP Error occurred during the API request
- Dashboard Disappears after Upgrade
- How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- echo do_shortcode is not working on theme’s template
- Seaweed Plugin not working
- All plugins deactivated due to error
- How can I see the error generated by plugin activation?
- Unable to activate wordpress importer after installing it
- Weird problems after recovery from security breach
- Error in the wp-config.php file: PHP Fatal error: Uncaught Error: Unknown named parameter (PHP 8.0)
- How to implement Sentry on WordPress? [closed]
- Can a plugin still effect a site even after deletion?
- Accessing GET variable named ‘error’
- Error handling a plugin with exceptions
- Unable to install theme recommended plugins on Multisite
- Problem with wordpress version 3.8
- Post-terms-order PHP errors after update
- Call to undefined function get_userdata in user.php
- Only Homepage not loading properly
- Accidentally Broke Site (Please Help) [closed]
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- Images not showing after changing wp-content folder name
- WooCommerce Checkout Error [closed]
- qTranslate conflicts with SEO-plugins [closed]
- CSV file generation failing
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- How to redirect a URL with parameters?
- Problem using Press-this book marklet
- Python with wordpress plugin
- Nonce failing on form submission
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- WordPress site periodically goes down
- Deactivating all plugins and reactivating one by one, fixes conflicts. Why?
- Why do plugins deactivate by themselves?
- WordPress shows error related to allow_url_fopen
- AFNetworking incorrectly interpreted WP_Error
- Updated 4.3 Getting Error: Warning: call_user_func_array() expects parameter 1 to
- Unable to get WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG to work
- Get errors from WP_Error to different variables
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- Why am I getting a “Call to undefined function curl_init()” when I try to use the Sociable plugin?
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- What’s causing this error? “Warning: Invalid argument”
- help with my wordpress website
- WordPress error: Options page Setting_ not found in the allowed options list
- HTTP 500 error after plugin install
- Can’t activate Plugin: unexpected T_STRING, expecting T_FUNCTION [closed]
- Plugin getting Cannot modify header information errors
- WP-nivo-slider Producing Error “Cannot modify header information – headers already sent by …”
- XML Sitemap Generator can’t notify google and bing
- After updating the WordPress getting a syntax error in the console
- React error #231with Custom Blocks after upgrade to WP 5.5
- There has been a critical error on your website – won’t fix no matter what
- UTF-32be error WordPress
- Elementor page builder plugin not loading up all the way? [closed]
- Why does this code snippet create a critical error on my site? [closed]
- Getting error “Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘FILEPATH/cccatalog-plugin.php on line 1656”
- Plugin showing error
- Classic, but puzzling “The uploaded file could not be moved”
- WordPress Customer Reviews Error: Line 239?
- WordPress Plugin: Demon Image Annotation
- WordPress Plugins Error
- How to get an error message if a form is empty (plugin: Post for site) [closed]
- How can I send api calls from my plugin?
- Console errors after WordPress Update 6.1
- WordPress error Fatal error: Uncaught TypeError: Argument 3 passed to Automattic :get_setting_for_feature() [closed]
- How can I resolve an error on WordPress after PHP update
- How can I disable a plugin in Health Check mode if there’s a critical error?
- Oxygen plugin wordpress stuck in loading sequence forever when trying to edit a page [closed]
- wp-login 404 page not redirecting to homepage [closed]
- How to fix a Wordfence scan that doesn’t finish?
- How to resolve status code: 410 from Pagespeed insights for the wordpress website
- No WP-Content Folder in Website Files, No Ability to Disable Plugins Manually
- call_user_func_array() expects parameter 1 to be a valid callback, class ‘Automattic\Jetpack\Extensions\Contact_Form\Contact_Form_Block’ not found
- Litespeedcache key domain registration error
- SMTP email does not work even with the right firewall rules
- ERROR during WordPress Installation “There has been a critical error on this website.”
- How is wp_admin_notice supposed to work?