Import error array_change_key_case(): Argument #1 ($array) must be of type array

  • Posts: 1086
  • Thank you received: 11
  • Hikashop Business
13 hours 27 minutes ago #366125

-- HikaShop version -- : 5.1.5
-- Joomla version -- : 5.2.3
-- PHP version -- : 8.3

Hello!
I created a csv to import and I get
array_change_key_case(): Argument #1 ($array) must be of type array, false given

Can you help please?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1086
  • Thank you received: 11
  • Hikashop Business
13 hours 20 minutes ago #366126

I just saw these php warnings
Do you think they are related?

[06-Mar-2025 10:08:40 UTC] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/php8/public_html/milonopoulos-carpets.gr/plugins/hikashoppayment/platron/PG_Signature.php on line 17
[11-Mar-2025 17:27:01 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 813
[11-Mar-2025 17:27:01 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 820
[11-Mar-2025 17:27:02 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/16KOFW--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 813
[11-Mar-2025 17:27:02 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/16KOFW--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 820
[11-Mar-2025 17:27:04 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/16F213X--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 813
[11-Mar-2025 17:27:05 UTC] PHP Warning: file_get_contents( b2b.carpet.gr/photos_xml/11LIN7400BAG--1.jpg ): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/php8/public_html/milonopoulos-carpets.gr/administrator/components/com_hikashop/helpers/import.php on line 813

Please Log in or Create an account to join the conversation.

  • Posts: 83397
  • Thank you received: 13490
  • MODERATOR
9 hours 44 minutes ago #366129

Hi,

These warnings are indeed linked.
Because the import is not able to access the URL of the images you have in your CSV, and because you're on PHP 8.3, PHP is more strict with the call to array_change_key_case and stops the process with that error instead of just rolling with it and just skipping the file with a warning.

I've just added a patch on our end to remove the error. So you can update your HikaShop to get the patch. But it might be better to just add the missing images or fix the URLs in the CSV file so that the proper data is imported.

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum