• I am using Fluent snippets a lot, but on this install, whenever I activate the plugin, it crashes the WP. I’ve also noticed some suspicious PHP files planted across the WP install since the plugin install.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Ruman Ahmed

    (@algorithmsunlocks)

    Hello @dimy,

    Thank you for sharing the detailed information. Could you please enable the debug log to check if it’s showing any errors related to FluentSnippets?

    Share Debug Log: Please enable the debug log by defining the following constants in the wp-config.php file of your website (located in the public_html folder, accessible via a plugin or your hosting panel). This will generate the actual error log.

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', true );

    After enabling it, please share the log details with us so we can investigate this matter further. You can reload the page where the critical error appears, and it will display the direct error code there.

    Please let me know the update.

    Best regards!
    Ruman Ahmed.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.