Title: Fatal error
Last modified: August 31, 2016

---

# Fatal error

 *  Resolved [Jimmie Iversen](https://wordpress.org/support/users/jimmieiversen91/)
 * (@jimmieiversen91)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-2128/)
 * I am new to this website stuff, but hope you can help me.
 * I entered some code i a wrong spot, so I had to remove the plugin. so now everytime
   I try to activate the plugin again it says: Parse error: syntax error, unexpected‘
   dds’ (T_STRING), expecting ‘,’ or ‘;’ in /var/www/dspsnacks.com/public_html/wp-
   content/plugins/my-custom-functions/my-custom-functions.php(144) : eval()’d code
   on line 13.
 * Can I undo the code or how do I approach it?
    Thanks in advance.
 * Jimmie
 * [https://wordpress.org/plugins/my-custom-functions/](https://wordpress.org/plugins/my-custom-functions/)

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

 *  Plugin Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-2128/#post-7355483)
 * Hi Jimmie,
 * Sorrie for the delay in response.
 * This plugin is not perfect, so there are times when the entered custom code causes
   the error. To fix this, you can use one of two ways.
 * **1)** Your code stored in the Database of your website. For getting your code,
   you can go to the **Database** —> **Table** `wp_options` —> **Option** `anarcho_cfunctions_settings`—
   > `option_value`.
 * **2)** You can use the FTP method, for access to plugin’s settings page. Go to
   plugin’s folder (in `wp-content/plugins/`). Open `my-custom-functions.php` file.
   Find this line of code:
 *     ```
       MCFunctions_exec();
       ```
   
 * and comment it by placing two slashes (`//`) in beginning. Then you can go to
   plugin’s settings page and edit your entered custom code. After editing, just
   delete two slashes which you written before.
 * Regards,
    Arthur
 *  Thread Starter [Jimmie Iversen](https://wordpress.org/support/users/jimmieiversen91/)
 * (@jimmieiversen91)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-2128/#post-7355497)
 * Problem solved. Thank you very much Arthur!
 *  Plugin Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-2128/#post-7355498)
 * You’re welcome!
 *  [Hergé](https://wordpress.org/support/users/rguilbert/)
 * (@rguilbert)
 * [9 years ago](https://wordpress.org/support/topic/fatal-error-2128/#post-9148625)
 * Hi Arthur,
    Same problem and problem solved ! Thank you very much Arthur!
 *  Plugin Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [9 years ago](https://wordpress.org/support/topic/fatal-error-2128/#post-9148645)
 * Hi [@rguilbert](https://wordpress.org/support/users/rguilbert/),
 * You’re welcome!
 *  [steady](https://wordpress.org/support/users/lovedolluk/)
 * (@lovedolluk)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-2128/#post-9460772)
 * same problem but that line _MCFunctions\_exec();_ doesn’t exist now – you must
   have updated?
 *  Plugin Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-2128/#post-9462164)
 * Hi,
 * Some time ago I added an easier emergency way to stop the plugin. Here’s the 
   way:
 * 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.

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

The topic ‘Fatal error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-custom-functions_0e1030.svg)
 * [My Custom Functions](https://wordpress.org/plugins/my-custom-functions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-custom-functions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-custom-functions/)
 * [Active Topics](https://wordpress.org/support/plugin/my-custom-functions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-custom-functions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-custom-functions/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 7 replies
 * 4 participants
 * Last reply from: [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-2128/#post-9462164)
 * Status: resolved