führt unter 5.3 zu getImage is not set or not a callable +PHP-Code:
<?php
if($this->width > $this->height) {
#Querformatbilder
$ogimage = $this->getImage($this->urlEncode($this->singleSRC), 1200, 630 , 'crop');
}else{
#Hochformatbilder
$ogimage = $this->getImage($this->urlEncode($this->singleSRC), 630, 0 , 'proportional');
}
if($ogimage != "") {
$GLOBALS['og:image'] = $this->Environment->base . $ogimage;
}
?>
Weiß jemand wie ich das in 5.3 umformulieren muss?