當我試圖將我的默認貨幣更改爲dollarwebsite時,我遇到此錯誤是aso-iyi.com 每當我點擊其中一個水平菜單圖標(例如非洲版圖)時將顯示的代碼下面 主題以下行現在用的是默認的引導Prestashop 1.6橫向菜單和類別菜單問題
[PrestaShopDatabaseException]
Access denied for user 'cl50-x-prest-xxx'@'%' to database 'cl50-x-prest-xxx'
CREATE TEMPORARY TABLE ps_cat_restriction ENGINE=MEMORY
SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category_product cp
INNER JOIN ps_category c ON (c.id_category = cp.id_category AND
c.nleft >= 10
AND c.nright <= 11
AND c.active = 1)
INNER JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
INNER JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
635. throw new PrestaShopDatabaseException($this->getMsgError());
檢查我的網站,瞭解更多適當的解釋 www-aso-iyi.com點擊非洲打印在橫向菜單
威爾非常感謝