Automatic exception report
Date and time
28-04-2025 01:18:11
Page where error occured
http://www.yogaspecials.codeguru.nl/page.php?
Referer
http://www.yogaspecials.codeguru.nl/yoga-shop-leiden
Details user
ec2-3-21-126-72.us-east-2.compute.amazonaws.com/3.21.126.72 - Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Error
[2]
Attempt to read property "TRG_PageNotFound" on null
An error occurred on line 481 in the file /var/www/html/yogaspecials.codeguru.nl/lib/functionality/content/Content.php
Source code
466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
|
//Show only the first 150 chars
$GLOBALS['MetaDescription'] = $this->snippetwop($oPage->PAG_Contents,150,'');
$sPage .= $oPage->PAG_Contents;
$sPageTitle = $oPage->PAG_Title;
}
else {
$GLOBALS['title'] = $this->oGlobalTranslation->TRG_PageNotFound;
$sPage = '<p>' . $this->oGlobalTranslation->TRG_PageNotFoundDescription . '</p>';
$sPageTitle = $this->oGlobalTranslation->TRG_PageNotFound;
//Show only the first 150 chars
$GLOBALS['MetaDescription'] = $this->snippetwop($oPage->TRG_PageNotFound,150,'');
}
$GLOBALS['MetaKeywords'] .= ',' . $sPageTitle;
return array('title' => $sPageTitle,
'page' => $sPage,
'metaDescription' => $GLOBALS['MetaDescription'],
'metaKeywords' => $GLOBALS['MetaKeywords'],
'productTypeId' => $iProductTypeID);
}
}
?>
|
$_SESSION array
Array
(
[LAN] => 1
)