Gitdyr

Results 8 comments of Gitdyr

I have updated the description. Apparently the problem occurs because currencies were not reused in the old versions of PrestaShop. This means that you can have multiple entries for the...

What is in the currency table? (BTW: I upgraded from 1.6.1.17).

Weird. It fails in my 1.7.8.0 shop. Silly question: Did you clear the cache?

I have setup a test shop from scratch here: http://prestashop1780.byethost7.com/. I manually added a currency entry to the database (currency, currency_lang and currency_shop tables). Then I cleared the cache (from...

Hi @hibatallahAouadni, I can give you access to the test shop I have setup at http://prestashop1780.byethost7.com/.

I added/modified the entries after the upgrade. Isn't it weird that the deleted flag is ignored?

The shop goes a long way back. Originally it was version 1.2. I discovered the problem when I upgraded from 1.7.6.0 to 1.7.8.0. In the shop at http://prestashop1780.byethost7.com/ I added/modified...

I tried this on a freshly installed 1.7.8.11: ``` INSERT INTO `ps_currency` VALUES (2,'','HAP','123',3,1.000000,1,1,1,1),(3,'Haps','HAP','123',1,1.000000,0,1,1,1); INSERT INTO `ps_currency_shop` VALUES (2,1,1.000000),(3,1,1.000000); INSERT INTO `ps_currency_lang` VALUES (2,1,'Haps','HAP',''),(3,1,'Haps','HAP',''); ``` The currency "HAP" has 3...