Dear Vahid
Please go to /plugins/system/yt/includes/site/lib/yt_template.php and find:
function YtFrameworkTemplate ($template =null, $cookie) {
=> change to:
fnction __construct ($template =null, $cookie) {
go to /plugins/system/yt/includes/site/lib/yt_renderxml.php and find:
function YtFrameworkRenderXML($xmlfile){
=> change to:
fnction __construct ($xmlfile){
- go to templates/sj_imag/menusys/ytobject.php and find:
function YtObject()
=> change to:
fnction __construct()
you can refer read more here:
stackoverflow.com/questions/36339774/php7-constructor-class-name
thanks