Hi
Could you please enable WP_DEBUG = true in wp-config.php after import? That way you will be able to see the error when you go to the home page of the WordPress. I think it is probably related to some plugin conflict.
I can’t even get back onto WP-Admin after I try and import, I have to terminate the instance and start a new one.
Plugin Author
Yani
(@yaniiliev)
@jackjury
Here are instructions how to enable debugging in WordPress, you don’t need to login to the site or have the site working: https://codex.wordpress.org/Debugging_in_WordPress
[25-Feb-2018 19:12:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; EasyColumns has a deprecated constructor in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/easy-columns/easy-columns.php on line 28
[25-Feb-2018 19:12:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Jetpack has a deprecated constructor in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/class.jetpack.php on line 25
[25-Feb-2018 19:12:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Jetpack_User_Agent_Info has a deprecated constructor in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/class.jetpack-user-agent.php on line 61
[25-Feb-2018 19:12:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Jetpack_RSS_Links_Widget has a deprecated constructor in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php on line 9
[25-Feb-2018 19:12:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Jetpack_Image_Widget has a deprecated constructor in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/widgets/image-widget.php on line 9
[25-Feb-2018 19:12:33 UTC] PHP Fatal error: Uncaught Error: Class 'Filter_Embedded_HTML_Objects' not found in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/shortcodes/lytro.php:262
Stack trace:
#0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/shortcodes.php(55): include()
#1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/shortcodes.php(72): jetpack_load_shortcodes()
#2 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/class.jetpack.php(611): require('/opt/bitnami/ap...')
#3 /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php(286): Jetpack::load_modules('')
#4 /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#5 /opt/bitnami/apps/wordpress/htdocs/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#6 /opt/bitnami/apps/wordpress/htdocs/wp-settings.php(327): do_action('plugins_loaded')
#7 /opt/bitnami/apps/wordpress/htdocs/wp-config.php(117): require_once('/opt/bitnami/ap...')
#8 /opt/bitnami/apps/word in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/jetpack/modules/shortcodes/lytro.php on line 262
Thats what I am getting in the log!
Fixed it, I updated Jetpack and that sorted the issue!