1. Debug: Requests processed: 2
    1. [unknown file]
      line: [unknown line] in: main ()
  2. Debug:
    ---
    SELECT
      id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
    FROM
      goodsVariants

    WHERE
      id = 405
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  3. Debug:
    ---
    SELECT
      id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
    FROM
      goods

    WHERE
      id = 397
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  4. Debug:
    ---
    SELECT
      id, name, title
    FROM
      propertiesGroups

    WHERE
      id = 2
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  5. Debug:
    ---
    SELECT
      id, parentId, typeId, showInList, position, name
    FROM
      goodsGroups

    WHERE
      id = 35
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  6. Debug:
    ---
    SELECT
      id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
    FROM
      goodsVariants

    WHERE
      goodsId = 397 AND
      id != 405
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  7. Fatal: Can't call method "getLinked" on an undefined value
    modules/Block/GoodsVariant.pm line 56.
    1. modules/Block/GoodsVariant.pm
      line:  56 in: Block::GoodsVariant::get ()
    2. modules/Interface/HTTP/Path.pm
      line:  73 in: Interface::HTTP::Path::getBlock ()
    3. /var/www/tehnofon.ru/htdocs/project.fcgi
      line: 158 in: main::do_request ()
    4. /var/www/tehnofon.ru/htdocs/project.fcgi
      line:  77 in: main ()