Title: Error on WordPress when activating Forminator
Last modified: February 19, 2025

---

# Error on WordPress when activating Forminator

 *  Resolved [danilogalli](https://wordpress.org/support/users/danilogalli/)
 * (@danilogalli)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/error-on-wordpress-when-activating-forminator/)
 * Hi,
   I’m experiencing an issue with the **Forminator** plugin: as soon as I activate
   it, my site crashes.**What I have tried so far:**
    - I deactivated all other plugins and kept **only Forminator** active.
    - I deleted and reinstalled the latest version of the plugin.
    - I checked that WordPress and PHP are up to date:
       * **WordPress version:** [6.7]
       * **PHP version:** [8.4]
    - I enabled WordPress debugging (`WP_DEBUG`), but I haven’t been able to identify
      the exact issue.
 * The error occurs **immediately after activating the plugin**.
 * Is there any specific configuration I should check or any known conflicts?
 * Thanks in advance for your support!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-on-wordpress-when-activating-forminator%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * (@wpmudevsupport15)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/error-on-wordpress-when-activating-forminator/#post-18316764)
 * Hi [@danilogalli](https://wordpress.org/support/users/danilogalli/),
 * I hope you are doing well today!
 * If the site crashes then it should log the errors to debug.log if it is setup
   correctly.
 * Please check your wp-config.php if you have the DEBUG_LOG active.
   [https://wpmudev.com/blog/debugging-wordpress-how-to-use-wp_debug/](https://wpmudev.com/blog/debugging-wordpress-how-to-use-wp_debug/)
 *     ```wp-block-code
       // Turn debugging ondefine('WP_DEBUG', true);// Tell WordPress to log everything to /wp-content/debug.logdefine('WP_DEBUG_LOG', true);// Turn off the display of error messages on your sitedefine('WP_DEBUG_DISPLAY', false);// For good measure, you can also add the following code, which will hide errors from being displayed on-screen@ini_set('display_errors', 0);
       ```
   
 * Then you can share the debug.log file contents with us using the free services
   such as Google Drive (public folder), [https://pastebin.com](https://pastebin.com)
   or [https://justpaste.it](https://justpaste.it)
 * Kind regards,
   Zafer
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/error-on-wordpress-when-activating-forminator/#post-18332443)
 * Hi [@danilogalli](https://wordpress.org/support/users/danilogalli/),
 * Since we haven’t heard from you for a while. I’ll mark this thread as resolved
   for now. Please feel free to re-open this thread if you need any further assistance.
 * Best Regards,
 * Nithin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error on WordPress when activating Forminator’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/error-on-wordpress-when-activating-forminator/#post-18332443)
 * Status: resolved