Get Some Errors After upgrading To Aimeos 2024

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
malik_kat
Posts: 14
Joined: 09 Jan 2024, 09:20

Get Some Errors After upgrading To Aimeos 2024

Post by malik_kat » 31 May 2024, 08:30

I am writing to report an issue I encountered after upgrading to the latest version of Aimeos.

Previous Aimeos Version: 2023
Current Aimeos Version: 2024

PHP Version 8.2.12
Laravel version: 10
Environment: windows (XAMPP cross-platform web server).

Description of the Issue:
  1. when I try to upload a CSV products file from the administrator dashboard, I get a blank page for this URL
    http://127.0.0.1:8000/admin/default/jqadm/import/product?locale=en
    blank page afterupload csv products file
    blank page afterupload csv products file
    Captureblankpage.PNG (22.5 KiB) Viewed 28177 times
    2.
    On the administrator dashboard also, When I edit any product also when import products for job-controller,
    It automatically adds the attribute "interval".
    Please note that I did not enter any attributes for this product
    And all my products do not have any attributes, I am using just this domains [catalog, texts, media, prices, stocks].
    On Aimeos 2023 I did not get that error.
    It automatically adds the attribute "interval".
    It automatically adds the attribute "interval".
    CaptureediproductsaimeostPNG.PNG (88.45 KiB) Viewed 28177 times
Thank you for your attention to this matter.

Best regards,

User avatar
aimeos
Administrator
Posts: 8620
Joined: 01 Jan 1970, 00:00

Re: Get Some Errors After upgrading To Aimeos 2024

Post by aimeos » 03 Jun 2024, 10:41

Thank you for your report!

We've fixed the product CSV import problem and the fix will be part of the next minor release. In the meantime, you can test yourself by executing:

Code: Select all

composer req aimeos/ai-admin-jqadm:2024.04.x-dev
Regarding the interval attribute, we were not able to reproduce the issue. At least not when using the product CSV example https://aimeos.org/docs/latest/cronjobs ... est-import
Can you investigate a bit more where the attribute may be coming from?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply