• Resolved beantown123

    (@beantown123)


    Hi, I am getting many PHP Warnings in my logs on my site and it appears to be related to Ithemes Security and Yoast. I have deleted my URL for privacy, but is there a way to figure out the issue? Here are a few examples, although there’s way more:

    [27-Oct-2022 18:34:31 UTC] PHP Warning: include(/home/et**/**********.com/wp-content/plugins/wordpress-seo/vendor/composer/../../src/integrations/admin/link-count-columns-integration.php): failed to open stream: No such file or directory in /home/et**/**********.com/wp-content/plugins/better-wp-security/vendor-prod/composer/ClassLoader.php on line 571
    [27-Oct-2022 18:34:31 UTC] PHP Warning: include(): Failed opening ‘/home/et**/**********.com/wp-content/plugins/wordpress-seo/vendor/composer/../../src/integrations/admin/link-count-columns-integration.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/et**/**********.com/wp-content/plugins/better-wp-security/vendor-prod/composer/ClassLoader.php on line 571
    [27-Oct-2022 18:34:31 UTC] PHP Warning: include(/home/et**/**********.com/wp-content/plugins/wordpress-seo/vendor/composer/../../src/integrations/admin/menu-badge-integration.php): failed to open stream: No such file or directory in /home/et**/**********.com/wp-content/plugins/better-wp-security/vendor-prod/composer/ClassLoader.php on line 571

Viewing 8 replies - 1 through 8 (of 8 total)
  • Matthew

    (@atxmatt)

    @beantown123 What PHP version are you using and what WordPress version?

    Thread Starter beantown123

    (@beantown123)

    PHP 7.4.32
    Wordpress 6.0.3

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @beantown123, thanks for reaching out. The failed to open stream: No such file or directory error usually occurs when a plugin update/installation couldn’t complete correctly. Could you please deactivate, delete and re-install the iTSec and Yoast plugins (one at a time) and ensure that the file that cannot be loaded is in the re-installed version? For additional steps on this error, please see here. I hope this helps!

    Thread Starter beantown123

    (@beantown123)

    Hi thanks for the response. I don’t seem to see those directories still when checking 2 of them. Before I make changes, a few quick questions if you don’t mind:

    1. Will I lose any data if I delete those plugins?

    2. If I do not see the error repeating lately, could it have solved itself?

    3. I was using Yoast SEO Premium but have not renewed. Could this be related?

    4. I do not see the additional steps listed. Maybe the link didn’t post?

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @beantown123,

    1. For iThemes Security, uninstalling the plugin will run a cleanup script and remove itself from the site (including the database), so you will need to undergo the onboarding process again. For Yoast SEO, according to their article here: https://yoast.com/help/how-can-i-uninstall-my-plugin/

    “Uninstalling the plugin does not remove Yoast SEO data from your database so you can safely remove and re-install the plugin without losing any of your hard work.”

    Still, it is recommended to make a complete backup of your website before uninstalling the plugins.

    2. It could be, but I recommend double-checking the PHP logs with your hosting provider to confirm.

    3. This error points to missing files, so if you can’t see the directories in your file manager, a manual re-install of updated plugin versions might help. To be sure that the renewal cancellation is unrelated to this issue, I recommend contacting YOAST support about this.

    4. Apologies for the missing link. Here is the article: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-failed-to-open-stream-error/

    I hope the above helps!

    nlpro

    (@nlpro)

    @beantown123

    1. To prevent the iTSec plugin data in the database from being deleted when clicking on the plugin Delete link on the WordPress Plugins page, add the line below to the wp-config.php file:

    define( 'ITSEC_DEVELOPMENT', true );

    Don’t forget to remove it afterwards ??

    • This reply was modified 2 years ago by nlpro.
    Thread Starter beantown123

    (@beantown123)

    Thank you!

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @beantown123, I’ll now mark this topic as resolved. Please don’t hesitate to reach out to us if you have other concerns that you’d like us to assist with.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue with Yoast’ is closed to new replies.