Automatic exception report

Date and time

28-04-2025 09:54:29

Page where error occured

http://www.yogaspecials.codeguru.nl/page.php?

Referer

http://yogaspecials.codeguru.nl/page.php

Details user

ec2-52-15-174-103.us-east-2.compute.amazonaws.com/52.15.174.103 - 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
)