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:
- 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
- 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?
- 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()
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- “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
- 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”?
- 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]
- 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
- Accidentally Broke Site (Please Help) [closed]
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- WooCommerce Checkout Error [closed]
- qTranslate conflicts with SEO-plugins [closed]
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Why do plugins deactivate by themselves?
- 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
- Why am I getting a “Call to undefined function curl_init()” when I try to use the Sociable plugin?
- HTTP 500 error after plugin install
- Can’t activate Plugin: unexpected T_STRING, expecting T_FUNCTION [closed]
- Plugin getting Cannot modify header information errors
- XML Sitemap Generator can’t notify google and bing
- 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]
- 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”
- ‘Notice: Undefined index’ error on plugins page [closed]
- Problem after updating plugins
- Apparent errer when installing plugin
- Undefined index: ratings_score …/wp-postratings.php on line 994
- Strange Behavior on New Theme Points to Idiocy
- Error activating certain plugins
- All new plugins generating 311 chars of unexpected output?
- Stopping WordPress’ WYSIWYG Editor from Converting “didn’t” into “didn””””’t”?
- Error: call_user_func_array() expects parameter 1 to be a valid callback
- WordPress fatal error from php protocol codes
- WP search box on page not finding .PDF files
- Changing wordpress/woocommerce notices default message to other languages (text)
- Critical Error after Updraft Restoration
- There has been a critical error on your website
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- Modifying server’s response to API endpoint
- ERROR message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”
- PDF Viewer Origin is Different
- Object of class WP_Error could not be converted to string in /formatting.php
- Error after installing the WordPress plugin updates
- Cannot modify header information – headers already sent during plugin activation
- WordPress website dont load CSS, JS and images
- WordPress error after installing plugin “Internal Server Error” [closed]
- Need Help Understanding Debug Log Errors
- WordPress Dashboard shows no plugins installed!
- ClassLoader.php issues after moving to a new host
- WP default file upload hook not working if used in a plugin
- Warning: Illegal offset type in /var/www/html/wp-includes/option.php on line 1924
- Speed issues because of CSS & JavaScript
- A more elegant way to handle notices/warnings
- A plugin is giving me “You do not have sufficient permissions to access this page.” error
- Restore Category Base
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- Custom Post type plugin breaking the front page shows dashboard?
- WordPress 3.5 install error
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- HTTP Error 403 When Trying to Login
- Plug-in (Slickr Flickr) works on local machine, but not server
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Theme causing SSL break on chrome
- The plugin generated xxx characters of unexpected output during activation
- 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]
- Console errors after WordPress Update 6.1
- WordPress error Fatal error: Uncaught TypeError: Argument 3 passed to Automattic :get_setting_for_feature() [closed]
- Oxygen plugin wordpress stuck in loading sequence forever when trying to edit a page [closed]
- How to fix a Wordfence scan that doesn’t finish?
- No WP-Content Folder in Website Files, No Ability to Disable Plugins Manually
- How is wp_admin_notice supposed to work?