php - Can't get Wordpress installation from backup working -


i trying install backup based off of getflywheel.com backup, give wp-content , .sql file.

i installed vanilla wordpress, dropped tables, imported sql file, , replaced wp-content folder, , when try , access installation receive litany of errors. what's going on?

notice: force_ssl_login deprecated since version 4.4! use force_ssl_admin() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3658  deprecated: methods same name class not constructors in future version of php; bvhttpclient has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/plugins/wp-site-migrate/bv_http_client.php on line 3  deprecated: methods same name class not constructors in future version of php; blogvault has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/plugins/wp-site-migrate/bv_class.php on line 3  deprecated: methods same name class not constructors in future version of php; bvdynamicbackup has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/plugins/wp-site-migrate/bv_dynamic_backup.php on line 3  deprecated: methods same name class not constructors in future version of php; bvsecurity has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/plugins/wp-site-migrate/bv_security.php on line 3  notice: force_ssl_login deprecated since version 4.4! use force_ssl_admin() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3658  warning: call_user_func_array() expects parameter 1 valid callback, function 'remove_admin_bar' not found or invalid function name in /applications/mamp/htdocs/wordpress/wp-includes/plugin.php on line 525  deprecated: methods same name class not constructors in future version of php; aboutmewidget has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/themes/divi/includes/widgets/widget-about.php on line 1  deprecated: methods same name class not constructors in future version of php; adsensewidget has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/themes/divi/includes/widgets/widget-adsense.php on line 1  deprecated: methods same name class not constructors in future version of php; advwidget has deprecated constructor in /applications/mamp/htdocs/wordpress/wp-content/themes/divi/includes/widgets/widget-ads.php on line 1  notice: called constructor method wp_widget in aboutmewidget deprecated since version 4.3.0! use __construct() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3718  notice: called constructor method wp_widget in adsensewidget deprecated since version 4.3.0! use __construct() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3718  notice: called constructor method wp_widget in advwidget deprecated since version 4.3.0! use __construct() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3718  notice: force_ssl_login deprecated since version 4.4! use force_ssl_admin() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3658  warning: session_start(): cannot send session cache limiter - headers sent (output started @ /applications/mamp/htdocs/wordpress/wp-includes/functions.php:3658) in /applications/mamp/htdocs/wordpress/wp-content/plugins/accesspress-social-login-lite/accesspress-social-login-lite.php on line 182  notice: force_ssl_login deprecated since version 4.4! use force_ssl_admin() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3658  notice: force_ssl_login deprecated since version 4.4! use force_ssl_admin() instead. in /applications/mamp/htdocs/wordpress/wp-includes/functions.php on line 3658  notice: trying property of non-object in /applications/mamp/htdocs/wordpress/wp-content/themes/divi/functions.php on line 8652  notice: trying property of non-object in /applications/mamp/htdocs/wordpress/wp-content/themes/divi/functions.php on line 8652  warning: cannot modify header information - headers sent (output started @ /applications/mamp/htdocs/wordpress/wp-includes/functions.php:3658) in /applications/mamp/htdocs/wordpress/wp-includes/pluggable.php on line 1167 

note: if wp_debug set false, receive error can't connect server @ all.

looks version of wp used out of sync version used database. try dropping wp-content directory up-to-date version of wp , see if helps.


Comments