Title: Parse Error
Last modified: January 6, 2017

---

# Parse Error

 *  [manonetc](https://wordpress.org/support/users/manonatelier/)
 * (@manonatelier)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/parse-error-422/)
 * Getting this at the bottom of page:
 * Parse error: syntax error, unexpected ‘{‘ in /DOMAINPATH/wp-content/plugins/genesis-
   simple-hooks/plugin.php(134) : eval()’d code on line 2
 * I don’t even have debug on. Why is this showing up?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Nick C](https://wordpress.org/support/users/modernnerd/)
 * (@modernnerd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/parse-error-422/#post-8630073)
 * Hi, [@manonatelier](https://wordpress.org/support/users/manonatelier/).
 * The parse error suggests you have some invalid code in one of the Simple Hooks
   fields.
 * You could try removing the code a section at a time until the error clears, then
   review that code for syntax errors.
 * > I don’t even have debug on. Why is this showing up?
 * The `eval()` function the plugin uses throws a ParseError exception under PHP
   7 or higher if there’s a syntax error in you code. It sounds like your site is
   configured to show E_PARSE errors: [http://php.net/manual/en/function.error-reporting.php](http://php.net/manual/en/function.error-reporting.php)

Viewing 1 replies (of 1 total)

The topic ‘Parse Error’ is closed to new replies.

 * ![](https://ps.w.org/genesis-simple-hooks/assets/icon-256x256.png?rev=1335659)
 * [Genesis Simple Hooks](https://wordpress.org/plugins/genesis-simple-hooks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-simple-hooks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-simple-hooks/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-simple-hooks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-simple-hooks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-simple-hooks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nick C](https://wordpress.org/support/users/modernnerd/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/parse-error-422/#post-8630073)
 * Status: not resolved