WordPress Update 4.3.1 [closed]

this is the line causing the problem for you.

define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); 

this could be get_option(‘siteurl’) is not a string. please check what you having at wp-option table and siteurl row.

If possible check what you are getting when you run get_option('siteurl'); this line