• Hi,

    Today I have a warning in wordpress page (frontend e admin)

    Warning: include(/httpdocs/wp-content/plugins/wordlift/modules/food-kg/includes/vendor/composer/../composer/InstalledVersions.php

    How can I fix it?

    Thanks in advance.

    Best Regards,
    D.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Riccitelli

    (@ziodave)

    Hello,

    Thanks for contacting us. Can you please tell us which version of WordLift plugin you’re using?

    BR
    David

    Thread Starter davidsky

    (@davidsky)

    Hi,

    We are using v 3.38.1

    Best Regards,
    D.

    Plugin Author David Riccitelli

    (@ziodave)

    Hello,

    Can you please update to the latest 3.38.5 version and see this fixes the issue?

    BR
    David

    Thread Starter davidsky

    (@davidsky)

    Hi,

    I’ve updated to 3.38.5 but the issue isn’t fixed.

    Best regards,
    D.

    Plugin Author David Riccitelli

    (@ziodave)

    Hello,

    While we check the issue, as a quick workaround please turn off debug in wp-config.php:

    // Disable WP_DEBUG mode
    define( 'WP_DEBUG', false );
    
    // Disable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', false );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );

    Specifically these 2 lines will turn off WP printing error messages:

    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    For reference see https://www.ads-software.com/support/article/debugging-in-wordpress/

    You must insert this BEFORE /* That's all, stop editing! Happy blogging. */.

    Cheers,
    David

    Plugin Author David Riccitelli

    (@ziodave)

    @davidsky, we haven’t been able to reproduce it so far.

    Can you please tell us the website where you’re experiencing the issue?

    BR

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘warning in an include’ is closed to new replies.