The part of my header.tpl code which is causing the issue looks like:
{Messages::reset()}
The output is resulting in the error below(Not sure how to fix this):
ErrorException [ 4096 ]: Object of class Messages_Instance could not be converted to string
76</br>
77 <?php } ?>
78<?php } ?>
79
80
81<?php echo Messages::reset();?>
82
83
84<!-- End of messages -->
85<?php }} ?>
It looks like you're new here. If you want to get involved, click one of these buttons!