Jump to content
thirty bees forum

Question

Posted

Hello!

(Bleeding edge, php 8.3)

I noticed a couple of things when I do CSV imports, maybe something to look at when you have the time @datakick:

Firstly when i import a products i get theese type notices in the error log:

image.png.d7e4b8147c3712251fc9772316209b85.png

Secondly, when importing combinations, i get this notice:

image.thumb.png.7388aa2f03db96adef0afa2dbfc826cb.png

And lastly, when I import, only webp images are generated. Consistency check tells me that images registered in the database does not exists and that i should delete them, only .jpg images. When follow the recommendation and delete them in the consistency check interface, the product in the front office no longer shows any images:

image.thumb.png.f4dd5b631b1bffb930168c1fac87c7f6.png

Thanks!

  • Like 1

2 answers to this question

Recommended Posts

  • 0
Posted

Thanks.

1) We know about the the first set of warnings -- this is issue with legacy code, that stored transient information into objects during import. It will take a lot of refactoring to fix this, unfortunately. Currently it's not high on priority list, as it's still just a deprecation warning. This will be issue on php9, tough

2) Tools::getDateFromDateFormat - thanks, fixed in bleeding edge

3) consistency check module -- I haven't updated the module to check for all supported extensions -- do not use this module on bleeding edge yet

  • Like 1
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...