Magento 1.8.0 요청을 처리하는 중에 오류가 발생했습니다.

레 벤코 이고르

두 개의 정확히 동일한 사이트가 있는데 하나는 로컬 컴퓨터에 있고 하나는 라이브입니다. 최고의 제품을 오른쪽 사이드 바에 넣으려고 할 때 로컬 컴퓨터에있는 제품이 제대로 작동하지만 라이브 사이트에서 다음 오류가 발생합니다.

a : 5 : {i : 0; s : 2382 : "SELECT SUM (order_items.qty_order) AS`order_qty`,`order_items`.`name` AS`order_items_name`,`order_items`.`product_id` AS`entity_id`, `e`.`entity_type_id`,`e`.`attribute_set_id`,`e`.`type_id`,`e`.`sku`,`e`.`has_options`,`e`.`required_options`,`e `.`created_at`,`e`.`updated_at`,`e`.`entity_id`,`e`.`attribute_set_id`,`e`.`type_id`,`e`.`cost`,`e`. `created_at`,`e`.`enable_googlecheckout`,`e`.`gift_message_available`,`e`.`has_options`,`e`.`image_label`,`e`.`is_imported`,`e`.`is_recurring `,`e`.`links_exist`,`e`.`links_purchased_separately`,`e`.`links_title`,`e`.`name`,`e`.`news_from_date`,`e`.`news_to_date`, `e`.`price`,`e`.`price_type`,`e`.`price_view`,`e`.`recurring_profile`,`e`.`required_options`,`e`.`shipment_type`,`e `.`short_description`,`e`.`sku`,`e`.`sku_type`,`e`.`small_image`,`e`.`small_image_label`,`e`.`special_from_date`,`e`.`special_price`,`e`.`special_to_date`,`e`.`tax_class_id`,`e`.`thumbnail`,`e`.`thumbnail_label `,`e`.`updated_at`,`e`.`url_key`,`e`.`url_path`,`e`.`visibility`,`e`.`weight`,`e`.`weight_type`, `e`.`msrp`,`e`.`msrp_display_actual_price_type`,`e`.`msrp_enabled`,`price_index`.`price`,`price_index`.`tax_class_id`,`price_index`.`final_price`, IF ( price_index.tier_price IS NOT NULL, LEAST (price_index.min_price, price_index.tier_price), price_index.min_price) AS`minimal_price`,`price_index`.`min_price`,`price_index`.`max_price`,`price_index`.`tier_price` ,`e`.`name`,`e`.`price`,`e`.`small_image`,`cat_index`.`position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``tax_class_id`,`e`.`thumbnail`,`e`.`thumbnail_label`,`e`.`updated_at`,`e`.`url_key`,`e`.`url_path`,`e`.`visibility `,`e`.`weight`,`e`.`weight_type`,`e`.`msrp`,`e`.`msrp_display_actual_price_type`,`e`.`msrp_enabled`,`price_index`.`price`, `price_index`.`tax_class_id`,`price_index`.`final_price`, IF (price_index.tier_price IS NOT NULL, LEAST (price_index.min_price, price_index.tier_price), price_index.min_price) AS`minimal_price`,`price_index`.` min_price`,`price_index`.`max_price`,`price_index`.`tier_price`,`e`.`name`,`e`.`price`,`e`.`small_image`,`cat_index`.`position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``tax_class_id`,`e`.`thumbnail`,`e`.`thumbnail_label`,`e`.`updated_at`,`e`.`url_key`,`e`.`url_path`,`e`.`visibility `,`e`.`weight`,`e`.`weight_type`,`e`.`msrp`,`e`.`msrp_display_actual_price_type`,`e`.`msrp_enabled`,`price_index`.`price`, `price_index`.`tax_class_id`,`price_index`.`final_price`, IF (price_index.tier_price IS NOT NULL, LEAST (price_index.min_price, price_index.tier_price), price_index.min_price) AS`minimal_price`,`price_index`.` min_price`,`price_index`.`max_price`,`price_index`.`tier_price`,`e`.`name`,`e`.`price`,`e`.`small_image`,`cat_index`.`position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``msrp_enabled`,`price_index`.`price`,`price_index`.`tax_class_id`,`price_index`.`final_price`, IF (price_index.tier_price IS NOT NULL, LEAST (price_index.min_price, price_index.tier_price), price_index. min_price) AS`minimal_price`,`price_index`.`min_price`,`price_index`.`max_price`,`price_index`.`tier_price`,`e`.`name`,`e`.`price`,`e` .`small_image`,`cat_index`.`position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``msrp_enabled`,`price_index`.`price`,`price_index`.`tax_class_id`,`price_index`.`final_price`, IF (price_index.tier_price IS NOT NULL, LEAST (price_index.min_price, price_index.tier_price), price_index. min_price) AS`minimal_price`,`price_index`.`min_price`,`price_index`.`max_price`,`price_index`.`tier_price`,`e`.`name`,`e`.`price`,`e` .`small_image`,`cat_index`.`position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items``position` AS`cat_index_position` FROM`sales_flat_order_item` AS`order_items`
 INNER JOIN`sales_flat_order` AS`order` ON`order`.entity_id = order_items.order_id AND`order`.state 'canceled'LEFT 
 JOIN`catalog_product_entity` AS`e` ON (e.type_id NOT IN ( 'grouped', ' configurable ','bundle ')) AND e.entity_id = order_items.product_id AND e.entity_type_id = 4 
 INNER JOIN`catalog_product_index_price` AS`price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id ='1 'AND price_index. customer_group_id = 0 
 INNER JOIN`catalog_category_product_index` AS`cat_index` ON cat_index.product_id = e.entity_id AND cat_index.store_id = '1'AND cat_index.visibility IN (2, 4) AND cat_index.category_id = '2'WHERE (parent_item_id IS) NULL) GROUP BY`order_items`.`product_id` HAVING (SUM (order_items.qty_order)> 0) ORDER BY`order_qty` desc LIMIT 9

"; i : 1; s : 5232 :"# 0 /var/www/vhosts/.../httpdocs/lib/Varien/Db/Statement/Pdo/Mysql.php(110) : Zend_Db_Statement_Pdo-> _ execute (Array)

# 1 /var/www/vhosts/.../httpdocs/app/code/core/Zend/Db/Statement.php(291) : Varien_Db_Statement_Pdo_Mysql-> _ execute (배열)

# 2 /var/www/vhosts/.../httpdocs/lib/Zend/Db/Adapter/Abstract.php(479) : Zend_Db_Statement-> execute (Array)

# 3 /var/www/vhosts/.../httpdocs/lib/Zend/Db/Adapter/Pdo/Abstract.php(238) : Zend_Db_Adapter_Abstract-> query ( 'SELECT SUM (orde ...', Array)

# 4 /var/www/vhosts/.../httpdocs/lib/Varien/Db/Adapter/Pdo/Mysql.php(428) : Zend_Db_Adapter_Pdo_Abstract-> query ( 'SELECT SUM (orde ...', Array)

# 5 /var/www/vhosts/.../httpdocs/lib/Zend/Db/Adapter/Abstract.php(734) : Varien_Db_Adapter_Pdo_Mysql-> query ( 'SELECT SUM (orde ...', Array)

# 6 /var/www/vhosts/.../httpdocs/lib/Varien/Data/Collection/Db.php(734) : Zend_Db_Adapter_Abstract-> fetchAll ( 'SELECT SUM (orde ...', Array)

# 7 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(1047) : Varien_Data_Collection_Db-> _ fetchAll ( 'SELECT SUM (orde .. . ')

# 8 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(871) : Mage_Eav_Model_Entity_Collection_Abstract-> _ loadEntities (false, false)

# 9 /var/www/vhosts/.../httpdocs/lib/Varien/Data/Collection.php(752) : Mage_Eav_Model_Entity_Collection_Abstract-> load ()

# 10 / var / www / vhosts /.../ httpdocs / app / design / frontend / default / ma_pharmacy / template / magentothem / bestsellerproductvertscroller / bestsellerright.phtml (42) : Varien_Data_Collection-> count ()

# 11 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(241) : include ( '/ var / www / vhosts ...')

# 12 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(272) : Mage_Core_Block_Template-> fetchView ( 'frontend / defaul ...')

# 13 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(286) : Mage_Core_Block_Template-> renderView ()

# 14 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Abstract.php(886) : Mage_Core_Block_Template-> _ toHtml ()

# 15 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Text/List.php(43) : Mage_Core_Block_Abstract-> toHtml ()

# 16 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Abstract.php(886) : Mage_Core_Block_Text_List-> _ toHtml ()

# 17 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Abstract.php(605) : Mage_Core_Block_Abstract-> toHtml ()

# 18 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Abstract.php(549) : Mage_Core_Block_Abstract-> _ getChildHtml ( 'right', true)

# 19 /var/www/vhosts/.../httpdocs/app/design/frontend/default/ma_pharmacy/template/page/2columns-right.phtml(59) : Mage_Core_Block_Abstract-> getChildHtml ( 'right')

# 20 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(241) : include ( '/ var / www / vhosts ...')

# 21 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(272) : Mage_Core_Block_Template-> fetchView ( 'frontend / defaul ...')

# 22 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Template.php(286) : Mage_Core_Block_Template-> renderView ()

# 23 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Block/Abstract.php(886) : Mage_Core_Block_Template-> _ toHtml ()

# 24 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Model/Layout.php(555) : Mage_Core_Block_Abstract-> toHtml ()

# 25 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(390) : Mage_Core_Model_Layout-> getOutput ()

# 26 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Cms/Helper/Page.php(137) : Mage_Core_Controller_Varien_Action-> renderLayout ()

# 27 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Cms/Helper/Page.php(52) : Mage_Cms_Helper_Page-> _ renderPage (Object (Mage_Cms_IndexController), 'home')

# 28 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Cms/controllers/IndexController.php(45) : Mage_Cms_Helper_Page-> renderPage (Object (Mage_Cms_IndexController), 'home')

# 29 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418) : Mage_Cms_IndexController-> indexAction ()

# 30 / var / www / vhosts /.../ httpdocs / app / code / core / Mage / Core / Controller / Varien / Router / Standard.php (250) : Mage_Core_Controller_Varien_Action-> dispatch ( 'index')

# 31 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(172) : Mage_Core_Controller_Varien_Router_Standard-> match (Object (Mage_Core_Controller_Request_Http))

# 32 /var/www/vhosts/.../httpdocs/app/code/core/Mage/Core/Model/App.php(354) : Mage_Core_Controller_Varien_Front-> dispatch ()

# 33 /var/www/vhosts/.../httpdocs/app/Mage.php(683) : Mage_Core_Model_App-> run (Array)

# 34 /var/www/vhosts/.../httpdocs/index.php(87) : 마법사 :: run ( '', 'store')

# 35 {main} "; s : 3 :"url "; s : 1 :"/ "; s : 11 :"script_name "; s : 10 :"/ index.php "; s : 4 :"skin "; s : 7 : "기본값";}

문제가 어디에 있는지 잘 모르겠습니다. 도움을 주시면 감사하겠습니다.

감사합니다.

레 벤코 이고르

위에서 말했듯이 문제는-> addOrderedQty () 및-> setOrder ( 'order_qty', 'desc') 여기에서 찾을 수 있습니다. Magento 1.7 주문 수량 별 정렬-베스트셀러 제품 문제

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Paybox 오류-요청을 처리하는 중에 오류가 발생했습니다.

분류에서Dev

IIS 8의 WCF 및 EntityFramework 오류 서버에서 요청을 처리하는 동안 오류가 발생했습니다.

분류에서Dev

WCF DataService에서이 요청을 처리하는 동안 오류가 발생했습니다.

분류에서Dev

오류. 요청을 처리하는 동안 오류가 발생했습니다.

분류에서Dev

요리 책을 해결하는 중에 오류가 발생했습니다.

분류에서Dev

요리 책을 해결하는 중에 오류가 발생했습니다.

분류에서Dev

Typescript에서 오류가 발생했습니다. 인수 0 개가 필요하지만 1 개가 있습니다.

분류에서Dev

PHP OCI8 확장을로드하는 중에 오류가 발생했습니다.

분류에서Dev

Fluxpoint API에 요청을 보내는 동안 오류가 발생했습니다.

분류에서Dev

HttpClient에서 "요청을 보내는 동안 오류가 발생했습니다."

분류에서Dev

Twitter API에서 401 (승인되지 않음)을 반환했습니다. 요청을 처리하는 동안 오류가 발생했습니다.

분류에서Dev

Jsoup POST 요청 실패. URL을 가져 오는 중에 HTTP 오류가 발생했습니다. 상태 = 400

분류에서Dev

요청을 처리하는 동안 오류가 발생했습니다.

분류에서Dev

jQuerySpellchecker : "요청을 처리하는 동안 오류가 발생했습니다."

분류에서Dev

firebase-admin을 가져 오는 중에 오류가 발생했습니다.

분류에서Dev

Fragment에 버튼을 할당하는 중에 오류가 발생했습니다.

분류에서Dev

Google Play에 앱을 게시하는 중에 오류가 발생했습니다.

분류에서Dev

처리기 'System.Web.Mvc.HttpHandlerUtil + ServerExecuteHttpHandlerAsyncWrapper에 대한 자식 요청을 실행하는 동안 오류가 발생했습니다.

분류에서Dev

서버에서 요청을 수행하지 못하게하는 내부 오류가 발생했습니다.

분류에서Dev

Ubuntu 14.04LTS에서 jdk8을 설정하는 동안 오류가 발생했습니다.

분류에서Dev

Java 8을 사용하는 Android Studio 2.1에서 오류가 발생했습니다.

분류에서Dev

Ubuntu 14.04LTS에서 jdk8을 설정하는 동안 오류가 발생했습니다.

분류에서Dev

rxGlm을 GLM으로 변환하는 중에 오류가 발생했습니다.

분류에서Dev

flutter에서 get 요청을 시도하는 동안 오류가 발생했습니다.

분류에서Dev

flutter에서 get 요청을 시도하는 동안 오류가 발생했습니다.

분류에서Dev

Forecast.io API에 대한 AJAX 요청을 호출하는 동안 오류가 발생했습니다.

분류에서Dev

Android에서 Volley를 사용하여 HTTP GET 요청을 보내는 동안 오류가 발생했습니다.

분류에서Dev

Magento 1.9.0.1 : 요청을 처리하는 동안 오류가 발생했습니다. dbModel 읽기 리소스가 Zend_Db_Adapter_Abstract를 구현하지 않습니다.

분류에서Dev

csv에서 numpy 배열을 읽는 중에 오류가 발생했습니다.

Related 관련 기사

  1. 1

    Paybox 오류-요청을 처리하는 중에 오류가 발생했습니다.

  2. 2

    IIS 8의 WCF 및 EntityFramework 오류 서버에서 요청을 처리하는 동안 오류가 발생했습니다.

  3. 3

    WCF DataService에서이 요청을 처리하는 동안 오류가 발생했습니다.

  4. 4

    오류. 요청을 처리하는 동안 오류가 발생했습니다.

  5. 5

    요리 책을 해결하는 중에 오류가 발생했습니다.

  6. 6

    요리 책을 해결하는 중에 오류가 발생했습니다.

  7. 7

    Typescript에서 오류가 발생했습니다. 인수 0 개가 필요하지만 1 개가 있습니다.

  8. 8

    PHP OCI8 확장을로드하는 중에 오류가 발생했습니다.

  9. 9

    Fluxpoint API에 요청을 보내는 동안 오류가 발생했습니다.

  10. 10

    HttpClient에서 "요청을 보내는 동안 오류가 발생했습니다."

  11. 11

    Twitter API에서 401 (승인되지 않음)을 반환했습니다. 요청을 처리하는 동안 오류가 발생했습니다.

  12. 12

    Jsoup POST 요청 실패. URL을 가져 오는 중에 HTTP 오류가 발생했습니다. 상태 = 400

  13. 13

    요청을 처리하는 동안 오류가 발생했습니다.

  14. 14

    jQuerySpellchecker : "요청을 처리하는 동안 오류가 발생했습니다."

  15. 15

    firebase-admin을 가져 오는 중에 오류가 발생했습니다.

  16. 16

    Fragment에 버튼을 할당하는 중에 오류가 발생했습니다.

  17. 17

    Google Play에 앱을 게시하는 중에 오류가 발생했습니다.

  18. 18

    처리기 'System.Web.Mvc.HttpHandlerUtil + ServerExecuteHttpHandlerAsyncWrapper에 대한 자식 요청을 실행하는 동안 오류가 발생했습니다.

  19. 19

    서버에서 요청을 수행하지 못하게하는 내부 오류가 발생했습니다.

  20. 20

    Ubuntu 14.04LTS에서 jdk8을 설정하는 동안 오류가 발생했습니다.

  21. 21

    Java 8을 사용하는 Android Studio 2.1에서 오류가 발생했습니다.

  22. 22

    Ubuntu 14.04LTS에서 jdk8을 설정하는 동안 오류가 발생했습니다.

  23. 23

    rxGlm을 GLM으로 변환하는 중에 오류가 발생했습니다.

  24. 24

    flutter에서 get 요청을 시도하는 동안 오류가 발생했습니다.

  25. 25

    flutter에서 get 요청을 시도하는 동안 오류가 발생했습니다.

  26. 26

    Forecast.io API에 대한 AJAX 요청을 호출하는 동안 오류가 발생했습니다.

  27. 27

    Android에서 Volley를 사용하여 HTTP GET 요청을 보내는 동안 오류가 발생했습니다.

  28. 28

    Magento 1.9.0.1 : 요청을 처리하는 동안 오류가 발생했습니다. dbModel 읽기 리소스가 Zend_Db_Adapter_Abstract를 구현하지 않습니다.

  29. 29

    csv에서 numpy 배열을 읽는 중에 오류가 발생했습니다.

뜨겁다태그

보관