Warning and Fatal Error on Wordpress Homepage - php

I just checked on my website today at (www.mediagrooveltd.com) and the following error below was thrown. The site has been functional for over a month now with no troubles, what could be the cause of this?
Warning:
require_once(/home/oddity/public_html/mediagrooveltd.com/wp-content/plugins/the-events-calendar/vendor/tribe-common-libraries/tribe-common-libraries.class.php):
failed to open stream: No such file or directory in
/home/oddity/public_html/mediagrooveltd.com/wp-content/plugins/the-events-calendar/src/Tribe/Main.php
on line 304
Fatal error: require_once(): Failed opening required
'/home/oddity/public_html/mediagrooveltd.com/wp-content/plugins/the-events-calendar/vendor/tribe-common-libraries/tribe-common-libraries.class.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/oddity/public_html/mediagrooveltd.com/wp-content/plugins/the-events-calendar/src/Tribe/Main.php
on line 304

There is something wrong with the events calendar, some of the files are missing. Or might have been over ridden by an update, for a temporary fix Deactivate the event plugin and see if everything works. If the site does work then you can delete and reinstall the plugin again. Make sure to take a backup of the plugin before deleting it.

Related

Getting Fatal Error when trying to activate wordpress plugin

Here is the error details I am getting:
Plugin could not be activated because it triggered a fatal error.
Warning: require_once(/nas/content/live/makefielddev/wp-content/plugins/woocommerce-services/classes/class-wc-connect-extension-compatibility.php): failed to open stream: No such file or directory in /nas/content/live/makefielddev/wp-content/plugins/woocommerce-services/woocommerce-services.php on line 37
Fatal error: require_once(): Failed opening required '/nas/content/live/makefielddev/wp-content/plugins/woocommerce-services/classes/class-wc-connect-extension-compatibility.php' (include_path='.:/usr/share/pear/php:/usr/share/php') in /nas/content/live/makefielddev/wp-content/plugins/woocommerce-services/woocommerce-services.php on line 37
I know there are other threads for this error, but couldn't find a thread with the "couldn't find a directory" error. I am not sure where to look or how to fix this...Can someone help?
NOTE: I have already tried a different theme and tried deactivating all plugins...regardless I am still getting this error.
More info: this error is triggered specifically by the WooCommerce Tax and Shipping plugin.
hi
This problem occurs because php could not find the
class-wc-connect-extension-compatibility.php file.
I'm not aware of your code in the woocommerce-services.php file.I
suggest a general solution, maybe your problem will be solved
First make sure there is such a file in this path
/nas/content/live/makefielddev/wp-content/plugins/woocommerce-
- services/classes/class-wc-connect-extension-compatibility.php'
Next.
Define the following constants in the woocommerce-services.php file
before writing any code
if (!defined('WOOCOMMERCE_SERVICES_BASENAME')) {
defined('WOOCOMMERCE_SERVICES_BASENAME') || define('WOOCOMMERCE_SERVICES_BASENAME',__DIR__);
}
if (!defined('WOOCOMMERCE_SERVICES_DIR')) {
define('WOOCOMMERCE_SERVICES_DIR', WOOCOMMERCE_SERVICES_BASENAME);
}
constant WOOCOMMERCE_SERVICES_DIR path keeper for
Your plugin.
Replace the code below with your code in the woocommerce-services.php file on line 37
require_once WOOCOMMERCE_SERVICES_DIR.'/classes/class-wc-connect-extension-compatibility.php';

My Wordpress domain "page isn't working. [domain] is currently unable to handle this request."

When I try to access my domain (qualesce.com for reference) I get a HTTP 500 error message. I recognize this is a PHP problem, but I haven't made any changes to the site since I last went on it (about a week ago).
When I try to go to the WP admin page, I get this error message:
Warning: require_once(/home/qualesce1/public_html/wp-content/plugins/contact-form-7/includes/mail.php): failed to open stream: No such file or directory in /home/qualesce1/public_html/wp-content/plugins/contact-form-7/settings.php on line 10
Fatal error: require_once(): Failed opening required '/home/qualesce1/public_html/wp-content/plugins/contact-form-7/includes/mail.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/qualesce1/public_html/wp-content/plugins/contact-form-7/settings.php on line 10"
How do I amend this? Thanks in advance!
Login via FTP
Navigate to the folder {www-root}/wp-content/plugins
Rename the folder contact-form-7 to something else
wp-admin should work now.

Warning message display when try to log in to my website

I have not take care of my site for couple months. Recently, I want to update my Wordpress and Themes. However, when I try to login www.beatyourbuy.com/wp-admin. It give me below message. First of all, I am not a IT expert, have limited knowledge of IT. Would really appreciate someone can help me about this.
The error message show as below (forgive my poor English):
Warning: include(/home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/includes/classes/main.php): failed to open stream: No such file or directory in /home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 15
Warning: include(): Failed opening '/home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/required/shipping_required.php' for inclusion (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 27
Warning: include(/home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/includes/templates/functions/woocm_editing_wrapper.php): failed to open stream: No such file or directory in /home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 28
There are more when you go to main page on www.beatyourbuy.com:
Fatal error: Call to undefined function wccs_positioning() in /home/fredyu/public_html/wp-content/plugins/woocommerce-checkout-manager/woocommerce-checkout-manager.php on line 75
It appears that the WordPress update has caused a problem with the Woocommerce Checkout Manager plugin.
To correct this, you must disable the offending plugin woocommerce-checkout-manager.
This will require you to have FTP access to your site. Once login via FTP , browse to the plugin directory wp-content/plugins/ and rename the folder woocommerce-checkout-manager to woocommerce-checkout-manager-disable.
You should now be able to log into the WordPress admin page and the Woocommerce Checkout Manager plugin will be deactivated.
Going only with what you have written, as a general rule it is advisable to update all plugins prior to a WordPress core update.

WordPress Error showing in compat.php

I am really new to wordpress environment.
I have the site on https://www.thewebdebug.com which is showing an error like
PHP Error Message
Fatal error: require() [function.require]: Failed opening required '/home/a9739613/public_html/wp-includes/random_compat/random.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a9739613/public_html/wp-includes/compat.php on line 338
can anybody tell me what is going on and how should i fix it.? I had tried on the web but couldnot find a solution that fits my need. I have recently upgraded my wordpress and some plugins failed to do.

Wordpress crashes when I click add a new plugin after uninstalling a plugin

I recently uninstalled the plugin SEO Facebook Comments
Since then when I click on add new plugin I get this error,
Warning: require_once(D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php): failed to open stream: No such file or directory in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42
Fatal error: require_once(): Failed opening required 'D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php' (include_path='D:\Dropbox\htdocs\bcu\wp-content\plugins\google-analyticator\google-api-php-client\src;.;D:\xampp\php\PEAR') in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42
I've looked for this error on google and this site although I cannot seem to find anyone else with this error?
Can anyone help me get past this?
I understand it may be a explicit PHP error but I am not too sure on how to fix it,
The error is within another plugin that you have installed.
The second line shows the actual crash
Fatal error: require_once(): Failed opening required 'D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php' (include_path='D:\Dropbox\htdocs\bcu\wp-content\plugins\google-analyticator\google-api-php-client\src;.;D:\xampp\php\PEAR') in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42
The plugin is named google analyticator and there is a problem with getting data by the looks of things.
Try de-activating the plugin and seeing if you can then add plugins after.
If that is the problem, try uninstalling the plugin, downloading the latest version and then installing that. If there is still a problem with that plugin, then you will have to report it to the creators and look for an alternative.

Categories