WordPress Common Issues

FIXED – “Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist”

Need to fix Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist

If you are using Elementor Pro Page Builder and other related plugins that compliments Elementor you may be dealing with this fatal error.

Below is the full context of this fatal error. 

Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist’

The good news is that we can give you the exact thing that you need to do to get this fixed quickly and your website functioning again.

– Connect to your website files using FTP or your hosting control panel

– Navigate to the file path /wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php

– Locate line 48 of the file and change the code to the below.

ORIGINAL CODE:
$method = $reflection->getMethod( 'get_site_editor_type' );

CHANGE TO:
//$method = $reflection->getMethod( 'get_site_editor_type' );

– Save the file and BOOM… your site is now fixed.

Fatal error: Uncaught ReflectionException

If you get stuck we have agents ready to jump into action right away to fix this for you so you do not have to do it yourself.

Take care and HAPPY PRESSING!

  1. Thank you!! Such an easy fix and I’d never have known what to do if it wasn’t for this site. Thanks again!!

  2. Thank you so much! This article. I thought my site was lost for good but it is back up and looks fab on the most updated version of elementor.

Leave a Reply

Your email address will not be published. Required fields are marked *

QUESTIONS