PHP Fatal Error
-
Hello,
Recently began receiving this error:
PHP Fatal error: Uncaught Error: Call to undefined function rsvpmaker_details_post() in /srv/tenesquire.com/wp-content/plugins/rsvpmaker/rsvpmaker-api-endpoints.php:1146 Stack trace: #0 /srv/tenesquire.com/wp-includes/rest-api/class-wp-rest-server.php(1050): RSVPMaker_Details->get_items(Object(WP_REST_Request)) #1 /srv/tenesquire.com/wp-includes/rest-api/class-wp-rest-server.php(376): WP_REST_Server->dispatch(Object(WP_REST_Request)) #2 /srv/tenesquire.com/wp-includes/rest-api.php(339): WP_REST_Server->serve_request('/rsvpmaker/v1/r...') #3 /srv/tenesquire.com/wp-includes/class-wp-hook.php(287): rest_api_loaded(Object(WP)) #4 /srv/tenesquire.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #5 /srv/tenesquire.com/wp-includes/plugin.php(544): WP_Hook->do_action(Array) #6 /srv/tenesquire.com/wp-includes/class-wp.php(388): do_action_ref_array('parse_request', Array) #7 /srv/tenesquire.com/wp-includes/class-wp.php(745): WP->parse_request('') #8 /srv/tenesquire.com/wp-includes/functions.php(1285): WP->main( in /srv/tenesquire.com/wp-content/plugins/rsvpmaker/rsvpmaker-api-endpoints.php on line 1146
Doing a quick grep of the plugin seems the function definition for
rsvpmaker_details_post()
is missing.
Running version 8.0.6Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Fatal Error’ is closed to new replies.