Incompatibiity with PHP7.3?
The important one there is the "Status Code: 500" as that means a server error. Looking at the "error_log" file in the "wp-admin" folder of your site it shows the following:-
[28-Jan-2020 11:01:44 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /home/efsumbor/public_html/blog/wp-content/themes/betheme/functions/builder/back.php:918
Stack trace:
0 /home/efsumbor/public_html/blog/wp-content/themes/betheme/functions/meta-portfolio.php(477): mfn_builder_save(1967)
1 /home/efsumbor/public_html/blog/wp-includes/class-wp-hook.php(290): mfn_portfolio_save_data(1967)
2 /home/efsumbor/public_html/blog/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
3 /home/efsumbor/public_html/blog/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
4 /home/efsumbor/public_html/blog/wp-includes/post.php(4120): do_action('save_post', 1967, Object(WP_Post), true)
5 /home/efsumbor/public_html/blog/wp-includes/post.php(4197): wp_insert_post(Array, false)
6 /home/efsumbor/public_html/blog/wp-admin/includes/post.php(407): wp_update_post(Array)
7 /home/efsumbor/public_html/blog/wp-admin/post.php(219): edit_post()
8
thrown in /home/efsumbor/public_html/blog/wp-content/themes/betheme/functions/builder/back.php on line 918
Are you sure all your plugins and theme are fully compatible with PHP 7.3? You may wish to provide this error to the supplier of the script referenced at "/home/efsumbor/public_html/blog/wp-content/themes/betheme/functions/builder/back.php" as that appears to be the cause.
Is the BeTheme compaitble with 7.3?
Comments
http://themes.muffingroup.com/betheme/documentation/#general
Theme updates will not delete your content unless you have changed the
files directly in which case we suggest using a child theme.
We also recommend creating a backup file.
Please remove the theme completely from your theme folder and install a
fresh copy. Do not overwrite files.
thanks