• Sadly after installing and using this plugin, it crashed my site. Had to go in via FTP and remove plugin to get website back up. Won’t recommend.

Viewing 1 replies (of 1 total)
  • Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Hello @battleaxedesigns,

    This is not a plugin crashed your website, but the custom PHP code that you entered into the plugin.

    This plugin has a built-in functions for checking the custom PHP code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom PHP code causes an error and white screen. This is due to the fact that your custom PHP code has a syntax error that this plugin could not detect. When this happens with you just do the following and all will be fine.

    1. Via FTP, go to the plugin folder (in ‘wp-content/plugins/my-custom-functions/’).
    2. Rename the START file to STOP. This will stop the execution of your custom code.
    3. Return to the plugin settings page and edit/fix your custom PHP code that you entered before the crash.
    4. Rename the STOP file to START and you’re done!

    I’m already working on the function to automatically stop the plugin for cases when this plugin could not detect the error, and this caused the inaccessibility of the website.

    Regards,
    Arthur

Viewing 1 replies (of 1 total)
  • The topic ‘Crashed My Site’ is closed to new replies.