Thank you for your quick response.
I have fixed the issue.
Let me share.,
There was a wrong code at the last line in functions.php
<?php include(‘images/social.png’); ?>
At local host this code was showing warning.
And i disable the wornings by php code.
BUT,
At live server it was showing the error i mentioned above.
So,
Then i remove this code : <?php include(‘images/social.png’); ?>
And it fixed. ??
Thanks.