• Resolved ranawaleed007

    (@ranawaleed007)


    I’m using Forminator on my site but today it conflicts and site admin goes down. Fortunately, I was able to recover the site but I just wanna does your plugin is compatible with the latest versions of the following plugins.
    Elementor (Free Version)
    Essential Addon for Elementor (Free Version)
    Royal Addon for Elementor (Free Version)
    Smush (Free Version)
    WP Rocket (Free Version)
    Yoast SEO (Free Version)

    Kindly let me know if your plugin is not activated with any of them.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @ranawaleed007,

    I hope you are doing well today!

    We don’t have any issues reported about the mentioned plugins with the latest version of Forminator. I also tested and could not see any issues.

    You can enable debug log in your wp-config.php file (located in your main WordPress folder) by replacing define('WP_DEBUG', false); with this code:

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set( 'log_errors', 1 );
    @ini_set( 'display_errors', 0 );

    Replicate the issue that you have and this should create debug.log file in your wp-content folder that could tell us what is going on.

    Please also note that WP Rocket is a premium plugin and does not have a free version, you can check https://wp-rocket.me/wp-rocket-trial/

    Kind regards,
    Zafer

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @ranawaleed007,

    We haven’t heard from you in a while, we will go ahead and mark this thread as resolved. If you have any additional questions or require further help, please let us know!

    Kind regards,
    Zafer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress Admin down’ is closed to new replies.