Advanced Search

Search Results (Searched for: must be a valid URL)

04 Apr 2025 13:32

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

Category: Import & Export (CSV, XLS…)

Hi,

I don't see the same error message in your zip.
There, I see error messages like this:

PHP Warning: get_headers(http://***********.jpg): Failed to open stream: Connection timed out

As I said, the fix I added is only to prevent the

array_change_key_case(): Argument #1 ($array) must be of type array, false given

error, not the warnings.
We want to keep the warnings so that users know why the images can't be loaded.
Looking into it again today, I see that at least some of the images in your CSV are valid (I can open them with my browser).
So, the issue probably comes from the configuration of your server, not allowing your PHP to access the URLs. It can for example be the "allow_url_fopen" parameter of the php.ini which is turned off.
To circumvent the problem, you can upload the images in the images/com_hikashop/upload folder via FTP. That's where HikaShop stores the images. Then, in your CSV, instead of having the URL of the image, you can just use its filename so that the import can link the product with the image already in the upload folder. The import will be much faster (useful if you have a lot of products to import), and it will circumvent the issue with your server configuration preventing your PHP from accessing the files.
07 Mar 2025 16:55

you have not supplied a valid http status code

Category: Customers

-- url of the page with the problem -- : www.ericspeanuts.com
-- HikaShop version -- : 5.1.5
-- Joomla version -- : 4.4.11
-- PHP version -- : 8
-- Browser(s) name and version -- : chrome
-- Error-message(debug-mod must be tuned on) -- : you have not supplied a valid http status code

hello,

when customers try to open an account from the login page they get this error message: you have not supplied a valid http status code

Any idea how to solve this?

Thank you

Eric
12 Feb 2025 09:32

Umleitungsfehler - Nach der Bestellung keine Funktion von Paypal

Category: Payment Methods

Good morning.
Ich habe zum konfigurieren der Paypal-Checkout Zahlungsmethode ein Sandboxkonto verwendet und davon auch die Daten angegeben.
Anbei ein Screenshot von der Konfigurationsseite.
Das Sandboxkonto sieht wie folgt aus und eine Kreditkartenzahlung hat auch geklappt.
Jedoch zeigt es mir keinen Paypal-Zahl-Button an. Die Zahlungsschaltfläche wird mir trotz Verwendung einen Sandboxkontos nicht angezeigt.


Anbei die Fehlermeldungen der letzten Bestellungen:
02.04.25 14:41:34

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.04.25 14:41:34 - error

Client Authentication failed
02.04.25 14:42:14

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.04.25 14:56:34

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.06.25 13:38:13

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.07.25 09:44:49

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.07.25 09:46:15

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.07.25 10:00:17

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=208&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 208
                    [description] => Bestellnummer A25208
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:00:17

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:04:00

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=209&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 209
                    [description] => Bestellnummer A25209
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => Glühweinpaket „rut un weiß“ 6x1l
                                    [quantity] => 1
                                    [sku] => 2020-05
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 24.19
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 4.60
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 34.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 24.19
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 4.60
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:04:00

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:09:57

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=210&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 210
                    [description] => Bestellnummer A25210
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:09:57

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:12:42

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=211&order_token=iziGzk1k&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => k.panhans@web.de
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 211
                    [description] => Bestellnummer A25211
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:12:42

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:19:14

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=212&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 212
                    [description] => Bestellnummer A25212
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:19:14

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:21:10

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=213&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 213
                    [description] => Bestellnummer A25213
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:21:10

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:24:35

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=214&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 214
                    [description] => Bestellnummer A25214
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:24:35

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:51:21

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=215&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 215
                    [description] => Bestellnummer A25215
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Sommerfrische"-Paket
                                    [quantity] => 1
                                    [sku] => Item 1756
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 15.79
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 3.00
                                            [currency_code] => EUR
                                        )

                                )

                            [1] => stdClass Object
                                (
                                    [name] => Glühweinpaket „rut un weiß“ 6x1l
                                    [quantity] => 1
                                    [sku] => 2020-05
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 24.19
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 4.60
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 53.53
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 39.98
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 7.60
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:51:21

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 10:52:05

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=216&Itemid=660
            [landing_page] => BILLING
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 216
                    [description] => Bestellnummer A25216
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 10:52:05

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.07.25 11:06:35

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=217&order_token=Kxtnr4JX&Itemid=660
            [landing_page] => BILLING
        )

    [payer] => stdClass Object
        (
            [email_address] => test_hikashop@hikashop.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 217
                    [description] => Bestellnummer A25217
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.07.25 11:06:35

Array
(
    [client-id] => BAA4bwrXKk_0_tQjDpMEgPHd3NlcHlqz8OOS4_DyxSqquh0CLsWmB7ErCVsHxNMNjDB18sf95dyJZ33_tg
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [disable-funding] => card
    [enable-funding] => credit,paylater,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.11.25 14:41:06

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.11.25 14:44:05

Array
(
    [error] => invalid_client
    [error_description] => Client Authentication failed
)


02.11.25 14:44:05 - error

Client Authentication failed
02.12.25 09:20:01

stdClass Object
(
    [intent] => CAPTURE
    [application_context] => stdClass Object
        (
            [shipping_preference] => NO_SHIPPING
            [brand_name] => Sachsenland-Fruchtquell
            [cancel_url] => https://neu.sachsenland-fruchtquell.de/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=224&Itemid=660
            [landing_page] => NO_PREFERENCE
        )

    [payer] => stdClass Object
        (
            [email_address] => kristinaschreckenbach@gmail.com
        )

    [purchase_units] => Array
        (
            [0] => stdClass Object
                (
                    [invoice_id] => 224
                    [description] => Bestellnummer A25224
                    [items] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                    [quantity] => 1
                                    [sku] => Item 1774
                                    [unit_amount] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                )

                        )

                    [amount] => stdClass Object
                        (
                            [value] => 43.74
                            [currency_code] => EUR
                            [breakdown] => stdClass Object
                                (
                                    [item_total] => stdClass Object
                                        (
                                            [value] => 31.76
                                            [currency_code] => EUR
                                        )

                                    [tax_total] => stdClass Object
                                        (
                                            [value] => 6.03
                                            [currency_code] => EUR
                                        )

                                    [shipping] => stdClass Object
                                        (
                                            [value] => 5.95
                                            [currency_code] => EUR
                                        )

                                )

                        )

                )

        )

)


02.12.25 09:20:01

Array
(
    [client-id] => AbDyCqVTSlL_P7zrqi49i9x1DbnsgIFJ4WcPSpA64lEZWl5DPvKdim5fsMsFZDqmHXcJSeoqTcSE6WOE
    [integration-date] => 2024-05-19
    [currency] => EUR
    [components] => buttons,funding-eligibility,messages,hosted-fields
    [enable-funding] => card,credit,paylater,venmo,bancontact,blik,eps,giropay,ideal,mercadopago,mybank,p24,sepa,multibanco,trustly
    [intent] => capture
    [debug] => true
)


02.12.25 09:22:30

{
"intent": "CAPTURE",
"application_context": {
"shipping_preference": "NO_SHIPPING",
"brand_name": "Sachsenland-Fruchtquell",
"cancel_url": "https:\/\/neu.sachsenland-fruchtquell.de\/index.php?option=com_hikashop&ctrl=order&task=cancel_order&order_id=224&Itemid=660",
"landing_page": "NO_PREFERENCE"
},
"payer": {
"email_address": "kristinaschreckenbach@gmail.com"
},
"purchase_units": [
{
"invoice_id": 224,
"description": "Bestellnummer A25224",
"items": [
{
"name": "\"Rosining\" Ros\u00e9gl\u00fchwein (vegan) 6x1l",
"quantity": 1,
"sku": "Item 1774",
"unit_amount": {
"value": "31.76",
"currency_code": "EUR"
},
"tax": {
"value": "6.03",
"currency_code": "EUR"
}
}
],
"amount": {
"value": "43.74",
"currency_code": "EUR",
"breakdown": {
"item_total": {
"value": "31.76",
"currency_code": "EUR"
},
"tax_total": {
"value": "6.03",
"currency_code": "EUR"
},
"shipping": {
"value": "5.95",
"currency_code": "EUR"
}
}
}
}
]
}
02.12.25 09:22:32

PayPalHttp\HttpResponse Object
(
    [statusCode] => 201
    [result] => stdClass Object
        (
            [id] => 9R626753JK168413X
            [intent] => CAPTURE
            [status] => CREATED
            [purchase_units] => Array
                (
                    [0] => stdClass Object
                        (
                            [reference_id] => default
                            [amount] => stdClass Object
                                (
                                    [currency_code] => EUR
                                    [value] => 43.74
                                    [breakdown] => stdClass Object
                                        (
                                            [item_total] => stdClass Object
                                                (
                                                    [currency_code] => EUR
                                                    [value] => 31.76
                                                )

                                            [shipping] => stdClass Object
                                                (
                                                    [currency_code] => EUR
                                                    [value] => 5.95
                                                )

                                            [tax_total] => stdClass Object
                                                (
                                                    [currency_code] => EUR
                                                    [value] => 6.03
                                                )

                                        )

                                )

                            [payee] => stdClass Object
                                (
                                    [email_address] => sb-bgxm837064033@business.example.com
                                    [merchant_id] => 7FPKP2PMHX6H8
                                    [display_data] => stdClass Object
                                        (
                                            [brand_name] => Sachsenland-Fruchtquell
                                        )

                                )

                            [description] => Bestellnummer A25224
                            [invoice_id] => 224
                            [items] => Array
                                (
                                    [0] => stdClass Object
                                        (
                                            [name] => "Rosining" Roséglühwein (vegan) 6x1l
                                            [unit_amount] => stdClass Object
                                                (
                                                    [currency_code] => EUR
                                                    [value] => 31.76
                                                )

                                            [tax] => stdClass Object
                                                (
                                                    [currency_code] => EUR
                                                    [value] => 6.03
                                                )

                                            [quantity] => 1
                                            [sku] => Item 1774
                                        )

                                )

                        )

                )

            [payer] => stdClass Object
                (
                    [email_address] => kristinaschreckenbach@gmail.com
                )

            [create_time] => 2025-02-12T08:22:31Z
            [links] => Array
                (
                    [0] => stdClass Object
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/9R626753JK168413X
                            [rel] => self
                            [method] => GET
                        )

                    [1] => stdClass Object
                        (
                            [href] => https://www.sandbox.paypal.com/checkoutnow?token=9R626753JK168413X
                            [rel] => approve
                            [method] => GET
                        )

                    [2] => stdClass Object
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/9R626753JK168413X
                            [rel] => update
                            [method] => PATCH
                        )

                    [3] => stdClass Object
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/9R626753JK168413X/capture
                            [rel] => capture
                            [method] => POST
                        )

                )

        )

    [headers] => Array
        (
            [] => 
            [content-type] => application/json
            [content-length] => 1282
            [date] => Wed, 12 Feb 2025 08
            [access-control-expose-headers] => Server-Timing
            [application_id] => APP-80W284485P519543T
            [cache-control] => max-age=0, no-cache, no-store, must-revalidate
            [caller_acct_num] => 7FPKP2PMHX6H8
            [paypal-debug-id] => 8cc9a168a9807
            [server-timing] => traceparent;desc="00-00000000000000000008cc9a168a9807-a768f267365c98cf-01"
            [traceparent] => 00-00000000000000000008cc9a168a9807-f06cabb9560a3910-01
            [vary] => Accept-Encoding
            [http_x_pp_az_locator] => ccg18.slc
            [strict-transport-security] => max-age=31536000; includeSubDomains
        )

)
24 Oct 2024 08:44

Anti-bot Validation - Unknown error

Category: Customers

-- url of the page with the problem -- : ayam.com/online-store
-- HikaShop version -- : 5.1.1
-- Error-message(debug-mod must be tuned on) -- : Anti-bot Validation - Unknown error

I have the problem with the System - HikaShop ReCaptcha v2. Once enable user cannot register new account as it show "Anti-bot Validation - Unknown error"



Registration form are using the Hikashop registration, and the plugin for the HikaShop ReCaptcha v2 are running invisible recaptcha v2. Currently i have disable the plugin to have the site working.

Please advise how to fix the issue?

Thanks.
06 Sep 2024 23:14

Page 404 with account creation validation link

Category: Market: Bug Report

-- url of the page with the problem -- : sofleurs.fr
-- HikaShop version -- : 5.1.0
-- HikaMarket version -- : 4.1.1
-- Joomla version -- : 5.1.4
-- PHP version -- : 8.2.20
-- Error-message(debug-mod must be tuned on) -- : 404

Hello,
When I create an account with the Hikamarket form, clicking on the validation link takes me to a 404 page.
If I click on the link again or reload the page, this time I'm correctly directed to the dashboard.
With Joomla's default template, the following error is displayed: Class "JError" not found
Do you have any idea how to solve this problem?
Thank's
23 Aug 2024 10:32

Block registration with VAT number not valid

Category: Customers

-- url of the page with the problem -- : dev.shangshungpublications.com/
-- HikaShop version -- : 5.1.0
-- Joomla version -- : 5.1.2
-- PHP version -- : 8.2
-- Browser(s) name and version -- : All

Hi,
I've set the Hikashop configuration with "Online check" on "VAT number check" option.
if I make a registration with a fake VAT generated with this site www.generate-vat-number.com/ , Hikashop permits my registration with this error message:

The VAT number you entered is not valid
Your account has been created and an activation link has been sent to the e-mail address you entered. Note that you must activate the account by clicking on the activation link in the e-mail that you receive before you can login.


Is it possible to block the registration if the VAT number is not valid?
Thank you
16 Jul 2024 15:51

Stripe payment doesn't work

Category: Payment Methods

-- url of the page with the problem -- : framemaker.dk/en/shop
-- Joomla version -- : Joomla! 5.1.2
-- PHP version -- : 8.2.14
-- Browser(s) name and version -- : Firefox 128.0 (64-bit
-- Error-message(debug-mod must be tuned on) -- : Invalid string: {:"0"=>"This email address is being protected from spambots. You need JavaScript enabled to view it."}

When I try to pay using the Stripe plugin, I get this error message "Invalid string: {:"0"=>"This email address is being protected from spambots. You need JavaScript enabled to view it."}" where "This email address is being protected from spambots. You need JavaScript enabled to view it." is the users email address. I have searched forum, and it seems I should update my Stripe plugin, but Joomla shows that it is up-to-date.
I have looked in my account, trying to find the original order for the Stripe plugin, but I can't seem to find it. It is also not a download in my account,
Can you possibly help me, please?

Best regards
Bjørn
11 Jul 2024 12:45

Plugin Stripe ne fonctionne plus

Category: Payment Methods

-- HikaShop version -- : 5.1
-- Joomla version -- : 3.10
-- PHP version -- : 7.4.33
-- Browser(s) name and version -- : Safari 17.5
-- Error-message(debug-mod must be tuned on) -- : Page blanche, aucun message y compris en mode débug

Retour sur le sujet Stripe V3 blank page (en anglais !) :
Même problème que celui signalé par netzgraphic :
Depuis le 25 juin, alors que tout fonctionnait bien jusqu'alors, le plugin stripeconnect renvoie une page blanche totalement vide, sans message d'erreur, y compris avec le déboggage maxi activé dans Joomla. Il semble qu'il n'y ait plus de liaison avec Stripe où n'apparaît strictement aucun log. J'ai suivi pas à pas toutes vos indications du topic ci-dessus mais rien n'y fait. La version du plug-in est bien la dernière disponible sur votre site (1.2.3).
Le formulaire de saisie des coordonnées CB s'affiche bien mais sa validation ne transmet rien à Stripe…
Comment résoudre ce problème rapidement ? Sous sommes, depuis le 25 juin, contraints d'utiliser le plugin "Carte Bancaire" d'Hikashop, ce qui n'est pas très légal.
Merci pour votre réponse.
Gérard Colletta
Serre Éditeur

PS (4h après les lignes ci-dessus) : je viens de découvrir tout à fait par hasard que la dernière version du plugin est la 1.2.5 ! Son installation ne change rien au problème…

A ce propos, il serait judicieux pour les acheteurs d'indiquer le numéro de la dernière version disponible dans le descriptif qui signale actuellement que la dernière version dispo est la … 1.2.2 !!! Tout le monde n'est pas censé ouvrir l'un des fichiers contenus dans le zip pour essayer de comprendre !

PPS (+6h) : Dernière constatation : le plugin fonctionne avec l'option Passage en caisse mais pas avec End Page
Displaying 1 - 8 out of 8 results.
Time to create page: 0.249 seconds
Powered by Kunena Forum