Title: Fatal error: undefined method
Last modified: August 31, 2016

---

# Fatal error: undefined method

 *  [ronaldk](https://wordpress.org/support/users/ronaldk/)
 * (@ronaldk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/)
 * **Fatal error:** Call to undefined method Events_Maker_Admin::get_action_page_id()
   in path\to\wp-content\plugins\events-maker\includes\class-admin.php on line 171
 * EM version 1.6.10. The error is thrown when I try to delete a page.
 * [https://wordpress.org/plugins/events-maker/](https://wordpress.org/plugins/events-maker/)

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

 *  Thread Starter [ronaldk](https://wordpress.org/support/users/ronaldk/)
 * (@ronaldk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/#post-6975309)
 * Replacing `$this->get_action_page_id` with `Events_Maker()->get_action_page_id`
   on lines 156 and 171 in class-admin.php seems to fix the error. But please note
   that I have no idea of what I’m doing.
 *  Thread Starter [ronaldk](https://wordpress.org/support/users/ronaldk/)
 * (@ronaldk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/#post-6975346)
 * Similar issue in the same file (class-admin.php) with calls to `$this->is_action_page_set`
   on lines 161 and 176. Should probably be `Events_Maker()->is_action_page_set`.
 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/#post-6975448)
 * Thx – we’ll fix that in the new release.
 *  [jedlovescpe2](https://wordpress.org/support/users/jedlovescpe2/)
 * (@jedlovescpe2)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/#post-6975588)
 * I have the same issue with ronaldK. When would be the next release?

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

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

 * ![](https://ps.w.org/events-maker/assets/icon-256x256.png?rev=1574084)
 * [Events Maker by dFactory](https://wordpress.org/plugins/events-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/events-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-maker/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [jedlovescpe2](https://wordpress.org/support/users/jedlovescpe2/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-undefined-method-1/#post-6975588)
 * Status: not resolved