Prestashop: combinations not shown in product sheet after upgrade from 1.7.4.4 to 1.7.5.1

Created on 22 Feb 2019  路  23Comments  路  Source: PrestaShop/PrestaShop

Hi,

after upgrade from 1.7.4.4 to 1.7.5.1 in product sheet the combinations ar not more shown:

image

but they are available for order in FO:

image

What can I do to fix this?

Using php 7.2.1

1.7.5.1 Autoupgrade BO Bug Combinations No change required

All 23 comments

Hi @didi-2018,

What is the exact 1-click upgrade did you use?
Have you any errors during the upgrade?
Thanks!

version 4.6.0
only that cache folder could麓nt be emptied

@didi-2018, We need to retrieve the PHP error log and the debug mode report in order to find out what's wrong.

Don't you know how to get this information? Please read the following article:
http://build.prestashop.com/howtos/misc/how-to-create-bug-report/

Thanks!

this is what I have in log folder:
image
which one do you need?

@didi-2018, dev.log file & prod.log file, because they are generated today.
Thanks!

or do you need something from here:
image

I am sorry but I don麓t know what you need

how can I submit it as file?

@didi-2018, you can follow this link: http://build.prestashop.com/howtos/misc/how-to-create-bug-report/
It will help you to get the right information.
You can attach a file by clicking on this
image

Thanks!

And I have other problems too:
image

image

@didi-2018, did you use a different theme?
In your log file, I found the "appagebuilder" module, in a similar issue, I found that his theme is not yet compatible with PS1.7.5.
Thanks to check & feedback.
About your last screenshot, you need also to force refresh the page, by pressing CTRL+F5 on Windows / Linux, Cmd+R on Mac OS while you are on this page.
Thanks!

The curious thing is that there are no problems in my shop copy
image
image
image

My Hosting provider can麓t find differences between copy und live shop.

we are at a loss

@didi-2018, strange thing.

Try to remove cache

 rm -fR var/cache/*

php -d memory_limit=-1 ./bin/console cache:clear
php -d memory_limit=-1 ./bin/console cache:clear --env=prod

Thanks!

I cleared cache a few times and nothing happens. I think I have to go back to 1.7.4.4

I could find out more details. This file makes trouble in line 166
admin/themes/new-theme/public/main.bundle.js
image
image

image

image

image

@kouloudbelguith do you have any suggestions?

Hi @didi-2018,

It could be something went wrong with your update and don't have some of the database columns that were added for 1.7.5.1
The solution is to check if there are missing columns in your database schema.
You can find the full schema for 1.7.5.1 here: https://github.com/PrestaShop/PrestaShop/blob/1.7.5.1/install-dev/data/db_structure.sql
Thanks to check & feedback.

Hi,

this could not be. On weekend I copied shopcopy folder to liveshop domain folder with the same database connected from shopcopy and I get the same errors. I hope you understand my bad english ;-)

@didi-2018, and this issue occurs only on your live shop, in your shop copy, it is OK?

Could you please follow this link: https://github.com/PrestaShop/php-ps-info
phppsinfo file provides an equivalent to the phpinfo() function that reports PrestaShop Requirements information about the PHP/MySQL/Apache environment and offers suggestions for improvement.

  1. Upload the file to the server. You should upload your file to the exact directory you want to test. Typically, this will be your httpdocs (/var/www/vhosts/example.com/httpdocs/) directory, although you can upload it to any subdirectory on your server as well. Use FTP to upload the file.
  2. Visit the page in your browser. If you uploaded it to your html directory, you should now visit http://www.example.com/phppsinfo.php, replacing example.com with your own domain name.
  3. Now you can view all of the information about PHP for your server for that particular directory.
    image
    Thanks to check the difference between your server & your local.

thank you for your reply. Test are exactly the same.

Shopcopy:
image
image
image
image

liveshop:
image
image
image
image

If I enable Debug Mode in liveshop (1.7.5.1) I get the following error:
image

Hi, my hosting uses "Google PageSpeed Module" on server. After I activated it again everything works now! This is really embarrassing! But maybe it helps someone else.

@didi-2018, thanks for your feedback.
As it's not a module provided by Prestashop, we can't do anything with this.
You should contact the module author via your addons.prestashop.com account, they are the only ones to help you with it.
Thanks!

Hi, no it is not prestashop module. It is a nginx server module! ;-)

Was this page helpful?
0 / 5 - 0 ratings