• Here’s our website:

    https://meetingoftheminds.org/

    We’re using DIVI as our theme. I’m getting this error when I search for anything:

    “Fatal error: Uncaught Error: Call to undefined function et_fb_get_layout_type() in /home/********/public_html/wp-content/themes/Divi/includes/builder/framework.php:528 Stack trace: #0 /home/********/public_html/wp-includes/class-wp-hook.php(288): et_builder_body_classes(Array) #1 /home/********/public_html/wp-includes/plugin.php(203): WP_Hook->apply_filters(Array, Array) #2 /home/********/public_html/wp-includes/post-template.php(770): apply_filters(‘body_class’, Array, Array) #3 /home/********/public_html/wp-includes/post-template.php(557): get_body_class(Array) #4 /home/********/public_html/wp-content/themes/Divi/header.php(29): body_class() #5 /home/********/public_html/wp-includes/template.php(688): require_once(‘/home/**********/…’) #6 /home/********/public_html/wp-includes/template.php(647): load_template(‘/home/********/…’, true) #7 /home/********/public_html/wp-includes/general-template.php(41): locate_template(Array, true) #8 /home/********/public_html/wp-content/plugins/cloud-search/templates/cloud-search-temp in /home/********/public_html/wp-content/themes/Divi/includes/builder/framework.php on line 528”

    Example:

    https://meetingoftheminds.org/?s=drought

    Any ideas about why this might be happening?

    • This topic was modified 5 years, 11 months ago by Dave.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Dave

    (@ccsm)

    The ********* are inserted in place of the name of our home directory. Seemed like a bad idea to share that.

    Plugin Author Andrea Landonio

    (@lando1982)

    Hi Dave, it seems to be a problem external of my plugin, located in /home/tqtwofou/public_html/wp-content/themes/Divi/includes/builder/framework.php on line 528. I don’t know the DIVI theme.. could you debug more about the function et_fb_get_layout_type()?

    Could you share me your CloudSearch plugin configurations? Could be useful even if I don’t think it’s a configuration problem..

    Exactly the same problem here.

    Using Divi + BetterSearch plugin.

    Any ideas?

    The problem is with Divi, the helpers.php file is missing.

    To solve it you should go to:

    Divi/includes/builder/framework.php and add the this line at the beginning:

    require_once ET_BUILDER_DIR . ‘frontend-builder/helpers.php’;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error’ is closed to new replies.