Jump to content

Prestashop 1.5.3.1 is available


Recommended Posts

This is what I got from the upgrade fresh install of 1.5.3.0 2 days ago.

One can't help but to laugh or cry not sure what to do.

 

this in error box

current version : 1.5.3.0. install version : null

[ERROR] version to install is too old

 

 

last lines of upgrade text

files from upgrade has been removed.

using class ZipArchive ...

backup extracted

Files restored.

opening backup db in bz mode

database has been restored.

End of process

Edited by tdr170 (see edit history)
Link to comment
Share on other sites

OK second time it worked.

 

I thing I did notice and is the same with both versions when you transplant cartblock to right or left column and add a product to the cart it will show price but still states no products until you refresh the page.

When you delete product from cartblock total price changes to zero, blockuserinfo cart changes to 0 products but in the cartblock it still shows the product untill you refresh the page or click the delete a second time.

Link to comment
Share on other sites

Went well for me.

 

Can't see any changes from 1.5.3 but I didn't noticed the bugs except (upload/edit products - fixed with phpmyadmin).

 

Update went fine.

 

How to resolve on phpadmin problem of upload/edit product?

Because when I upload a product, field category is always = "HomePage"

....

It's terrible....

Link to comment
Share on other sites

Ater upgrading my PRESTASHOP 1.5.2.0 to 1.5.3.1, i have this problem for duplicate products in my store:

 

[PrestaShopException]

Property Product->link_rewrite is not valid

at line 872 in file classes/ObjectModel.php

 

866.

867. $message = $this->validateField($field, $value, $id_lang);

868. if ($message !== true)

869. {

870. if ($die)

871. throw new PrestaShopException($message);

872. return $error_return ? $message : false;

873. }

874. }

875. }

876.

Link to comment
Share on other sites

What is funny or maybe not all issues seem to be related to updating from 1.5.2 or earlier as my 1.5.3 updated to 1.5.3.1 I have none of the issues that have been reported, product edit works fine duplication worked just fine.

All the issues I had with an upgraded 1.4.9.1 to .1.5.2 to 1.5.3 are not present in a fresh install.

Actually most of the issues were not present until I updated 1.5.2 to 1.5.3.

Link to comment
Share on other sites

Hi Everybody!

 

My problems are:

 

1. I have upgrade 1.5.2 to 1.5.3.1

 

After doing this, I can see the products, but I can't use the menu buttons, like prices, SEO etc.

 

 

Please help me.!

 

Hi all,

 

The same, after upgrade from 1.5.2 to 1.5.3.1 impossible to add products. I can add the name, but impossible to open the other tabs (price, seo,...)

 

Any helps?

 

Thanks

Link to comment
Share on other sites

Thank You. Perfect.

 

Second problem:

 

The "indexed" products have been analyzed by PrestaShop and will appear in the results of the Front Office search.

Indexed products: 475 / 1785.

Building the product index may take a few minutes.If your server stops before the process ends, you can resume the indexation by clicking "Add missing products."

->

Add missing products to the index.

->

Re-build the entire index.

 

What's the problam? Why not 1785?

Link to comment
Share on other sites

Such bug isn't mentioned here so...

 

Fixed bugs:

 

[-] Project: Fix bug when you want to upload (and resize) an image

[-] Installer: Fix #PSCFV-6392 redirect_type was missing on upgrade

[-] FO: Fix retrocompatibility for modules and old themes

[-] FO: Fix PHP warning on category controller

[-] BO : fixed accentuated URLs in products

Link to comment
Share on other sites

Such bug isn't mentioned here so...

 

Fixed bugs:

 

[-] Project: Fix bug when you want to upload (and resize) an image

[-] Installer: Fix #PSCFV-6392 redirect_type was missing on upgrade

[-] FO: Fix retrocompatibility for modules and old themes

[-] FO: Fix PHP warning on category controller

[-] BO : fixed accentuated URLs in products

 

It's from here: http://forge.prestashop.com/browse/PSCFV-6156

 

Supposedly fixed in the 1.5.3.0 release but it isn't fixed at all!

Link to comment
Share on other sites

Too good is not too good.. :D

 

I found annoying bug in block layered - it gives higher prices than what's available in the selected categories - so when you go above the last price and the price range is price> it gives 0 products.

 

Cleared cache, rebuilt all indexes...

 

 

EDIT: Noticed it gives 20% higher prices so it's something to do with TAX. I've disabled all taxes in my shop but it still show the higher price in the price range with tax. The lower is the same as the one set in the shop.

Edited by the.rampage.rado (see edit history)
Link to comment
Share on other sites

I found that PS_ALLOW_ACCENTED_CHARS_URL is missing in ps_configuration.

 

In many places, the code refer to Configuration::get('PS_ALLOW_ACCENTED_CHARS_URL'), but by searching the database (ps_configuration),

PS_ALLOW_ACCENTED_CHARS_URL isn't there. So insert PS_ALLOW_ACCENTED_CHARS_URL and set its value to 1 solved Friendly URL for non-Latin characters problem.

Link to comment
Share on other sites

Open phpMyAdmin and run the following sql

 

INSERT INTO `ps_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES
  (NULL, NULL, 'PS_ALLOW_ACCENTED_CHARS_URL', '1', '2013-01-02 00:00:00', '2013-01-02 00:00:00');

 

OR

 

In phpMyAdmin, select ps_configuration from the tables list, click INSERT button at the top, and then input

1. PS_ALLOW_ACCENTED_CHARS_UR for name field,

2. Assign 1 to Value field.

Link to comment
Share on other sites

×
×
  • Create New...