Ticket #181 (closed バグ指摘: 修正済)

Opened 16 years ago

Last modified 16 years ago

インストール直後、「おなべ」でSQLエラー

Reported by: satou Owned by: somebody
Priority: Milestone: EC-CUBE
Component: フロント Version: 2.0系(ベータ版)
Keywords: Cc:
修正済み:

Description

MySQL4.1で発生。
下記修正で直ります。

/data/class/pages/products/LC_Page_Products_Detail.php
714行目
before:$where = "del_flg = 0 AND product_id = ? AND status = 1";
after:$where = "del_flg = 0 AND T3.product_id = ? AND status = 1";

Change History

comment:1 Changed 16 years ago by satou

  • Status changed from new to closed
  • Resolution set to 修正済

r16780
修正しました。

comment:3 Changed 16 years ago by adachi

  • Milestone changed from EC-CUBE2.0 to EC-CUBE

マイルストーン EC-CUBE2.0 自体が削除された。

Note: See TracTickets for help on using tickets.