site down, probably PHP change on server
Posted: Tue Jul 16, 2019 11:02 am
I have a site made with version 1.5.2 which has been running fine for years until a few days ago. The phpinfo shows it is now version 7.3.6, which I suspect was recently upgraded, but I don't know what it was before. The error log shows an error on line 70, it doesn't like the "new" for the CmsObject:
#Make a new CMS object
require(cms_join_path($dirname,'lib','classes','class.global.inc.php'));
$gCms =& new CmsObject();
if (isset($starttime))
{
$gCms->variables['starttime'] = $starttime;
}
Is there a simple fox for this, or a way to control the PHP version?
#Make a new CMS object
require(cms_join_path($dirname,'lib','classes','class.global.inc.php'));
$gCms =& new CmsObject();
if (isset($starttime))
{
$gCms->variables['starttime'] = $starttime;
}
Is there a simple fox for this, or a way to control the PHP version?