You should contact the plugin author, because plugin support is generally off topic on this site.
But … I got curious, peeked into the plugin code and found this line:
add_action( 'wp_head', array('dc_jqverticalmegamenu', 'header') );
where the header()
method is assumed static, but it’s not:
function header(){
// ...
}
That’s why this strict notice pops up.
The plugin creates an instance of the class through:
// Initialize the plugin.
$dcjqverticalmegamenu = new dc_jqverticalmegamenu();
so you should instead try:
add_action( 'wp_head', array( $this, 'header') );
and similar for the other static calls.
Related Posts:
- An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration
- 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
- 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
- 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”?
- echo do_shortcode is not working on theme’s template
- How can I see the error generated by plugin activation?
- How to implement Sentry on WordPress? [closed]
- Accessing GET variable named ‘error’
- Unable to install theme recommended plugins on Multisite
- Problem with wordpress version 3.8
- Call to undefined function get_userdata in user.php
- Only Homepage not loading properly
- Accidentally Broke Site (Please Help) [closed]
- qTranslate conflicts with SEO-plugins [closed]
- CSV file generation failing
- 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
- 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
- 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”
- WordPress error: Options page Setting_ not found in the allowed options list
- XML Sitemap Generator can’t notify google and bing
- React error #231with Custom Blocks after upgrade to WP 5.5
- 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”
- Classic, but puzzling “The uploaded file could not be moved”
- ‘Notice: Undefined index’ error on plugins page [closed]
- Apparent errer when installing plugin
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Trying to get property of non-object wordpress error message
- How to get Facebook comment plugin in blog? [closed]
- 404 errors when updating options in admin dashboard
- Stopping WordPress’ WYSIWYG Editor from Converting “didn’t” into “didn””””’t”?
- Error when adding extensions to wordpress version 5.9 with a DIVI install
- Replace old theme that understand old css (vcex_icon_box css_animation)
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- Error: call_user_func_array() expects parameter 1 to be a valid callback
- WordPress fatal error from php protocol codes
- There has been a critical error on this website
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Changing wordpress/woocommerce notices default message to other languages (text)
- How to Fix WordPress multisite woocommerce 403 file error
- PHP Error message Upload images to remote server
- Elementor contact form doesn’t work: “Oops! I cannot send this email!”
- Installation failed: 504 – Gateway Timeout
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- Woocommerce functions in custom class, avoid errors
- PDF Viewer Origin is Different
- Unable to activate themes on localhost
- White blank screen while adding or editing pages in wordpress
- WordPress website dont load CSS, JS and images
- Need Help Understanding Debug Log Errors
- How do I create a state of “don’t assign anything to variable” if WP_Error throws an error?
- WordPress Dashboard shows no plugins installed!
- ClassLoader.php issues after moving to a new host
- Plugin debugging with errors in activation routine
- Warning: Illegal offset type in /var/www/html/wp-includes/option.php on line 1924
- How to validate field when create post
- Speed issues because of CSS & JavaScript
- A more elegant way to handle notices/warnings
- Plugin Installation Error
- Plugin installation error in wordpress
- WordPress 3.5 install error
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Plugin won’t activate, fatal error (widget class not found)
- HTTP Error 403 When Trying to Login
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Fatal error with Ultimate Coupon plugin
- The plugin generated xxx characters of unexpected output during activation
- WordPress Plugin: Demon Image Annotation
- Receiving error with Custom Tables plugin
- How can I send api calls from my plugin?
- Console errors after WordPress Update 6.1
- 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]