[Tep-j-general] サブカテゴリーの一覧表示でエラーが

Back to archive index

Hajime Yamamoto yamam****@ytw*****
2007年 8月 1日 (水) 18:05:25 JST


五十嵐 恭弘 様

「R8での表示エラー 1054」を投げた山本です。

select pd.products_name, p.products_id, p.manufacturers_id,
p.products_price, p.products_tax_class_id, IF(s.status,
s.specials_new_products_price, NULL) as specials_new_products_price,
IF(s.status, s.specials_new_products_price, p.products_price) as
final_price from products_description pd, (( products p left join
manufacturers m on ( p.manufacturers_id = m.manufacturers_id )) left
join specials s on ( p.products_id = s.products_id )),
products_to_categories p2c where p.products_status = '1' and
p.products_id = p2c.products_id and p.products_id = pd.products_id and
pd.language_id = '4' and p2c.categories_id = 'X'

上記 SQL 文 の p2c.categories_id = 'X' のところの X をカレント・カテ
ゴリのid にして
phpmyadmin で実行してください。

phpmyadmin の実行結果がなにもなかったら、
そのサーバでは、osCommerce の実行は無理です。

> 
>> default.php で $listing_sql に格納される SQL 文を phpmyadmin で実行し
> たらどうなります?
> 




Tep-j-general メーリングリストの案内
Back to archive index