Have you experience this error before

Megafemgroup

Regular Member
Joined
Jan 9, 2019
Messages
209
Reaction score
43
A file directory that doesn't exist is causing a fatal error on my website. The funniest thing is that the folder doesn't exist at all. Below is the error code.

Fatal error: Uncaught Error: Call to undefined function wpcf7_include_module_file() in /usr/www/users/firsttyqsc/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php:8 Stack trace: #0 /usr/www/users/firsttyqsc/wp-content/plugins/contact-form-7/load.php(72): include_once() #1 /usr/www/users/firsttyqsc/wp-content/plugins/contact-form-7/load.php(38): WPCF7::load_module('constant-contac...') #2 /usr/www/users/firsttyqsc/wp-content/plugins/contact-form-7/load.php(105): WPCF7::load_modules() #3 /usr/www/users/firsttyqsc/wp-includes/class-wp-hook.php(305): wpcf7() #4 /usr/www/users/firsttyqsc/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #5 /usr/www/users/firsttyqsc/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #6 /usr/www/users/firsttyqsc/wp-settings.php(450): do_action('plugins_loaded') #7 /usr/www/users/firsttyqsc/wp-config.php(92): require_once('/usr/www/users/...') #8 /usr/www/users/firsttyqsc/wp-load.php(50): require_once('/usr/www/users/...') #9 /usr/www/users/ in /usr/www/users/firsttyqsc/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php on line 8
 
You've got Contact Form 7 plugin ? Deactivate it and see, it possible remove it and see.
 
I don't have it , those folder directory in the error doesn't exist when I check the website file manager
 
Deactivate your entire plugins

And start to install them one after the other. While checking on the site..

With that..you will discover fatal error plugins, drl
 
Deactivate your entire plugins

And start to install them one after the other. While checking on the site..

With that..you will discover fatal error plugins, drl
I don't have access to dashboard and I have deactivate them on file manager by renaming them
 
Constant Contact is trying to call an non-existent function from Contact Form 7. That means at least one of them is outdated. I would zip both plugin folders in File Manager, upload the latest version of Contact Form 7 and Constant Contact. Then see if that fixes the problem. If not delete the new plugins. Unzip and look for another solution.
 
Back
Top