This error also affecting website structure. You can clearly see it in the image.it's only php warnings. You can ignore.
Just add this to the beginning of your index.php file
<?php
error_reporting(0);
?>
Can you check what version of php is suitable for this script??i guess the version of PHP doesn't match the script check documentations for the suitable version of PHP and apply it from your Cpanel PHP selector
Thanks dear,it's only php warnings. You can ignore.
Just add this to the beginning of your index.php file
<?php
error_reporting(0);
?>