
######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/listing/BestsellersBoxThemeContentView.inc.php
      line: 151
      function: buildDataArray
      class: product_ORIGIN
      snippet: │                      $t_row              = array_merge($t_row,
        │                                                        ['ID' => xtc_row_number_format((double)$t_rows_cnt)]);
        ├─                     $t_products_array[] = $coo_product->buildDataArray($t_row);
        │                      $this->add_product_data($t_products_array, $t_row, $coo_product);
        │                  }
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/GoogleECommerce/Shop/Overloads/BestsellersBoxThemeContentView/GoogleAnalyticsThemeBestsellersBox.inc.php
      line: 19
      function: prepare_data
      class: BestsellersBoxThemeContentView
      snippet: │      public function prepare_data()
        │      {
        ├─         parent::prepare_data();
        │          
        │          $ids = [];
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: GoogleAnalyticsThemeBestsellersBox
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/Boxes/boxes/best_sellers.php
      line: 28
      function: get_html
      class: ThemeContentView
      snippet: │  $coo_bestsellers = MainFactory::create_object('BestsellersBoxThemeContentView');
        │  $coo_bestsellers->set_('category_id', (int)$this->category_id);
        ├─ $t_box_html = $coo_bestsellers->get_html();
        │  
        │  $gm_box_pos = $GLOBALS['coo_template_control']->get_menubox_position('bestsellers');
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/Boxes/boxes.php
      line: 93
      function: include
      snippet: │  if ($GLOBALS['coo_template_control']->get_menubox_status('bestsellers')) {
        │      if (StyleEditServiceFactory::service()->isEditing() || !$this->coo_product->isProduct()) {
        ├─         include(DIR_WS_BOXES . 'best_sellers.php');
        │      }
        │  }
    6:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/menuboxes/MenuBoxesContentControl.php
      line: 101
      function: include
      snippet: │      public function proceed()
        │      {
        ├─         include(DIR_FS_CATALOG . 'GXMainComponents/View/Boxes/boxes.php');
        │          
        │          return true;
    7:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 62
      function: proceed
      class: MenuBoxesContentControl
      snippet: │  $coo_mn_menu_boxes_control->set_('coo_product', $GLOBALS['product']);
        │  $coo_mn_menu_boxes_control->set_('coo_xtc_price', $GLOBALS['xtPrice']);
        ├─ $coo_mn_menu_boxes_control->proceed();
        │  
        │  $coo_listing_control = MainFactory::create_object('ProductListingContentControl');

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/listing/SpecialsBoxThemeContentView.inc.php
      line: 89
      function: buildDataArray
      class: product_ORIGIN
      snippet: │              if ((isset($this->sql_result["products_id"]) && $this->sql_result["products_id"] != '')
        │                  || StyleEditServiceFactory::service()->isEditing()) {
        ├─                 $t_box_content_array                  = $this->coo_product->buildDataArray($this->sql_result);
        │                  $this->content_array['box_content']   = $t_box_content_array;
        │                  $this->content_array['SPECIALS_LINK'] = xtc_href_link(FILENAME_SPECIALS);
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/GoogleECommerce/Shop/Overloads/SpecialsBoxThemeContentView/GoogleAnalyticsThemeSpecialsBox.inc.php
      line: 19
      function: prepare_data
      class: SpecialsBoxThemeContentView
      snippet: │      public function prepare_data()
        │      {
        ├─         parent::prepare_data();
        │          
        │          $trackingService   = GoogleAnalyticsServiceFactory::trackingService();
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: GoogleAnalyticsThemeSpecialsBox
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/Boxes/boxes/specials.php
      line: 23
      function: get_html
      class: ThemeContentView
      snippet: │  $coo_specials = MainFactory::create_object('SpecialsBoxThemeContentView');
        │  $coo_specials->set_('coo_product', $this->coo_product);
        ├─ $t_box_html = $coo_specials->get_html();
        │  
        │  $gm_box_pos = $GLOBALS['coo_template_control']->get_menubox_position('specials');
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/Boxes/boxes.php
      line: 108
      function: include
      snippet: │  if ($GLOBALS['coo_template_control']->get_menubox_status('specials')) {
        │      if (StyleEditServiceFactory::service()->isEditing() || !$this->coo_product->isProduct()) {
        ├─         include(DIR_WS_BOXES . 'specials.php');
        │      }
        │  }
    6:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/menuboxes/MenuBoxesContentControl.php
      line: 101
      function: include
      snippet: │      public function proceed()
        │      {
        ├─         include(DIR_FS_CATALOG . 'GXMainComponents/View/Boxes/boxes.php');
        │          
        │          return true;
    7:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 62
      function: proceed
      class: MenuBoxesContentControl
      snippet: │  $coo_mn_menu_boxes_control->set_('coo_product', $GLOBALS['product']);
        │  $coo_mn_menu_boxes_control->set_('coo_xtc_price', $GLOBALS['xtPrice']);
        ├─ $coo_mn_menu_boxes_control->proceed();
        │  
        │  $coo_listing_control = MainFactory::create_object('ProductListingContentControl');

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/listing/TopProductsMainThemeContentView.inc.php
      line: 65
      function: buildDataArray
      class: product_ORIGIN
      snippet: │                  while ($t_new_products = xtc_db_fetch_array($t_result)) {
        │                      $coo_product   = MainFactory::create_object('product', [$t_new_products['products_id']]);
        ├─                     $topProducts[] = $coo_product->buildDataArray($coo_product->data);
        │                  }
        │                  
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/GoogleECommerce/Shop/Overloads/TopProductsMainThemeContentView/GoogleAnalyticsThemeTopProductsMain.inc.php
      line: 16
      function: prepare_data
      class: TopProductsMainThemeContentView
      snippet: │      public function prepare_data()
        │      {
        ├─         parent::prepare_data();
        │          
        │          $trackingService   = GoogleAnalyticsServiceFactory::trackingService();
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: GoogleAnalyticsThemeTopProductsMain
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/layout/IndexThemeContentView.inc.php
      line: 147
      function: get_html
      class: ThemeContentView
      snippet: │                                               $_SESSION['customers_status']['customers_status_id']);
        │          $coo_top_products_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $this->content_array['MODULE_new_products'] = $coo_top_products_content_view->get_html();
        │          
        │          //UPCOMING
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/layout/IndexThemeContentView.inc.php
      line: 64
      function: load_center_modules
      class: IndexThemeContentView
      snippet: │              $this->load_content_data(11, 'bottom');
        │              
        ├─             $this->load_center_modules();
        │          } else {
        │              trigger_error("Variable(s) " . implode(', ',
    6:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: IndexThemeContentView
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    7:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 1823
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_index_content_view->set_('customers_status_id', $_SESSION['customers_status']['customers_status_id']);
        │          $coo_index_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $t_html_output = $coo_index_content_view->get_html();
        │  
        │          return $t_html_output;
    8:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 204
      function: get_start_page_html_output
      class: ProductListingContentControl
      snippet: │                          case 'top':
        │                              // start page
        ├─                             $this->v_output_buffer = $this->get_start_page_html_output();
        │  
        │                              return true;
    9:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 117
      function: proceed
      class: ProductListingContentControl
      snippet: │  $coo_listing_control->set_('view_mode', isset($_GET['view_mode']) ? (string)$_GET['view_mode'] : null);
        │  $coo_listing_control->set_('show_price_tax', $_SESSION['customers_status']['customers_status_show_price_tax']);
        ├─ $coo_listing_control->proceed();
        │  
        │  $t_redirect_url = $coo_listing_control->get_redirect_url();

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/listing/SpecialsMainThemeContentView.inc.php
      line: 67
      function: buildDataArray
      class: product_ORIGIN
      snippet: │                      while ($t_specials = xtc_db_fetch_array($t_result)) {
        │                          $coo_product = MainFactory::create_object('product', [$t_specials['products_id']]);
        ├─                         $specials[]  = $coo_product->buildDataArray($coo_product->data);
        │                      }
        │                      $this->content_array['module_content']      = $specials;
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/GoogleECommerce/Shop/Overloads/SpecialsMainThemeContentView/GoogleAnalyticsThemeSpecialsMain.inc.php
      line: 16
      function: prepare_data
      class: SpecialsMainThemeContentView
      snippet: │      public function prepare_data()
        │      {
        ├─         parent::prepare_data();
        │          
        │          $trackingService   = GoogleAnalyticsServiceFactory::trackingService();
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: GoogleAnalyticsThemeSpecialsMain
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/layout/IndexThemeContentView.inc.php
      line: 167
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_specials_main_content_view->set_('languages_id', $_SESSION['languages_id']);
        │          $coo_specials_main_content_view->set_('specials_count', gm_get_conf("GM_SPECIALS_STARTPAGE"));
        ├─         $this->content_array['specials_main'] = $coo_specials_main_content_view->get_html();
        │          
        │          //NEW
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/layout/IndexThemeContentView.inc.php
      line: 64
      function: load_center_modules
      class: IndexThemeContentView
      snippet: │              $this->load_content_data(11, 'bottom');
        │              
        ├─             $this->load_center_modules();
        │          } else {
        │              trigger_error("Variable(s) " . implode(', ',
    6:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 153
      function: prepare_data
      class: IndexThemeContentView
      snippet: │      {
        │          $t_html_output = '';
        ├─         $this->prepare_data();
        │          if ($this->build_html == true) {
        │              $t_html_output = $this->build_html();
    7:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 1823
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_index_content_view->set_('customers_status_id', $_SESSION['customers_status']['customers_status_id']);
        │          $coo_index_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $t_html_output = $coo_index_content_view->get_html();
        │  
        │          return $t_html_output;
    8:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 204
      function: get_start_page_html_output
      class: ProductListingContentControl
      snippet: │                          case 'top':
        │                              // start page
        ├─                             $this->v_output_buffer = $this->get_start_page_html_output();
        │  
        │                              return true;
    9:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 117
      function: proceed
      class: ProductListingContentControl
      snippet: │  $coo_listing_control->set_('view_mode', isset($_GET['view_mode']) ? (string)$_GET['view_mode'] : null);
        │  $coo_listing_control->set_('show_price_tax', $_SESSION['customers_status']['customers_status_show_price_tax']);
        ├─ $coo_listing_control->proceed();
        │  
        │  $t_redirect_url = $coo_listing_control->get_redirect_url();

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 482
      function: buildDataArray
      class: product_ORIGIN
      snippet: │          $product = new product($productId);
        │      
        ├─         $productData = $product->buildDataArray($product->data);
        │      
        │          if (is_array($productData['PRODUCTS_SHIPPING_RANGE']) && count($productData['PRODUCTS_SHIPPING_RANGE']) >= 2
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 340
      function: getShippingStatusText
      class: ProductListWidgetOutputCommand
      snippet: │              'showManufacturerImages'     => $this->commandConfiguration->showManufacturerImages(),
        │              'showProductRibbons'         => $this->commandConfiguration->showProductRibbons(),
        ├─             'PRODUCTS_SHIPPING_NAME'     => $this->getShippingStatusText($product->getShippingStatusName(), $product->getProductsId()),
        │              'PRODUCTS_SHORT_DESCRIPTION' => $product->getShortDescription(),
        │              'PRODUCTS_META_DESCRIPTION'  => $product->getMetaDescription(),
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 147
      function: dataFromFeaturedProduct
      class: ProductListWidgetOutputCommand
      snippet: │  
        │              if ($product instanceof FeaturedProduct) {
        ├─                 $productData[] = $this->dataFromFeaturedProduct($product, $this->commandConfiguration->languageCode());
        │              }
        │          }
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Shop/SmartyPlugins/function.product_list.php
      line: 48
      function: execute
      class: ProductListWidgetOutputCommand
      snippet: │      ];
        │  
        ├─     $result = MainFactory::create(ProductListWidgetOutputCommand::class, ...$construct)->execute() ?? '';
        │  
        │      if (!$result) {
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/classes/ContentZoneLoader.inc.php
      line: 113
      function: smarty_function_product_list
      snippet: │                          
        │                          if (function_exists($functionName)) {
        ├─                             $smartyFunctionContent = $functionName($args, $this->template);
        │                              $htmlContent           = str_replace($completeString,
        │                                                                   $smartyFunctionContent,
    6:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/SmartyPlugins/function.content_zone.php
      line: 19
      function: __toString
      class: ContentZoneLoader
      snippet: │  function smarty_function_content_zone($params, Smarty_Internal_Template $template)
        │  {
        ├─     return (string)MainFactory::create(ContentZoneLoader::class, $params, $template);
        │  }
    7:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 65
      function: smarty_function_content_zone
      snippet: │  
        │  
        ├─ 	<?php echo smarty_function_content_zone(array('id'=>"home"),$_smarty_tpl);?>
        │  
        │  
    8:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 248
      function: callBlock
      class: Block_12105916476152febf7c6236_68870124
      snippet: │          $this->sourceStack[] = $tpl->source;
        │          $tpl->source = $this->sources[ $block->tplIndex ];
        ├─         $block->callBlock($tpl);
        │          $tpl->source = array_pop($this->sourceStack);
        │      }
    9:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 184
      function: callBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │          }
        │          if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
        ├─             $this->callBlock($block, $tpl);
        │          } else {
        │              $this->process($tpl, $block->child, $block);
    10:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 156
      function: process
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │              $block->child = $block->child->child;
        │          }
        ├─         $this->process($tpl, $block);
        │      }
        │  
    11:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 26
      function: instanceBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │  $_smarty_tpl->_loadInheritance();
        │  $_smarty_tpl->inheritance->init($_smarty_tpl, false);
        ├─ $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12105916476152febf7c6236_68870124', "home");
        │  }
        │  /* {block "home_error"} */
    12:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
      line: 123
      function: content_6152febf7c92d9_07331641
      snippet: │                  }
        │              }
        ├─             $unifunc($_template);
        │              foreach ($_template->endRenderCallbacks as $callback) {
        │                  call_user_func($callback, $_template);
    13:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
      line: 114
      function: getRenderedTemplateCode
      class: Smarty_Template_Resource_Base
      snippet: │              $_template->source->handler->renderUncompiled($_template->source, $_template);
        │          } else {
        ├─             $this->getRenderedTemplateCode($_template);
        │          }
        │          if ($_template->caching && $this->has_nocache_code) {
    14:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
      line: 216
      function: render
      class: Smarty_Template_Compiled
      snippet: │                  $this->loadCompiled(true);
        │              }
        ├─             $this->compiled->render($this);
        │          }
        │          // display or fetch
    15:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 232
      function: render
      class: Smarty_Internal_Template
      snippet: │                      $template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);
        │                  }
        ├─                 $result = $template->render(false, $function);
        │                  $template->_cleanUp();
        │                  if ($saveVars) {
    16:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 116
      function: _execute
      class: Smarty_Internal_TemplateBase
      snippet: │      public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
        │      {
        ├─         $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
        │          return $result === null ? ob_get_clean() : $result;
        │      }
    17:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 448
      function: fetch
      class: Smarty_Internal_TemplateBase
      snippet: │              $fetchTemplatePath .= implode('|', $extenderTemplateFiles);
        │          }
        ├─         $t_html_output = $this->v_coo_smarty->fetch($fetchTemplatePath, $this->get_cache_id());
        │          
        │          # insert session_ids
    18:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 155
      function: build_html
      class: ThemeContentView
      snippet: │          $this->prepare_data();
        │          if ($this->build_html == true) {
        ├─             $t_html_output = $this->build_html();
        │          }
        │          
    19:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 1823
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_index_content_view->set_('customers_status_id', $_SESSION['customers_status']['customers_status_id']);
        │          $coo_index_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $t_html_output = $coo_index_content_view->get_html();
        │  
        │          return $t_html_output;
    20:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 204
      function: get_start_page_html_output
      class: ProductListingContentControl
      snippet: │                          case 'top':
        │                              // start page
        ├─                             $this->v_output_buffer = $this->get_start_page_html_output();
        │  
        │                              return true;
    21:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 117
      function: proceed
      class: ProductListingContentControl
      snippet: │  $coo_listing_control->set_('view_mode', isset($_GET['view_mode']) ? (string)$_GET['view_mode'] : null);
        │  $coo_listing_control->set_('show_price_tax', $_SESSION['customers_status']['customers_status_show_price_tax']);
        ├─ $coo_listing_control->proceed();
        │  
        │  $t_redirect_url = $coo_listing_control->get_redirect_url();

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 482
      function: buildDataArray
      class: product_ORIGIN
      snippet: │          $product = new product($productId);
        │      
        ├─         $productData = $product->buildDataArray($product->data);
        │      
        │          if (is_array($productData['PRODUCTS_SHIPPING_RANGE']) && count($productData['PRODUCTS_SHIPPING_RANGE']) >= 2
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 340
      function: getShippingStatusText
      class: ProductListWidgetOutputCommand
      snippet: │              'showManufacturerImages'     => $this->commandConfiguration->showManufacturerImages(),
        │              'showProductRibbons'         => $this->commandConfiguration->showProductRibbons(),
        ├─             'PRODUCTS_SHIPPING_NAME'     => $this->getShippingStatusText($product->getShippingStatusName(), $product->getProductsId()),
        │              'PRODUCTS_SHORT_DESCRIPTION' => $product->getShortDescription(),
        │              'PRODUCTS_META_DESCRIPTION'  => $product->getMetaDescription(),
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 147
      function: dataFromFeaturedProduct
      class: ProductListWidgetOutputCommand
      snippet: │  
        │              if ($product instanceof FeaturedProduct) {
        ├─                 $productData[] = $this->dataFromFeaturedProduct($product, $this->commandConfiguration->languageCode());
        │              }
        │          }
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Shop/SmartyPlugins/function.product_list.php
      line: 48
      function: execute
      class: ProductListWidgetOutputCommand
      snippet: │      ];
        │  
        ├─     $result = MainFactory::create(ProductListWidgetOutputCommand::class, ...$construct)->execute() ?? '';
        │  
        │      if (!$result) {
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/classes/ContentZoneLoader.inc.php
      line: 113
      function: smarty_function_product_list
      snippet: │                          
        │                          if (function_exists($functionName)) {
        ├─                             $smartyFunctionContent = $functionName($args, $this->template);
        │                              $htmlContent           = str_replace($completeString,
        │                                                                   $smartyFunctionContent,
    6:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/SmartyPlugins/function.content_zone.php
      line: 19
      function: __toString
      class: ContentZoneLoader
      snippet: │  function smarty_function_content_zone($params, Smarty_Internal_Template $template)
        │  {
        ├─     return (string)MainFactory::create(ContentZoneLoader::class, $params, $template);
        │  }
    7:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 65
      function: smarty_function_content_zone
      snippet: │  
        │  
        ├─ 	<?php echo smarty_function_content_zone(array('id'=>"home"),$_smarty_tpl);?>
        │  
        │  
    8:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 248
      function: callBlock
      class: Block_12105916476152febf7c6236_68870124
      snippet: │          $this->sourceStack[] = $tpl->source;
        │          $tpl->source = $this->sources[ $block->tplIndex ];
        ├─         $block->callBlock($tpl);
        │          $tpl->source = array_pop($this->sourceStack);
        │      }
    9:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 184
      function: callBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │          }
        │          if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
        ├─             $this->callBlock($block, $tpl);
        │          } else {
        │              $this->process($tpl, $block->child, $block);
    10:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 156
      function: process
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │              $block->child = $block->child->child;
        │          }
        ├─         $this->process($tpl, $block);
        │      }
        │  
    11:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 26
      function: instanceBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │  $_smarty_tpl->_loadInheritance();
        │  $_smarty_tpl->inheritance->init($_smarty_tpl, false);
        ├─ $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12105916476152febf7c6236_68870124', "home");
        │  }
        │  /* {block "home_error"} */
    12:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
      line: 123
      function: content_6152febf7c92d9_07331641
      snippet: │                  }
        │              }
        ├─             $unifunc($_template);
        │              foreach ($_template->endRenderCallbacks as $callback) {
        │                  call_user_func($callback, $_template);
    13:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
      line: 114
      function: getRenderedTemplateCode
      class: Smarty_Template_Resource_Base
      snippet: │              $_template->source->handler->renderUncompiled($_template->source, $_template);
        │          } else {
        ├─             $this->getRenderedTemplateCode($_template);
        │          }
        │          if ($_template->caching && $this->has_nocache_code) {
    14:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
      line: 216
      function: render
      class: Smarty_Template_Compiled
      snippet: │                  $this->loadCompiled(true);
        │              }
        ├─             $this->compiled->render($this);
        │          }
        │          // display or fetch
    15:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 232
      function: render
      class: Smarty_Internal_Template
      snippet: │                      $template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);
        │                  }
        ├─                 $result = $template->render(false, $function);
        │                  $template->_cleanUp();
        │                  if ($saveVars) {
    16:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 116
      function: _execute
      class: Smarty_Internal_TemplateBase
      snippet: │      public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
        │      {
        ├─         $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
        │          return $result === null ? ob_get_clean() : $result;
        │      }
    17:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 448
      function: fetch
      class: Smarty_Internal_TemplateBase
      snippet: │              $fetchTemplatePath .= implode('|', $extenderTemplateFiles);
        │          }
        ├─         $t_html_output = $this->v_coo_smarty->fetch($fetchTemplatePath, $this->get_cache_id());
        │          
        │          # insert session_ids
    18:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 155
      function: build_html
      class: ThemeContentView
      snippet: │          $this->prepare_data();
        │          if ($this->build_html == true) {
        ├─             $t_html_output = $this->build_html();
        │          }
        │          
    19:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 1823
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_index_content_view->set_('customers_status_id', $_SESSION['customers_status']['customers_status_id']);
        │          $coo_index_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $t_html_output = $coo_index_content_view->get_html();
        │  
        │          return $t_html_output;
    20:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 204
      function: get_start_page_html_output
      class: ProductListingContentControl
      snippet: │                          case 'top':
        │                              // start page
        ├─                             $this->v_output_buffer = $this->get_start_page_html_output();
        │  
        │                              return true;
    21:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 117
      function: proceed
      class: ProductListingContentControl
      snippet: │  $coo_listing_control->set_('view_mode', isset($_GET['view_mode']) ? (string)$_GET['view_mode'] : null);
        │  $coo_listing_control->set_('show_price_tax', $_SESSION['customers_status']['customers_status_show_price_tax']);
        ├─ $coo_listing_control->proceed();
        │  
        │  $t_redirect_url = $coo_listing_control->get_redirect_url();

######################################################################

[2021-09-28 13:38:39 | WARNING] getimagesize(images/product_images/thumbnail_images/combined.png): failed to open stream: No such file or directory
context:
  session ID: session-6152febc629925.44100803
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
  line: 1187
  context:
    pid: 1
    image: combined.png
  code snippet: │  	function productImageSize($pid, $image)
    │  	{
    ├─ 		$gm_imagesize = @getimagesize(DIR_WS_THUMBNAIL_IMAGES . $image);
    │  		$gm_query = xtc_db_query("
    │  									UPDATE " .
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/includes/classes/product.php
      line: 1073
      function: productImageSize
      class: product_ORIGIN
      snippet: │  		if(isset($array['products_image_w']) && empty($array['products_image_w']) && xtc_not_null($array['products_image']))
        │  		{
        ├─ 			$gm_imagesize = $this->productImageSize($array['products_id'], $array['products_image']);
        │  			$array['products_image_w'] = $gm_imagesize[0];
        │  			$array['products_image_h'] = $gm_imagesize[1];
    1:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 482
      function: buildDataArray
      class: product_ORIGIN
      snippet: │          $product = new product($productId);
        │      
        ├─         $productData = $product->buildDataArray($product->data);
        │      
        │          if (is_array($productData['PRODUCTS_SHIPPING_RANGE']) && count($productData['PRODUCTS_SHIPPING_RANGE']) >= 2
    2:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 340
      function: getShippingStatusText
      class: ProductListWidgetOutputCommand
      snippet: │              'showManufacturerImages'     => $this->commandConfiguration->showManufacturerImages(),
        │              'showProductRibbons'         => $this->commandConfiguration->showProductRibbons(),
        ├─             'PRODUCTS_SHIPPING_NAME'     => $this->getShippingStatusText($product->getShippingStatusName(), $product->getProductsId()),
        │              'PRODUCTS_SHORT_DESCRIPTION' => $product->getShortDescription(),
        │              'PRODUCTS_META_DESCRIPTION'  => $product->getMetaDescription(),
    3:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Classes/ProductListWidgetOutputCommand.php
      line: 147
      function: dataFromFeaturedProduct
      class: ProductListWidgetOutputCommand
      snippet: │  
        │              if ($product instanceof FeaturedProduct) {
        ├─                 $productData[] = $this->dataFromFeaturedProduct($product, $this->commandConfiguration->languageCode());
        │              }
        │          }
    4:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/Widgets/ProductList/Shop/SmartyPlugins/function.product_list.php
      line: 48
      function: execute
      class: ProductListWidgetOutputCommand
      snippet: │      ];
        │  
        ├─     $result = MainFactory::create(ProductListWidgetOutputCommand::class, ...$construct)->execute() ?? '';
        │  
        │      if (!$result) {
    5:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/classes/ContentZoneLoader.inc.php
      line: 113
      function: smarty_function_product_list
      snippet: │                          
        │                          if (function_exists($functionName)) {
        ├─                             $smartyFunctionContent = $functionName($args, $this->template);
        │                              $htmlContent           = str_replace($completeString,
        │                                                                   $smartyFunctionContent,
    6:
      file: /var/www/nb/4510beta2_21-09-28/GXModules/Gambio/ContentZones/Shop/SmartyPlugins/function.content_zone.php
      line: 19
      function: __toString
      class: ContentZoneLoader
      snippet: │  function smarty_function_content_zone($params, Smarty_Internal_Template $template)
        │  {
        ├─     return (string)MainFactory::create(ContentZoneLoader::class, $params, $template);
        │  }
    7:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 65
      function: smarty_function_content_zone
      snippet: │  
        │  
        ├─ 	<?php echo smarty_function_content_zone(array('id'=>"home"),$_smarty_tpl);?>
        │  
        │  
    8:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 248
      function: callBlock
      class: Block_12105916476152febf7c6236_68870124
      snippet: │          $this->sourceStack[] = $tpl->source;
        │          $tpl->source = $this->sources[ $block->tplIndex ];
        ├─         $block->callBlock($tpl);
        │          $tpl->source = array_pop($this->sourceStack);
        │      }
    9:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 184
      function: callBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │          }
        │          if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
        ├─             $this->callBlock($block, $tpl);
        │          } else {
        │              $this->process($tpl, $block->child, $block);
    10:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
      line: 156
      function: process
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │              $block->child = $block->child->child;
        │          }
        ├─         $this->process($tpl, $block);
        │      }
        │  
    11:
      file: /var/www/nb/4510beta2_21-09-28/cache/smarty/52d5a1cc64b016a96d4a01fe1a2bfa1f02e2cc25_0.file.home.html.php
      line: 26
      function: instanceBlock
      class: Smarty_Internal_Runtime_Inheritance
      snippet: │  $_smarty_tpl->_loadInheritance();
        │  $_smarty_tpl->inheritance->init($_smarty_tpl, false);
        ├─ $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12105916476152febf7c6236_68870124', "home");
        │  }
        │  /* {block "home_error"} */
    12:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
      line: 123
      function: content_6152febf7c92d9_07331641
      snippet: │                  }
        │              }
        ├─             $unifunc($_template);
        │              foreach ($_template->endRenderCallbacks as $callback) {
        │                  call_user_func($callback, $_template);
    13:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
      line: 114
      function: getRenderedTemplateCode
      class: Smarty_Template_Resource_Base
      snippet: │              $_template->source->handler->renderUncompiled($_template->source, $_template);
        │          } else {
        ├─             $this->getRenderedTemplateCode($_template);
        │          }
        │          if ($_template->caching && $this->has_nocache_code) {
    14:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
      line: 216
      function: render
      class: Smarty_Template_Compiled
      snippet: │                  $this->loadCompiled(true);
        │              }
        ├─             $this->compiled->render($this);
        │          }
        │          // display or fetch
    15:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 232
      function: render
      class: Smarty_Internal_Template
      snippet: │                      $template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);
        │                  }
        ├─                 $result = $template->render(false, $function);
        │                  $template->_cleanUp();
        │                  if ($saveVars) {
    16:
      file: /var/www/nb/4510beta2_21-09-28/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
      line: 116
      function: _execute
      class: Smarty_Internal_TemplateBase
      snippet: │      public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
        │      {
        ├─         $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
        │          return $result === null ? ob_get_clean() : $result;
        │      }
    17:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 448
      function: fetch
      class: Smarty_Internal_TemplateBase
      snippet: │              $fetchTemplatePath .= implode('|', $extenderTemplateFiles);
        │          }
        ├─         $t_html_output = $this->v_coo_smarty->fetch($fetchTemplatePath, $this->get_cache_id());
        │          
        │          # insert session_ids
    18:
      file: /var/www/nb/4510beta2_21-09-28/GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php
      line: 155
      function: build_html
      class: ThemeContentView
      snippet: │          $this->prepare_data();
        │          if ($this->build_html == true) {
        ├─             $t_html_output = $this->build_html();
        │          }
        │          
    19:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 1823
      function: get_html
      class: ThemeContentView
      snippet: │          $coo_index_content_view->set_('customers_status_id', $_SESSION['customers_status']['customers_status_id']);
        │          $coo_index_content_view->set_('languages_id', $_SESSION['languages_id']);
        ├─         $t_html_output = $coo_index_content_view->get_html();
        │  
        │          return $t_html_output;
    20:
      file: /var/www/nb/4510beta2_21-09-28/system/classes/listing/ProductListingContentControl.inc.php
      line: 204
      function: get_start_page_html_output
      class: ProductListingContentControl
      snippet: │                          case 'top':
        │                              // start page
        ├─                             $this->v_output_buffer = $this->get_start_page_html_output();
        │  
        │                              return true;
    21:
      file: /var/www/nb/4510beta2_21-09-28/index.php
      line: 117
      function: proceed
      class: ProductListingContentControl
      snippet: │  $coo_listing_control->set_('view_mode', isset($_GET['view_mode']) ? (string)$_GET['view_mode'] : null);
        │  $coo_listing_control->set_('show_price_tax', $_SESSION['customers_status']['customers_status_show_price_tax']);
        ├─ $coo_listing_control->proceed();
        │  
        │  $t_redirect_url = $coo_listing_control->get_redirect_url();

######################################################################

[2021-10-05 11:45:02 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c1e9dea4751.39034164
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 143
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 11:47:00 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c1f144bb015.48228408
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 135
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 11:59:38 | WARNING] exif_read_data(Beispelbild.png): File not supported
context:
  session ID: session-615c220a0523a9.59568488
  code: 2
  file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
  line: 657
  context:
    file_path: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/../../images/product_images/option_images/Beispelbild.png
    src_img: [resource] (gd)
  code snippet: │              return false;
    │          }
    ├─         $exif = @exif_read_data($file_path);
    │          if ($exif === false) {
    │              return false;
  trace:
    0:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 748
      function: gd_orient_image
      class: UploadHandler
      snippet: │          if (!empty($options['auto_orient']) && $this->gd_orient_image(
        │                  $file_path,
        ├─                 $src_img
        │              )) {
        │              $image_oriented = true;
    1:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 1057
      function: gd_create_scaled_image
      class: UploadHandler
      snippet: │                  return $this->imagick_create_scaled_image($file_name, $version, $options);
        │              }
        ├─             return $this->gd_create_scaled_image($file_name, $version, $options);
        │          } catch (\Exception $e) {
        │              error_log($e->getMessage());
    2:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 1099
      function: create_scaled_image
      class: UploadHandler
      snippet: │          $failed_versions = array();
        │          foreach ($this->options['image_versions'] as $version => $options) {
        ├─             if ($this->create_scaled_image($file->name, $version, $options)) {
        │                  if (!empty($version)) {
        │                      $file->{$version.'Url'} = $this->get_download_url(
    3:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 1159
      function: handle_image_file
      class: UploadHandler
      snippet: │                  $file->url = $this->get_download_url($file->name);
        │                  if ($this->is_valid_image_file($file_path)) {
        ├─                     $this->handle_image_file($file_path, $file);
        │                  }
        │              } else {
    4:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 1405
      function: handle_file_upload
      class: UploadHandler
      snippet: │                          isset($upload['error']) ? $upload['error'][$index] : null,
        │                          $index,
        ├─                         $content_range
        │                      );
        │                  }
    5:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 213
      function: post
      class: UploadHandler
      snippet: │              case 'PUT':
        │              case 'POST':
        ├─                 $this->post($this->options['print_response']);
        │                  break;
        │              case 'DELETE':
    6:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/UploadHandler.php
      line: 197
      function: initialize
      class: UploadHandler
      snippet: │          }
        │          if ($initialize) {
        ├─             $this->initialize();
        │          }
        │      }
    7:
      file: /var/www/nb/4510beta2_21-09-28/ResponsiveFilemanager/filemanager/upload.php
      line: 181
      function: __construct
      class: UploadHandler
      snippet: │  
        │      //print_r($_FILES);die();
        ├─     $upload_handler = new UploadHandler($uploadConfig, true, $messages);
        │  } catch (Exception $e) {
        │      $return = array();

######################################################################

[2021-10-05 12:15:47 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c25d3bad572.75210436
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=8
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 134
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 8
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:25:41 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c28259347b4.06480445
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=8
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 128
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 8
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:26:04 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c283cbff3a2.66997275
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=8
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 134
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 8
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:26:20 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c284c1ec116.19982582
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=8
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 127
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 8
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:26:55 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c286fc71c87.07174664
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 128
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:27:07 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c287b9e9e23.64314385
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 134
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:27:17 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c2885b51a58.40570959
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 146
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:27:51 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c28a791ce53.62552866
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=7
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 127
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 7
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 

######################################################################

[2021-10-05 12:33:19 | CRITICAL] SQL Error!
Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
FROM `products_description`
WHERE `products_id` =  AND `language_id` = 2
Query: CIDB Library Error
context:
  session ID: session-615c29ef5c6c33.75264766
  exception:
    class: RuntimeException
    message: SQL Error!
      Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `language_id` = 2' at line 3 - Invalid query: SELECT `products_name`
      FROM `products_description`
      WHERE `products_id` =  AND `language_id` = 2
      Query: CIDB Library Error
    code: 0
    file: /var/www/nb/4510beta2_21-09-28/inc/xtc_db_error.inc.php
    line: 35
    trace:
      0: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/CIDB.php:147
        │  			if(function_exists('xtc_db_error'))  // GX3 logging method 
        │  			{
        ├─ 				xtc_db_error('CIDB Library Error', '', $message);
        │  			}
        │  		}
      1: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_driver.php:672
        │  
        │  			// Log errors
        ├─ 			log_message('error', 'Query error: '.$error['message'].' - Invalid query: '.$sql);
        │  
        │  			if ($this->db_debug)
      2: /var/www/nb/4510beta2_21-09-28/vendor/gambio/codeigniter-db/DB_query_builder.php:1410
        │  		}
        │  
        ├─ 		$result = $this->query($this->_compile_select());
        │  		$this->_reset_select();
        │  		return $result;
      3: /var/www/nb/4510beta2_21-09-28/admin/specials.php:43
        │  {
        │  	$productResult = $db->select('products_id')->get_where('specials', 'specials_id = ' . (int)$_GET['sID'])->row_array();
        ├─ 	$productDescResult = $db->select('products_name')->get_where('products_description', 'products_id = ' . $productResult['products_id'] . ' AND language_id = ' . $_SESSION['languages_id'])->row_array();
        │  	$productsName = $productDescResult['products_name'];
        │  }
extra:
  request:
    method: GET
    uri: /4510beta2_21-09-28/admin/specials.php?action=edit&sID=8
    software: Apache/2.4.29 (Ubuntu)
    address: 192.168.101.24
    userAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
    time: 130
    remoteAddress: 82ce265808b8b58ae89bb36403e49aa5
  query:
    action: edit
    sID: 8
  session:
    tpl: Malibu
    language: german
    languages_id: 2
    language_charset: utf-8
    language_code: de
    currency: EUR
    customers_status:
      customers_status_id: 0
      customers_status_name: Admin
      customers_status_image: admin_status.gif
      customers_status_public: 0
      customers_status_min_order: 0
      customers_status_max_order: 0
      customers_status_discount: 0.00
      customers_status_ot_discount_flag: 1
      customers_status_ot_discount: 0.00
      customers_status_graduated_prices: 1
      customers_status_show_price: 1
      customers_status_show_price_tax: 1
      customers_status_add_tax_ot: 1
      customers_status_payment_unallowed: 
      customers_status_shipping_unallowed: 
      customers_status_discount_attributes: 0
      customers_fsk18_purchasable: 0
      customers_fsk18_display: 1
      customers_status_write_reviews: 1
      customers_status_read_reviews: 1
    customer_id: 1
    shipping:
      id: free_free
      title: Versandkostenfrei
      cost: 0
    sendto: 
