Title: Missing Fields
Last modified: August 31, 2016

---

# Missing Fields

 *  [makalu](https://wordpress.org/support/users/makalu/)
 * (@makalu)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/missing-fields-4/)
 * Hi,
 * I was super excited to discover this plugin, but unfortunately can’t get it working.
   When I try to create a new webhook, all the fields are missing. See:
 * [Screenshot of missing fields](http://files.dafacto.com/uploads/tCaDFtB5pd.png)
 * Any ideas? Thanks so much, in advance.
 * [https://wordpress.org/plugins/hookpress/](https://wordpress.org/plugins/hookpress/)

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

 *  [Ryan Veitch](https://wordpress.org/support/users/rveitch/)
 * (@rveitch)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-fields-4/#post-7436907)
 * Also encountering the same issue.
 * [Screenshot of console errors](http://veitchdigital.com/wp-content/uploads/2016/06/screenshot2418.png)
 * I was able to resolve it by simply restarting apache.
 *  [Ryan Veitch](https://wordpress.org/support/users/rveitch/)
 * (@rveitch)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-fields-4/#post-7436908)
 * **Update:**
 * After I encountered the issue again on another site I realized that the commonality
   was PHP7. I haven’t dug into the issue enough to check the cause of the conflict,
   but that appears to be it for me.
 *  [ruess](https://wordpress.org/support/users/ruess/)
 * (@ruess)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/missing-fields-4/#post-7436950)
 * Ya was not working for me either – using php7.
 * Managed to get it to work thanks to another user pointing out there was a deprecated
   function in the code. To fix it:
 * Replacing line 13 of services.php from
 *     ```
       if (ereg('[A-Z]+',$arg))
       ```
   
 * to
 *     ```
       if (preg_match('/[A-Z]+/i', $arg))
       ```
   
 * (Sorry for the redundancy – hope this will be fixed in the next release)
 *  [João Carvalho](https://wordpress.org/support/users/joaomcarvalho/)
 * (@joaomcarvalho)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/missing-fields-4/#post-8463111)
 * There are some extra steps to make it work with PHP 7. Please check [https://wordpress.org/support/topic/deprecated-function-used/](https://wordpress.org/support/topic/deprecated-function-used/)
   for more details.

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

The topic ‘Missing Fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hookpress_d3e7f8.svg)
 * [HookPress](https://wordpress.org/plugins/hookpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hookpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hookpress/)
 * [Active Topics](https://wordpress.org/support/plugin/hookpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hookpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hookpress/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [João Carvalho](https://wordpress.org/support/users/joaomcarvalho/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/missing-fields-4/#post-8463111)
 * Status: not resolved