1. Debug: Requests processed: 1
    1. [unknown file]
      line: [unknown line] in: main ()
  2. Debug:
    ---
    SELECT
      id, parentId, name, title
    FROM
      articlesGroups

    WHERE
      name = 'tehnofon_menu_bottom'
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  3. Debug:
    ---
    SELECT
      articles.id AS `articles.id`, articles.text AS `articles.text`, articles.position AS `articles.position`, articles.name AS `articles.name`, article_articlesGroup.groupId AS `articles.groupId`
    FROM
      articles
    JOIN article_articlesGroup
      ON articles.id = article_articlesGroup.articleId
    WHERE
      article_articlesGroup.groupId = 5
    ORDER BY
      position
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  4. Debug:
    ---
    SELECT
      id, parentId, typeId, name
    FROM
      goodsGroups

    WHERE
      showInList = 1 AND
      parentId IS NULL
    ORDER BY
      position, name
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  5. Debug:
    ---
    INSERT INTO sessions
      (hash, creationDate, expirationDate, referer)
    VALUES
      ('a883b01bd4f499b3ab044a33588e6b19', DEFAULT, '2012-02-13 12:33', DEFAULT)
    ---
    1. modules/Interface/DB.pm
      line: 153 in: main ()
  6. Debug:
    ---

        delete s, o, c
        from sessions s
        left join orders o on
          s.orderId = o.id and
          o.statusId = 0
        left join comparsions c on s.comparsionId = c.id
        where
           now() > s.expirationDate
      
    ---
    1. modules/Interface/DB.pm
      line:  78 in: main ()
  7. Debug:
    ---
    SELECT
      id, parentId, name, title
    FROM
      articlesGroups

    WHERE
      name = 'tehnofon_menu_top'
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  8. Debug:
    ---
    SELECT
      articles.id AS `articles.id`, articles.text AS `articles.text`, articles.position AS `articles.position`, articles.name AS `articles.name`, article_articlesGroup.groupId AS `articles.groupId`
    FROM
      articles
    JOIN article_articlesGroup
      ON articles.id = article_articlesGroup.articleId
    WHERE
      article_articlesGroup.groupId = 1
    ORDER BY
      position
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  9. Debug:
    ---
    SELECT
      id, showInList, position, name, image
    FROM
      vendors

    WHERE
      showInList = 1
    ORDER BY
      position, name
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  10. Debug:
    ---
    SELECT
      id, goodsId_1, goodsId_2
    FROM
      comparsions

    WHERE
      id IS NULL
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  11. Debug:
    ---
    INSERT INTO comparsions
      ()
    VALUES
      ()
    ---
    1. modules/Interface/DB.pm
      line: 153 in: main ()
  12. Debug:
    ---
    UPDATE sessions
    SET
      comparsionId = 817801
    WHERE
      id = 1789994
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  13. Debug:
    ---
    SELECT
      id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
    FROM
      goods

    WHERE
      id = 966
    LIMIT 1
      
    ---
    1. modules/Interface/DB.pm
      line: 123 in: main ()
  14. Fatal: Can't call method "getProperties" on an undefined value
    modules/Object/Comparsion.pm line 67.
    1. modules/Object/Comparsion.pm
      line:  67 in: Object::Comparsion::addGoods ()
    2. modules/Block/Comparsion.pm
      line:  44 in: Block::Comparsion::get ()
    3. modules/Interface/HTTP/Path.pm
      line:  73 in: Interface::HTTP::Path::getBlock ()
    4. /var/www/tehnofon.ru/htdocs/project.fcgi
      line: 158 in: main::do_request ()
    5. /var/www/tehnofon.ru/htdocs/project.fcgi
      line:  77 in: main ()