Copyright Holder (Author) & Copyright Year do not appear

Can anyone tell me why Copyright Holder (Author) & Copyright Year do not appear??
(OJS version: 3.1.2.4)

1-Publication Permissions
1
2-Permissions
2
3-Article details
3

	// Copyright and license info
	$templateMgr->assign(array(
		'copyright' => $journal->getLocalizedSetting('copyrightNotice'),
	));
	if ($article->getLicenseURL()) $templateMgr->assign(array(
		'licenseUrl' => $article->getLicenseURL(),
		'ccLicenseBadge' => Application::getCCLicenseBadge($article->getLicenseURL()),
		'copyrightHolder' => $article->getLocalizedCopyrightHolder(),
		'copyrightYear' => $article->getCopyrightYear(),
	));

Any idea about the problem?

Hi @Mohammed,

OJS 3.1.2-4 is by now quite old – I’d recommend upgrading before investing a lot of time in debugging this.

Regards,
Alec Smecher
Public Knowledge Project Team