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
Displaying 1 - 5 out of 5 results.
Time to create page: 0.264 seconds
Powered by Kunena Forum