e107_plugins/news/e_gsitemap.php
Call to undeclared method \e_shortcode::sc_news_image
Open
Open
$imgUrl = $sc->sc_news_image(['item'=>1, 'type'=>'src']);
- Exclude checks
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
return e107::getDb()->retrieve($query,true);
- Exclude checks
Call to undeclared method \e_shortcode::sc_news_image
Open
Open
'image' => (strpos($imgUrl, 'http') === 0) ? $imgUrl : SITEURLBASE.$sc->sc_news_image(['item'=>1, 'type'=>'src']),
- Exclude checks
Suspicious array access to ?mixed
Open
Open
'lastmod' => !empty($row['news_modified']) ? $row['news_modified'] : (int) $row['news_datestamp'],
- Exclude checks