foreach ($products as $product) {
if ($product['image']) {
$name = htmlspecialchars(strip_tags(html_entity_decode($product['name'], ENT_QUOTES, 'UTF-8')), ENT_QUOTES, 'UTF-8');
$output .= '';
$output .= ' ' . htmlspecialchars($this->url->link('product/product', 'product_id=' . $product['product_id']), ENT_QUOTES, 'UTF-8') . '';
$output .= ' weekly';
$output .= ' ' . date('Y-m-d\TH:i:sP', strtotime($product['date_modified'])) . '';
$output .= ' 1.0';
$output .= ' ';
$output .= ' ' . htmlspecialchars($this->model_tool_image->resize($product['image'], $this->config->get('theme_' . $this->config->get('config_theme') . '_image_popup_width'), $this->config->get('theme_' . $this->config->get('config_theme') . '_image_popup_height')), ENT_QUOTES, 'UTF-8') . '';
$output .= ' ' . $name . '';
$output .= ' ' . $name . '';
$output .= ' ';
$output .= '';
}
}
Fatal error: Uncaught Error: Class 'Controllerextensionfeedgooglesitemap' not found in /home/packagingsolutio/public_html/storage/modification/system/engine/action.php:71
Stack trace:
#0 /home/packagingsolutio/public_html/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#1 /home/packagingsolutio/public_html/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#2 /home/packagingsolutio/public_html/storage/modification/system/engine/router.php(134): Action->execute(Object(Registry))
#3 /home/packagingsolutio/public_html/storage/modification/system/engine/router.php(123): Router->execute(Object(Action))
#4 /home/packagingsolutio/public_html/system/framework.php(169): Router->dispatch(Object(Action), Object(Action))
#5 /home/packagingsolutio/public_html/system/startup.php(104): require_once('/home/packaging...')
#6 /home/packagingsolutio/public_html/index.php(19): start('catalog')
#7 {main}
thrown in /home/packagingsolutio/public_html/storage/modification/system/engine/action.php on line 71