Plugin Error Messages Appearing in WordPress Backend

This topic has 3 replies, 2 voices, and was last updated 5 days, 21 hours ago ago by khurram virk

  • Avatar: khurram virk
    khurram virk
    Participant
    May 12, 2025 at 19:03

    Dear Sir,

    Good day to you!

    I am currently seeing multiple warning messages in the WordPress backend related to missing plugin files.

    Messages are given below:

    home/gycxmgtlws4x/public_html/wp-content/plugins/code-snippets/code-snippets.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/woocommerce-multilingual/wpml-woocommerce.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/sitepress-multilingual-cms/sitepress.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/woocommerce-product-bundles/woocommerce-product-bundles.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/woo-product-bundle/wpc-product-bundles.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/woo-product-bundle-premium/wpc-product-bundles.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/indexnow/indexnow-url-submission.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/wpappninja/wpappninja.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/pinterest-for-woocommerce/pinterest-for-woocommerce.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/smart-product-viewer/smart-product-viewer.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/xstore-amp/xstore-amp.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/microsoft-clarity/clarity.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/aryo-activity-log/aryo-activity-log.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/pojo-accessibility/pojo-accessibility.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/query-monitor/query-monitor.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Warning: file_get_contents(/home/gycxmgtlws4x/public_html/wp-content/plugins/imagify-tools/imagify-tools.php): Failed to open stream: No such file or directory in /home/gycxmgtlws4x/public_html/wp-includes/functions.php on line 6893

    Kindly advise me a way to remove or clean up these messages to prevent them from displaying.

    Thank you.

    2 Answers
    Avatar: Alex Carter
    Alex Carter
    Support staff
    May 13, 2025 at 07:14

    Hello,

    Thank you for reaching out to us.

    The warning messages you are seeing in your WordPress backend indicate that WordPress is attempting to load plugin files that no longer exist in the specified directories. This typically happens when plugins are deleted manually via FTP or File Manager without being properly deactivated and removed through the WordPress admin panel.

    To resolve and clean up these warnings, please follow the steps below:

    1. Backup Your Website:
    Before making any changes, we strongly recommend creating a full backup of your website (files and database) to ensure you can restore it if needed.

    2. Remove Missing Plugins from the Database:
    These warnings are likely caused by orphaned entries in the wp_options or wp_active_plugins table. You can remove them by:
    – Logging into your WordPress admin panel.
    – Navigating to Plugins > Installed Plugins and checking if any of the listed plugins are still showing. If so, try deactivating and deleting them from the dashboard.
    – If they are not visible in the dashboard, you may need to access your database via phpMyAdmin and manually remove the entries from the wp_options table (option_name: active_plugins) or from any plugin-specific options.

    3. Reinstall and Properly Remove Plugins (Optional):
    If you are unsure which entries to remove manually, another approach is to reinstall the missing plugins via the WordPress dashboard or FTP, then deactivate and delete them properly through the admin panel. This will ensure all related data is removed cleanly.

    4. Disable Error Display (Optional):
    If you prefer to hide these warnings temporarily while resolving the issue, you can disable error display by editing your wp-config.php file:
    – Locate the line: define(‘WP_DEBUG’, true);
    – Replace it with:
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    Please note that this will only hide the warnings from being displayed but will not resolve the underlying issue.

    If you are not comfortable performing these steps yourself, we recommend contacting your hosting provider or a qualified WordPress developer for assistance.

    We hope this information is helpful.

    Best Regards,
    8Theme’s Team

    Avatar: khurram virk
    khurram virk
    Participant
    May 27, 2025 at 19:50

    Thanks for the support! My topic “Plugin Error Messages Appearing in WordPress Backend” has been successfully resolved.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Plugin Error Messages Appearing in WordPress Backend’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.